From 2b3080c737f40ba66ded7cd9f93607300615bfa5 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Tue, 7 Nov 2023 18:35:16 +0000 Subject: [PATCH] Update develop branch for the v2023.11.07 release --- CHANGELOG.md | 16 ++++++++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9115691d..1e4b226ff 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 422e9395f..d4c701fcc 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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"