Skip to content

Commit bc25d2c

Browse files
Frode Gundersendwoz
authored andcommitted
docs_3001.7
1 parent 67268f6 commit bc25d2c

File tree

21 files changed

+3129
-324
lines changed

21 files changed

+3129
-324
lines changed

CHANGELOG.md

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

88
# Changelog
99

10+
Salt 3001.7 (2021-03-10)
11+
========================
12+
13+
Fixed
14+
-----
15+
16+
- Fix argument injection bug in restartcheck.restartcheck. This change hardens
17+
the fix for CVE-2020-28243. (#200)
18+
- Allow "extra_filerefs" as sanitized kwargs for SSH client.
19+
Fix regression on "cmd.run" when passing tuples as cmd. (#59664)
20+
- Allow all ssh kwargs as sanitized kwargs for SSH client. (#59748)
21+
22+
1023
Salt 3001.6 (2021-02-09)
1124
========================
1225

@@ -491,6 +504,18 @@ Added
491504
- Added `efi` parameter to virt module, so `uefi` firmware can be auto selected. (#57397)
492505
- [#56637](https://github.com/saltstack/salt/pull/56637) - Add ``win_wua.installed`` to the ``win_wua`` execution module
493506

507+
Salt 3000.9 (2021-03-10)
508+
========================
509+
510+
Fixed
511+
-----
512+
513+
- Allow "extra_filerefs" as sanitized kwargs for SSH client.
514+
Fix regression on "cmd.run" when passing tuples as cmd. (#59664)
515+
- Allow all ssh kwargs as sanitized kwargs for SSH client. (#59748)
516+
- Fix argument injection bug in restartcheck.restartcheck. This change hardens
517+
the fix for CVE-2020-28243.
518+
494519
Salt 3000.8 (2021-02-09)
495520
========================
496521

changelog/200.fixed

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/59664.fixed

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/59748.fixed

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 05, 2021" "3001.6" "Salt"
3+
.TH "SALT-API" "1" "Mar 10, 2021" "3001.7" "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 05, 2021" "3001.6" "Salt"
3+
.TH "SALT-CALL" "1" "Mar 10, 2021" "3001.7" "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 05, 2021" "3001.6" "Salt"
3+
.TH "SALT-CLOUD" "1" "Mar 10, 2021" "3001.7" "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 05, 2021" "3001.6" "Salt"
3+
.TH "SALT-CP" "1" "Mar 10, 2021" "3001.7" "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 05, 2021" "3001.6" "Salt"
3+
.TH "SALT-KEY" "1" "Mar 10, 2021" "3001.7" "Salt"
44
.SH NAME
55
salt-key \- salt-key Documentation
66
.

doc/man/salt-master.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-MASTER" "1" "Feb 05, 2021" "3001.6" "Salt"
3+
.TH "SALT-MASTER" "1" "Mar 10, 2021" "3001.7" "Salt"
44
.SH NAME
55
salt-master \- salt-master Documentation
66
.

0 commit comments

Comments
 (0)