Add Sodium release missing changelog files.

This commit is contained in:
Wayne Werner 2020-05-22 22:28:50 -05:00 committed by Daniel Wozniak
parent 8e4b94d847
commit 21ccabfc9b
290 changed files with 289 additions and 1 deletions

1
changelog/2747.added Normal file
View file

@ -0,0 +1 @@
Added support for list in `include_pat/exclude_pat` in `file.recurse`.

1
changelog/29001.fixed Normal file
View file

@ -0,0 +1 @@
Allow passing extra args to `file.rename`.

1
changelog/37646.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue with overeager recursion detection.

1
changelog/37709.fixed Normal file
View file

@ -0,0 +1 @@
Correctly set DNS search domain in VMware virtual machine.

1
changelog/40819.fixed Normal file
View file

@ -0,0 +1 @@
Updated documentation on `service` state.

1
changelog/42833.fixed Normal file
View file

@ -0,0 +1 @@
Changed error message on `postgres_database.absent` to report correct error when database is in use.

1
changelog/4438.fixed Normal file
View file

@ -0,0 +1 @@
`pkgrepo.managed` now checks for a changed `key_url`.

1
changelog/44553.added Normal file
View file

@ -0,0 +1 @@
Added silent recurse option to `file.directory` state.

1
changelog/45195.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue in `sysctl` when kernel parameters were adjusted via grub.

1
changelog/45496.fixed Normal file
View file

@ -0,0 +1 @@
Added termination protection option to salt-cloud ec2.

1
changelog/46388.fixed Normal file
View file

@ -0,0 +1 @@
Refactored `debian_ip` module.

1
changelog/46431.fixed Normal file
View file

@ -0,0 +1 @@
Log error when reactor tasks go to a full queue instead of silently fail.

1
changelog/47488.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue with failure on comments in MySQL files.

1
changelog/47619.added Normal file
View file

@ -0,0 +1 @@
Added bhvye support to virt.

1
changelog/48473.fixed Normal file
View file

@ -0,0 +1 @@
Properly handle multibyte characters that span blocks of data.

1
changelog/48501.added Normal file
View file

@ -0,0 +1 @@
Added `kernelparams` grain for Linux.

1
changelog/48640.fixed Normal file
View file

@ -0,0 +1 @@
Fixed failure in `user.present` when `gid_from_name` is True. Argument was removed and replaced by the `usergroup` argument.

1
changelog/48906.fixed Normal file
View file

@ -0,0 +1 @@
Properly obtain hostname

1
changelog/48971.fixed Normal file
View file

@ -0,0 +1 @@
Fixed `nilrt_ip` disabled function.

1
changelog/48990.fixed Normal file
View file

@ -0,0 +1 @@
Fixed static configuration in nilrt_ip module.

1
changelog/49049.added Normal file
View file

@ -0,0 +1 @@
Added `systempath` PATH grain.

1
changelog/49066.added Normal file
View file

@ -0,0 +1 @@
Added appoptics returner.

1
changelog/49074.fixed Normal file
View file

@ -0,0 +1 @@
Added missing ARPCHECK option to rh7_eth template.

1
changelog/49097.added Normal file
View file

@ -0,0 +1 @@
Added ability to use the minion's region if specified.

1
changelog/49129.fixed Normal file
View file

@ -0,0 +1 @@
Fixed to use the correct LetsEncrypt path on FreeBSD.

1
changelog/49247.fixed Normal file
View file

@ -0,0 +1 @@
Updated docs for netapi logs - log.access_file and log.error_file.

1
changelog/49355.added Normal file
View file

@ -0,0 +1 @@
Added support for ipaddr/ipv6ipaddrs, loopback devices, dns_nameservers/dns_serach lists or strings, and multiple addresses per interface.

1
changelog/49396.added Normal file
View file

@ -0,0 +1 @@
Added slsutil.banner for creating managed by salt message in files, and `slsutil.boolstr` for converting Pillar bool values to appropriate string representation.

1
changelog/49469.added Normal file
View file

@ -0,0 +1 @@
Added `normalize_name` to `pkgin` module.

1
changelog/49485.fixed Normal file
View file

@ -0,0 +1 @@
Retry proxmox queries instead of failing immediately.

1
changelog/49492.fixed Normal file
View file

@ -0,0 +1 @@
Fixed AMD GPU vendor detection.

1
changelog/49537.fixed Normal file
View file

@ -0,0 +1 @@
Fixed `aptpkg.normalize_name` to respect architecture.

