Skip to content

Commit 3fa1e4c

Browse files
authored
Merge pull request #460 from Ch3LL/docs_3003.5
Update release notes and man pages for 3003.5
2 parents 88e9b86 + 683b21b commit 3fa1e4c

21 files changed

+765
-712
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
Salt 3003.5 (2022-07-05)
11+
========================
12+
13+
Fixed
14+
-----
15+
16+
- Update Markup and contextfunction imports for jinja versions >=3.1. (#61848)
17+
- Fix bug in tcp transport (#61865)
18+
- Make sure the correct key is being used when verifying or validating communication, eg. when a Salt syndic is involved use syndic_master.pub and when a Salt minion is involved use minion_master.pub. (#61868)
19+
20+
21+
Security
22+
--------
23+
24+
- Fixed PAM auth to reject auth attempt if user account is locked. (cve-2022-22967)
25+
26+
1027
Salt 3003.4 (2022-02-25)
1128
========================
1229

changelog/61848.fixed

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

changelog/61865.fixed

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

changelog/61868.fixed

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

changelog/cve-2022-22967.security

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

doc/man/salt-api.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-API" "1" "Feb 25, 2022" "3003.4" "Salt"
3+
.TH "SALT-API" "1" "May 24, 2022" "3003.5" "Salt"
44
.SH NAME
55
salt-api \- salt-api Command
66
.

doc/man/salt-call.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CALL" "1" "Feb 25, 2022" "3003.4" "Salt"
3+
.TH "SALT-CALL" "1" "May 24, 2022" "3003.5" "Salt"
44
.SH NAME
55
salt-call \- salt-call Documentation
66
.

doc/man/salt-cloud.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CLOUD" "1" "Feb 25, 2022" "3003.4" "Salt"
3+
.TH "SALT-CLOUD" "1" "May 24, 2022" "3003.5" "Salt"
44
.SH NAME
55
salt-cloud \- Salt Cloud Command
66
.

doc/man/salt-cp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-CP" "1" "Feb 25, 2022" "3003.4" "Salt"
3+
.TH "SALT-CP" "1" "May 24, 2022" "3003.5" "Salt"
44
.SH NAME
55
salt-cp \- salt-cp Documentation
66
.

doc/man/salt-key.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "SALT-KEY" "1" "Feb 25, 2022" "3003.4" "Salt"
3+
.TH "SALT-KEY" "1" "May 24, 2022" "3003.5" "Salt"
44
.SH NAME
55
salt-key \- salt-key Documentation
66
.

0 commit comments

Comments
 (0)