mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Latest changelog update for 3004
This commit is contained in:
parent
e3cdc5f0f0
commit
d3dc1eeed1
3 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Redirect imports of ``salt.ext.six`` to ``six``
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue