Merge remote-tracking branch 'upstream/develop' into stable

This commit is contained in:
Pedro Algarvio 2020-10-21 13:45:08 +01:00
commit 18b0b9e6d4
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 15 additions and 9 deletions

View file

@ -2,8 +2,8 @@ name: Checksums
on:
push:
tags:
- '*'
branches:
- stable
jobs:
checksums:
@ -28,10 +28,12 @@ jobs:
run: |
echo ${{ env.SH }} > bootstrap-salt.sh.sha256
echo ${{ env.PS1 }} > bootstrap-salt.ps1.sha256
git config --global user.name 'SaltStack GH Automation'
git config --global user.email 'actions@github.com'
git add *.sha256
git commit -am "Update sha256 checksums" && git push || true
- name: Create Pull Request Against Master
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update sha256 checksums
delete-branch: true
- uses: actions/checkout@v2
if: github.repository == 'saltstack/salt-bootstrap'
@ -48,6 +50,9 @@ jobs:
if: github.repository == 'saltstack/salt-bootstrap'
run: |
python3 .github/workflows/scripts/update-release-shasum.py ${{ env.BS_VERSION }} ${{ env.SH }}
git config --global user.name 'SaltStack GH Automation'
git config --global user.email 'actions@github.com'
git commit -am "Update README.rst with latest release sha256sum" && git push || true
- name: Create Pull Request Against Develop
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update README.rst with latest release sha256sum
delete-branch: true

View file

@ -32,6 +32,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.
The SHA256 sum of the ``bootstrap-salt.sh`` file, per release, is:
- 2020.10.19: ``f6c3e2c52f98d115809044b09062219369957caf30228b594033f0543e202c52``
- 2020.06.23: ``1d07db867c195c864d0ae70664524f2099cc9a46872953293c67c3f239d4f4f5``
- 2020.05.28: ``6b3ea15c78f01060ab12fc01c0bb18480eaf36858c7ba188b200c0fb11aac173``
- 2020.02.24: ``efc46700aca78b8e51d7af9b06293f52ad495f3a8179c6bfb21a8c97ee41f1b7``