mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Update version for new release
This commit is contained in:
parent
4777897146
commit
e40c093c56
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
Version TBD (In Progress on the Develop Branch):
|
||||
|
||||
Version 2021.06.23:
|
||||
* Use salt.list instead of saltstack.list (bryceml) #1563
|
||||
* Use fetch_url function for curl (xeacott) #1562
|
||||
* Add Ubuntu 21.04 support (krionbsd) #1559
|
||||
* Remove python2-futures package for ArchLinux (myii) #1546
|
||||
|
||||
Version 2020.03.02:
|
||||
* Debian 11 (bullseye/testing) support using Debian 10 packages (jpacura, bryceml) #1514
|
||||
* Fix bootstrap on Gentoo (ijansky) #1516 #1518
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2021.03.02"
|
||||
__ScriptVersion="2021.06.23"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue