Skip to content

Commit b95213e

Browse files
s0undt3chdwoz
authored andcommitted
Add missing changelog entries
1 parent 4fdadcd commit b95213e

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Versions are `MAJOR.PATCH`.
77

88
# Changelog
99

10-
Salt 3001 (2020-??-??)
10+
Salt 3001 (2020-06-17)
1111
======================
1212

1313
Removed
@@ -38,10 +38,12 @@ Changed
3838
- Changed eauth "not enabled" log message level from debug to warning. (#50946)
3939
- (#52546)
4040
- Refactored x509.certificate_managed to be easier to use. (#52935)
41+
- Don't log error when running "alternatives --display" on nonexistant target (#53911)
4142
- Improved logging for user auth issues. (#53990)
4243
- No longer emit extra logs when checking `alternatives.display` and `.check_exists`. (#53991)
4344
- Use lazy loading to get SLS data from master - significantly improves `state.apply` times when using gitfs with many branches. (#54468)
4445
- Changed Salt icon for Windows. (#56194)
46+
- Update `libnacl` to 1.7.1 (#56350)
4547
- Now require pycryptodomex for crypto on all platforms. (#56625)
4648
- Updated to sphinx 3.0.1 when building docs. (#56671)
4749
- Now `__salt__` is automatically refreshed when a package is `pip` installed, allowing pip installing a dependency and using that dependency in the same state run. (#56867)
@@ -107,7 +109,6 @@ Fixed
107109
- Fixed issue producing an error trying to resolve the unresolvable Capability SIDs. (#51868)
108110
- Additional fixes for using cron state with non-root Minion (#51872)
109111
- Fixed proxy module for Windows by using `__utils__` instead of `__salt__` for code that accesses the registry. (#52013)
110-
- Fixed issue with `raid.destroy` when zero-superblock is not executed. (#52133)
111112
- Added support for parsing Gluster cli banner. (#52318)
112113
- Fixed failure to require `target` argument in git states. (#52364)
113114
- Fixed issue failing hard on uninstalled win updates. (#52387)
@@ -126,7 +127,7 @@ Fixed
126127
- Fixed `guesseed` -> `guessed` typo in `archive` state. (#53480)
127128
- Fixed error with incorrect import statement masking real import error. (#53508)
128129
- Added some error handling around missing results from external returners. (#53517)
129-
- Changed to match repo paramter against repo name on `salt-run git_pillar.update`, so remote name can be used instead of full remote URL. (#53622)
130+
- Changed to match repo paramter against repo name on `salt-run git_pillar.update`, so remote name can be used instead of full remote URL. (#56605)
130131
- Changed returner function error message to be useful/less misleading. (#53628)
131132
- Fixed `utils.user` to use correct `chugid` and `umask`. (#53681)
132133
- Fixed SmartOS grains under Python 3. (#53740)
@@ -226,8 +227,11 @@ Fixed
226227
- Avoid throwing exception for missing security group in boto under test mode. (#56695)
227228
- Fix some function prompts in myssql module. (#56719)
228229
- Add appropriate comment for `svn export` state. (#56757)
230+
- Updated default master config file and updated the docs (#56053)
229231
- Workaround upstream bug in jinja2 indent filter. (#56833)
232+
- Fixed issue when raid.destroy is called but zero-superblock is not executed (#56838)
230233
- Allow correct failure information to show up when calling `win_interfaces` (#56844)
234+
- Add a note about service.running (#56846)
231235
- Updated Windows installer scripts to use Python 3.7.4. (#56873)
232236
- Nullsoft Salt Install now uninstalls MSI installed salt. (#56883)
233237
- Fallback to ASCII sorting when pillar keys are integers. (#56909)
@@ -239,15 +243,16 @@ Fixed
239243
- Fixed `reg.present` to respect `(Default)` REG_SZ value of an empty string. (#56959)
240244
- OpenStack driver can now attach to multiple networks, also now respects provided `conn`. (#56960)
241245
- Fixed literal comparsion in `user` state. (#56972)
246+
- Additional fixes for using cron state with non-root Minion (#56973)
242247
- Added ARPCHECK to the template for RHEL8 networking. (#57047)
243248
- Fixed `aptpkg` to use `force-confnew` on it's own, and `force-confold` with `force-confdef`. (#57051)
244249
- Fixed acme.certs state to return /etc/letsencrypt/live subdirectories (#57056)
245250
- Fixed error with `fileserver.update` failing with `gitfs` backend was `git`, and `fileserver.clear_file_list_cache` not clearing gitfs cache when the backend was *not* `git`. (#57063)
246251
- Fixed LazyLoader crashing when using ssh client via salt-api. (#57119)
252+
- Publisher ACL doc fixes (#48915)
247253
- Fixed `acl.present` to properly detect changes for default ACLs and recursive folders. (#57147)
248254
- Fixed Minion/Minon typo in docs. (#57181)
249-
- Fix UnicodeDecodeError when apply file.managed with binary contents in
250-
test mode. (#57184)
255+
- Fix UnicodeDecodeError when apply file.managed with binary contents in test mode. (#57184)
251256
- Ensure errors are returned for missing pillars. (#57208)
252257
- Fix `ps.top` failures on macOS when iterating over zombie processes. (#57216)
253258
- Add vcredist_2013 (specifically msvcr120.dll) for OpenSSL/M2Crypto support on Windows. Fixes x509 module support. (#57266)
@@ -277,7 +282,6 @@ Added
277282
- Added `normalize_name` to `pkgin` module. (#49469)
278283
- Added ability to use regex pattern with `ps.pgrep`. (#49565)
279284
- Added `merge` option to `match.filter_by`. (#49845)
280-
- Added SELinux support to `file.managed`. (#49860)
281285
- Added ability to disable requisites during state runs. (#49955)
282286
- Add a reactor "leader", especially useful for multimaster hot-hot environments. (#50053)
283287
- Added `method_call` Jinja filter to help reduce boilerplate. (#50152)
@@ -318,9 +322,10 @@ Added
318322
- Added functionality for `cmd.run_all` to accept a list when using powershell. (#55213)
319323
- Added Azure Blob Storage as an optional external pillar. (#55493)
320324
- Added ability to turn off FQDNs grains with `enable_fqdns_grains: False`. (#55581)
321-
- Added virt.*defined states. (#55814)
325+
- Added `virt.*defined` states. (#55814)
322326
- Add towncrier tool to the Salt project to help manage CHANGELOG.md file. (#55836)
323327
- Added Pull Request requirements to documentation (#55862)
328+
- Add selinux support to file.managed (#40703)
324329
- Added hold and unhold support for `mac_brew_pkg`. (#55978)
325330
- States/modules added for managing Helm. (#56081)
326331
- Added parallel run support for saltcheck. (#56097)
@@ -671,11 +676,11 @@ Added
671676

672677
### Changed
673678

674-
- [#54758](https://github.com/saltstack/salt/issues/54758) - Missing sls file during `state.show_states` displays message instead of failing - [@Ch3LL](https://github.com/Ch3LL)
679+
- [#54758](https://github.com/saltstack/salt/issues/54758) - Missing sls file during `state.show_states` displays message instead of failing - [@Ch3LL](https://github.com/Ch3LL)
675680

676681
### Fixed
677682

678-
- [#54521](https://github.com/saltstack/salt/issues/54521) - `failhard` during orchestration now fails as expected - [@mattp-](https://github.com/mattp-) / [@Oloremo](https://github.com/Oloremo)
683+
- [#54521](https://github.com/saltstack/salt/issues/54521) - `failhard` during orchestration now fails as expected - [@mattp-](https://github.com/mattp-) / [@Oloremo](https://github.com/Oloremo)
679684
- [#54741](https://github.com/saltstack/salt/issues/54741) - `schedule.run_job` without time element now works as expected - [@garethgreenaway](https://github.com/garethgreenaway)
680685
- [#54755](https://github.com/saltstack/salt/issues/54755) - Pip state ensures pip was imported before trying to remove - [@dwoz](https://github.com/dwoz)
681686
- [#54760](https://github.com/saltstack/salt/issues/54760) - Fix `salt-cloud -Q` for OpenStack driver - [@vdloo](https://github.com/vdloo) / [@Akm0d](https://github.com/Akm0d)
@@ -693,4 +698,4 @@ Added
693698
## [2019.2.1] - 2019-09-25 [YANKED]
694699

695700

696-
- See [old release notes](https://docs.saltstack.com/en/latest/topics/releases/2019.2.1.html)
701+
- See [old release notes](https://docs.saltstack.com/en/latest/topics/releases/2019.2.1.html)

0 commit comments

Comments
 (0)