1
changelog/49562.fixed Normal file
View file

@ -0,0 +1 @@
Add error message for proxmox failures.

1
changelog/49598.added Normal file
View file

@ -0,0 +1 @@
Added ability to use regex pattern with `ps.pgrep`.

1
changelog/49624.fixed Normal file
View file

@ -0,0 +1 @@
Fixed nilrt_ip.enable/disable idempotency.

1
changelog/49843.changed Normal file
View file

@ -0,0 +1 @@
`file.rename` no longer returns False when `force:False`.

1
changelog/49845.added Normal file
View file

@ -0,0 +1 @@
Added `merge` option to `match.filter_by`.

1
changelog/49855.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue with file.line doing a partial comparison to determine replacement need, instead compare actual content of lines.

1
changelog/49860.added Normal file
View file

@ -0,0 +1 @@
Added SELinux support to `file.managed`.

1
changelog/49886.changed Normal file
View file

@ -0,0 +1 @@
Brought localclient command line args functionality into line with regular `salt` calls.

1
changelog/49955.added Normal file
View file

@ -0,0 +1 @@
Added ability to disable requisites during state runs.

1
changelog/49962.changed Normal file
View file

@ -0,0 +1 @@
Updated requisites documentation.

1
changelog/49981.fixed Normal file
View file

@ -0,0 +1 @@
Return actual error message to user or hex code for `win_task.create_task_from_xml`.

1
changelog/50053.added Normal file
View file

@ -0,0 +1 @@
Add a reactor "leader", especially useful for multimaster hot-hot environments.

1
changelog/50135.fixed Normal file
View file

@ -0,0 +1 @@
Use minion name as ssh_host for saltify cloud provider.

1
changelog/50139.fixed Normal file
View file

@ -0,0 +1 @@
Fixed misconfiguration of syndic.

1
changelog/50152.added Normal file
View file

@ -0,0 +1 @@
Added `method_call` Jinja filter to help reduce boilerplate.

1
changelog/50168.added Normal file
View file

@ -0,0 +1 @@
Added ability for async pillar refresh.

1
changelog/50177.added Normal file
View file

@ -0,0 +1 @@
Added `shutdown_host` to vmware cloud.

1
changelog/50264.fixed Normal file
View file

@ -0,0 +1 @@
Re-added `onfail_all`, fixed onfail always triggering with other reqs, and onfail and onchanges not working when both present.

1
changelog/50334.fixed Normal file
View file

@ -0,0 +1 @@
Fixed broken scaleway cloud module.

1
changelog/50410.added Normal file
View file

@ -0,0 +1 @@
Added `drbd.status` module.

1
changelog/50505.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue not cleaning up schedule and beacons.

1
changelog/50516.fixed Normal file
View file

@ -0,0 +1 @@
Fixed opkg install/remove to return potential changes, rather than always an empty dictionary.

1
changelog/50544.fixed Normal file
View file

@ -0,0 +1 @@
Fixed `pycrypto.gen_hash` to use strongest available `algorithm` by default.

1
changelog/50614.fixed Normal file
View file

@ -0,0 +1 @@
Fixed error leaving an empty first line on `.ini` file edits.

1
changelog/50627.added Normal file
View file

@ -0,0 +1 @@
Added `file.keyvalue_list` state.

1
changelog/50646.fixed Normal file
View file

@ -0,0 +1 @@
Fixes error in tcp transport publish port default value.

1
changelog/50704.added Normal file
View file

@ -0,0 +1 @@
Added JID lookup message in case minion times out.

1
changelog/50905.added Normal file
View file

@ -0,0 +1 @@
Niceness control options added to the master config, for POSIX platforms.

1
changelog/50911.fixed Normal file
View file

@ -0,0 +1 @@
Changed internal functionality for deprecated Python `inspect.formatargspec`.

1
changelog/50930.added Normal file
View file

@ -0,0 +1 @@
Added `serial_type` to virt module.

1
changelog/50946.changed Normal file
View file

@ -0,0 +1 @@
Changed eauth "not enabled" log message level from debug to warning.

1
changelog/50998.added Normal file
View file

@ -0,0 +1 @@
Added advanced initdb option support to `postgres_cluster.present`.

1
changelog/51001.fixed Normal file
View file

@ -0,0 +1 @@
Allows clone_from setting in proxmox salt-cloud to be able to be an integer.

1
changelog/51033.added Normal file
View file

