Skip to content

Commit

Permalink
Latest changelog update for 3004
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate authored and garethgreenaway committed Sep 28, 2021
1 parent 8da1ffb commit 7138386
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Versions are `MAJOR.PATCH`.

# Changelog

Salt 3004 (2021-09-27)
Salt 3004 (2021-09-28)
======================


Removed
-------

Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion changelog/60966.fixed

This file was deleted.

1 change: 1 addition & 0 deletions doc/topics/releases/3004.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7138386

Please sign in to comment.