mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Update develop branch for the v2023.11.07 release
This commit is contained in:
parent
1ba50d57d4
commit
2b3080c737
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
|||
# v2023.11.07
|
||||
|
||||
## What's Changed
|
||||
|
||||
- cleanup old information in the README.rst file by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1955
|
||||
- Moving quick start scripts to bootstrap repo. by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1960
|
||||
- Suppress progress bar by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1964
|
||||
- Fix global variable by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1965
|
||||
- Debian 12 arm64 by @joelpmichael in https://github.com/saltstack/salt-bootstrap/pull/1962
|
||||
- Mirror Linux output, display root_dir by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1967
|
||||
- Add asterisks to the output by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1968
|
||||
- Fixes to salt-quick-start.sh by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1973
|
||||
- Update requirements by @twangboy in https://github.com/saltstack/salt-bootstrap/pull/1974
|
||||
|
||||
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.08.03...v2023.11.07
|
||||
|
||||
# v2023.08.03
|
||||
|
||||
## What's Changed
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#======================================================================================================================
|
||||
set -o nounset # Treat unset variables as an error
|
||||
|
||||
__ScriptVersion="2023.08.03"
|
||||
__ScriptVersion="2023.11.07"
|
||||
__ScriptName="bootstrap-salt.sh"
|
||||
|
||||
__ScriptFullName="$0"
|
||||
|
|
Loading…
Add table
Reference in a new issue