@ -0,0 +1 @@
Added support for GCE accellerators in Salt Cloud.

1
changelog/51060.removed Normal file
View file

@ -0,0 +1 @@
Removed long-deprecated `repo` option from pip state.

1
changelog/51095.fixed Normal file
View file

@ -0,0 +1 @@
Stopped reading Windows registry value that might not be there.

1
changelog/51196.fixed Normal file
View file

@ -0,0 +1 @@
Fixed complaint about unused variables.

1
changelog/51353.fixed Normal file
View file

@ -0,0 +1 @@
salt-ssh no longer ignores pillar argument on `state.sls_id`.

1
changelog/51470.fixed Normal file
View file

@ -0,0 +1 @@
Stop treating MSI as a hard dependency.

1
changelog/51521.added Normal file
View file

@ -0,0 +1 @@
Added `broadcast` address to `network.convert_cidr` return.

1
changelog/51572.fixed Normal file
View file

@ -0,0 +1 @@
Fixed error handling for route53 to ignore `SignatureDoesNotMatch` errors (which cannot be retried).

1
changelog/51670.fixed Normal file
View file

@ -0,0 +1 @@
Fixed `extract_hash` to use the correct value.

1
changelog/51700.fixed Normal file
View file

@ -0,0 +1 @@
Fixed hard failure if `chocolately.installed` is for a non-existent package.

1
changelog/51821.fixed Normal file
View file

@ -0,0 +1 @@
`fail_with` and `succeed_with` now correctly use `comment` argument.

1
changelog/51823.fixed Normal file
View file

@ -0,0 +1 @@
Updated `is_enabled` to allow optional arguments.

1
changelog/51868.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue producing an error trying to resolve the unresolvable Capability SIDs.

1
changelog/51971.added Normal file
View file

@ -0,0 +1 @@
Added options for gitfs and git_pillar fallback branch.

1
changelog/52013.fixed Normal file
View file

@ -0,0 +1 @@
Fixed proxy module for Windows by using `__utils__` instead of `__salt__` for code that accesses the registry.

1
changelog/52016.added Normal file
View file

@ -0,0 +1 @@
Add `fat` as a valid `fs_type` for `parted` module.

1
changelog/52133.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue with `raid.destroy` when zero-superblock is not executed.

1
changelog/52185.added Normal file
View file

@ -0,0 +1 @@
Added support for comments in the host state/module.

1
changelog/52233.added Normal file
View file

@ -0,0 +1 @@
Added offline bootstrap for Chocolatey.

1
changelog/52241.added Normal file
View file

@ -0,0 +1 @@
Added support for listing all active running jobs on the master.

1
changelog/52305.added Normal file
View file

@ -0,0 +1 @@
Added ability to get expected cache location.

1
changelog/52314.added Normal file
View file

@ -0,0 +1 @@
Added ability to pass a timeout value to beacons.

1
changelog/52318.fixed Normal file
View file

@ -0,0 +1 @@
Added support for parsing Gluster cli banner.

1
changelog/52364.fixed Normal file
View file

@ -0,0 +1 @@
Fixed failure to require `target` argument in git states.

1
changelog/52387.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue failing hard on uninstalled win updates.

1
changelog/52517.fixed Normal file
View file

@ -0,0 +1 @@
Fixed issue with `artifactory` not correctly evaluating `has_classifier` first.

0
changelog/52546.changed Normal file
View file

1
changelog/52678.fixed Normal file
View file

@ -0,0 +1 @@
Fixed compound matches with nodegroups.

1
changelog/52699.added Normal file
View file

@ -0,0 +1 @@
Added support for `btrfs property` command.

1
changelog/52763.fixed Normal file
View file

@ -0,0 +1 @@
Removed some noisy logging that have a tendency to fill up the logs on larger installations.

1
changelog/52935.changed Normal file
View file

@ -0,0 +1 @@
Refactored x509.certificate_managed to be easier to use.

1
changelog/52992.fixed Normal file
View file

@ -0,0 +1 @@
Use `__utils__` for all registry calls.

1
changelog/53040.fixed Normal file
View file

@ -0,0 +1 @@
Added syndic log rotation to RPM.

1
changelog/53100.added Normal file
View file

@ -0,0 +1 @@
Added ability to get minion's network information.

1
changelog/53145.fixed Normal file
View file

@ -0,0 +1 @@
Use correct output in `zpool.present` when `test=true`.

Some files were not shown because too many files have changed in this diff Show more