Skip to content

Commit d97e489

Browse files
ScriptAutomategarethgreenaway
authored andcommitted
Changelog for 3003.2
1 parent 7314eb5 commit d97e489

File tree

9 files changed

+34
-7
lines changed

9 files changed

+34
-7
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
Salt 3003.2 (2021-07-29)
11+
========================
12+
13+
Fixed
14+
-----
15+
16+
- Periodically restart the fileserver update process to avoid leaks (#50313)
17+
- Add ssh_timeout to kwargs in deploy_script (#59901)
18+
- Update the external ipaddress to the latest 3.9.5 version which has some security fixes. Updating the compat.p to use the vendored version if the python version is below 3.9.5 and only run the test_ipaddress.py tests if below 3.9.5. (#60168)
19+
- Use the right crypto libary for salt.utils.crypt.reinit_crypto (#60215)
20+
- Stop SSH from hanging if connection is lost. Also added args to customize grace period. (#60216)
21+
- Improve reliability of Terminal class (#60504)
22+
- Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper, assume False (#60529)
23+
24+
1025
Salt 3003.1 (2021-06-08)
1126
========================
1227

changelog/50313.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/59901.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/60168.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/60215.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/60216.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/60504.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/60529.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/topics/releases/3003.2.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _release-3003-2:
2+
3+
=========================
4+
Salt 3003.2 Release Notes
5+
=========================
6+
7+
Version 3003.2 is a bug fix release for :ref:`3003 <release-3003>`.
8+
9+
Fixed
10+
-----
11+
12+
- Periodically restart the fileserver update process to avoid leaks (#50313)
13+
- Add ssh_timeout to kwargs in deploy_script (#59901)
14+
- Update the external ipaddress to the latest 3.9.5 version which has some security fixes. Updating the compat.p to use the vendored version if the python version is below 3.9.5 and only run the test_ipaddress.py tests if below 3.9.5. (#60168)
15+
- Use the right crypto libary for salt.utils.crypt.reinit_crypto (#60215)
16+
- Stop SSH from hanging if connection is lost. Also added args to customize grace period. (#60216)
17+
- Improve reliability of Terminal class (#60504)
18+
- Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper, assume False (#60529)
19+

0 commit comments

Comments
 (0)