From b1e153cdd0c92fa7fc84c1d1a19f841a45ee21d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot] on behalf of s0undt3ch" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:17:03 +0000 Subject: [PATCH] Update develop branch for the v2022.10.04 release --- CHANGELOG.md | 17 +++++++++++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15dbb0e..01c81cb 100644 --- a/CHANGELOG.md +++ b/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 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ece071b..f6f714b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2022.08.13" +__ScriptVersion="2022.10.04" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"