forked from QubesOS/qubes-salt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit unmodified Debian's salt 3004.1+dfsg-2
- Loading branch information
Showing
89 changed files
with
16,444 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
salt (0.15.1-1) unstable; urgency=high | ||
|
||
A security issue has been identified with all keys generated in | ||
versions prior to 0.15.1. This issue has been fixed in this | ||
version. | ||
|
||
To fix, or rather replace, existing security keys, users will | ||
need to execute a new runner on their Salt Master: | ||
|
||
salt-run manage.key_regen | ||
|
||
Then restart the master. Each minion will attempt to | ||
reauthenticate and will need to have it's key re-added via: | ||
|
||
salt-key -A | ||
|
||
-- Joe Healy <joehealy@gmail.com> Sat, 09 May 2013 11:40:20 +1000 | ||
|
||
salt (0.11.1-1) unstable; urgency=low | ||
|
||
The default location for pki_dir, chachedir and sock_dir has changed | ||
and includes now the service as the last part of the directory, i.e. | ||
pki_dir has changed from /etc/salt/pki/ to /etc/salt/pki/master for the | ||
master and /etc/salt/pki/minion/ for the minion. | ||
|
||
The integrated migration from salt should move the necessary files | ||
automatically. | ||
|
||
-- Ulrich Dangel <uli@debian.org> Fri, 04 Jan 2013 03:23:57 +0000 |
Oops, something went wrong.