mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #1280 from Ch3LL/changelog
Changelog for 2018.08.15 release
This commit is contained in:
commit
3170ef3b2b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
Version TBD (In Progress on the Develop Branch):
|
||||
|
||||
Version 2018.08.15:
|
||||
* Add tests using kitchen-salt #1279
|
||||
* Add python-futures to Py2 installs #1279
|
||||
|
||||
Version 2018.08.13:
|
||||
* Fedora Py3 fixes (The-Loeki) #1273
|
||||
* Handle commented lines in the requirements files for pip pkgs (rallytime) #1271
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2018.08.13"
|
||||
__ScriptVersion="2018.08.15"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue