From a01c7205de0bcecf89725ab174cb73be5b92132b Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Tue, 7 Nov 2023 18:38:07 +0000 Subject: [PATCH 1/3] Update README.rst with 2023.11.07 release sha256sum --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 66d07dc6d..9a3b67d5b 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file. The SHA256 sum of the ``bootstrap-salt.sh`` file, per release, is: +- 2023.11.07: ``91f8a3bfb8b14476f7793c7f20cec7bfc638c10c073786f9a8904a858a929784`` - 2023.08.03: ``963e559bdb85adecfbbec2c3b81190392bc59b24992e4491e919cd748eeafcb8`` - 2023.07.25: ``eaaaadaed40fe2e791d59a9e48f24449428a35ca61782d9139f1272c05524323`` - 2023.06.28: ``f45f5da8abee27ef385131f5cfa9382d3a15863d0a05688a0404d2f057b27776`` From fe3783432ef5070f30a1babf01e9a05462a4c99f Mon Sep 17 00:00:00 2001 From: Felippe Burk Date: Thu, 16 Nov 2023 12:37:17 -0700 Subject: [PATCH 2/3] checking out stable branch on update-s3-bucket job --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa9c12653..604363e71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -304,6 +304,10 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: stable + repository: ${{ github.repository }} + ssh-key: ${{ secrets.SALT_BOOTSTRAP_RELEASE_KEY }} - name: Get Salt Project GitHub Actions Bot Environment run: | From f5783bec2abf940e82dcf8477d732bbdbd565df1 Mon Sep 17 00:00:00 2001 From: Salt Project Packaging Date: Thu, 16 Nov 2023 19:51:23 +0000 Subject: [PATCH 3/3] Update develop branch for the v2023.11.16 release --- CHANGELOG.md | 8 ++++++++ bootstrap-salt.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4b226ff..090531c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2023.11.16 + +## What's Changed + +- checking out stable branch on update-s3-bucket job by @felippeb in https://github.com/saltstack/salt-bootstrap/pull/1977 + +**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2023.11.07...v2023.11.16 + # v2023.11.07 ## What's Changed diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d4c701fcc..44b7235b6 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2023.11.07" +__ScriptVersion="2023.11.16" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"