mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update develop branch for the v2022.10.04 release
This commit is contained in:
parent
827abf199a
commit
b1e153cdd0
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
||||||
|
# v2022.10.04
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
|
||||||
|
- Update README for Windows installation by @eozer in https://github.com/saltstack/salt-bootstrap/pull/1860
|
||||||
|
- Update the bootstrap script to work with final onedir releases. by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1863
|
||||||
|
- Install Oracle's EPEL repo on Oracle Linux 7 and 8. by @pjcreath in https://github.com/saltstack/salt-bootstrap/pull/1839
|
||||||
|
- onedir install - correct version regex by @jeff350 in https://github.com/saltstack/salt-bootstrap/pull/1868
|
||||||
|
- Ensure the REPO_ARCH for Arm64 is correct. by @garethgreenaway in https://github.com/saltstack/salt-bootstrap/pull/1867
|
||||||
|
|
||||||
|
## New Contributors
|
||||||
|
|
||||||
|
- @eozer made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/1860
|
||||||
|
- @jeff350 made their first contribution in https://github.com/saltstack/salt-bootstrap/pull/1868
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2022.08.13...v2022.10.04
|
||||||
|
|
||||||
# v2022.08.13
|
# v2022.08.13
|
||||||
|
|
||||||
## What's Changed
|
## What's Changed
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#======================================================================================================================
|
#======================================================================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
__ScriptVersion="2022.08.13"
|
__ScriptVersion="2022.10.04"
|
||||||
__ScriptName="bootstrap-salt.sh"
|
__ScriptName="bootstrap-salt.sh"
|
||||||
|
|
||||||
__ScriptFullName="$0"
|
__ScriptFullName="$0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue