-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
NEWS
29 lines (19 loc) · 1013 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 <[email protected]> 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 <[email protected]> Fri, 04 Jan 2013 03:23:57 +0000