Latest changelog update for 3004

This commit is contained in:
ScriptAutomate 2021-09-28 15:16:23 -05:00 committed by Megan Wilhite
parent e3cdc5f0f0
commit d3dc1eeed1
3 changed files with 4 additions and 2 deletions

View file

@ -7,9 +7,10 @@ Versions are `MAJOR.PATCH`.
# Changelog
Salt 3004 (2021-09-27)
Salt 3004 (2021-09-28)
======================
Removed
-------
@ -41,6 +42,7 @@ Changed
Fixed
-----
- Redirect imports of ``salt.ext.six`` to ``six`` (#60966)
- Surface strerror to user state instead of returning false (#20789)
- Fixing _get_envs() to preserve the order of pillar_roots. _get_envs() returned pillar_roots in a non-deterministic order. (#24501)
- Fixes salt-cloud `KeyError` that occurs when there exists any subnets with no tags when profiles use `subnetname` (#44330)

View file

@ -1 +0,0 @@
Redirect imports of ``salt.ext.six`` to ``six``

View file

@ -73,6 +73,7 @@ Changed
Fixed
=====
- Redirect imports of ``salt.ext.six`` to ``six`` (#60966)
- Surface strerror to user state instead of returning false (#20789)
- Fixing _get_envs() to preserve the order of pillar_roots. _get_envs() returned pillar_roots in a non-deterministic order. (#24501)
- Fixes salt-cloud ``KeyError`` that occurs when there exists any subnets with no tags when profiles use ``subnetname`` (#44330)