Skip to content

Commit

Permalink
Merge pull request #456 from frogunder/docs3004.2
Browse files Browse the repository at this point in the history
docs 3004.2 release
  • Loading branch information
Ch3LL authored May 13, 2022
2 parents 643bd4b + 2277714 commit 604c955
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 20 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ Versions are `MAJOR.PATCH`.

# Changelog

Salt 3004.2 (2022-05-12)
========================

Fixed
-----

- Expand environment variables in the root_dir registry key (#61445)
- Update Markup and contextfunction imports for jinja versions >=3.1. (#61848)
- Fix bug in tcp transport (#61865)
- 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)


Security
--------

- Fixed PAM auth to reject auth attempt if user account is locked. (cve-2022-22967)


Salt 3004.1 (2022-02-16)
========================

Expand Down
1 change: 0 additions & 1 deletion changelog/61445.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changelog/61848.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changelog/61865.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changelog/61868.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changelog/cve-2022-22967.security

This file was deleted.

2 changes: 1 addition & 1 deletion doc/man/salt-api.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-API" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-API" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-api \- salt-api Command
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-call.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CALL" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-CALL" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-cloud.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CLOUD" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-CLOUD" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-cloud \- Salt Cloud Command
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-cp.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CP" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-CP" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-key.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-KEY" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-KEY" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-key \- salt-key Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-master.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-MASTER" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-MASTER" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-master \- salt-master Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-minion.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-MINION" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-MINION" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-minion \- salt-minion Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-proxy.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-PROXY" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-PROXY" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-proxy \- salt-proxy Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-run.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-RUN" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-RUN" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-run \- salt-run Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-ssh.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-SSH" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-SSH" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-ssh \- salt-ssh Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-syndic.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-SYNDIC" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-SYNDIC" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-syndic \- salt-syndic Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt-unity.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-UNITY" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT-UNITY" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt-unity \- salt-unity Command
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt \- salt
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/salt.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT" "7" "Feb 16, 2022" "3004.1" "Salt"
.TH "SALT" "7" "May 12, 2022" "3004.2" "Salt"
.SH NAME
salt \- Salt Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/spm.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SPM" "1" "Feb 16, 2022" "3004.1" "Salt"
.TH "SPM" "1" "May 12, 2022" "3004.2" "Salt"
.SH NAME
spm \- Salt Package Manager Command
.
Expand Down
20 changes: 20 additions & 0 deletions doc/topics/releases/3004.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _release-3004-2:

=========================
Salt 3004.2 Release Notes
=========================

Version 3004.2 is a CVE security fix release for :ref:`3004 <release-3004>`.

Fixed
-----

- Expand environment variables in the root_dir registry key (#61445)
- Update Markup and contextfunction imports for jinja versions >=3.1. (#61848)
- Fix bug in tcp transport (#61865)
- 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)

Security
--------

- Fixed PAM auth to reject auth attempt if user account is locked. (cve-2022-22967)

0 comments on commit 604c955

Please sign in to comment.