Update develop branch for the v2023.11.07 release

This commit is contained in:
Salt Project Packaging 2023-11-07 18:35:16 +00:00
parent 1ba50d57d4
commit 2b3080c737
No known key found for this signature in database
GPG key ID: 64CBBC8173D76B3F
2 changed files with 17 additions and 1 deletions

View file

@ -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

View file

@ -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"