Skip to content

Commit 71d4dba

Browse files
authored
Merge pull request #68050 from dwoz/merge/3007.x/3006.x-06-02-2025
Merge forward 3006.x into 3007.x
2 parents 3d500da + 7e337b4 commit 71d4dba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1614
-3511
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ on:
5050
description: Json job matrix config
5151

5252

53+
5354
env:
5455
COLUMNS: 190
5556
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
@@ -448,7 +449,6 @@ jobs:
448449
run: |
449450
echo "${{ secrets.WIN_SIGN_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
450451
451-
452452
- name: Code signing with Software Trust Manager
453453
if: ${{ steps.check-pkg-sign.outputs.sign-pkgs == 'true' }}
454454
uses: digicert/ssm-code-signing@v0.0.2

.github/workflows/draft-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,11 @@ jobs:
138138
with:
139139
name: salt-${{ inputs.salt-version }}-${{ matrix.arch }}-NSIS
140140
upload_url: ${{ needs.create-github-release.outputs.upload_url }}
141+
142+
upload-docs:
143+
needs:
144+
- create-github-release
145+
uses: ./.github/workflows/release-artifact.yml
146+
with:
147+
name: salt-${{ inputs.salt-version }}-docs-html.tar.xz
148+
upload_url: ${{ needs.create-github-release.outputs.upload_url }}

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ jobs:
8484
salt-version: "${{ inputs.salt-version }}"
8585
validate-version: true
8686

87-
- name: Check Existing Releases
88-
env:
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90-
run: |
91-
tools pkg repo confirm-unreleased --repository ${{ github.repository }} ${{ steps.setup-salt-version.outputs.salt-version }}
92-
if [ "${{ github.event.repository.private }}" = "true" ]; then
93-
tools pkg repo confirm-unreleased --repository saltstack/salt ${{ steps.setup-salt-version.outputs.salt-version }}
94-
fi
95-
9687
- name: Get Salt Releases
9788
id: get-salt-releases
9889
env:
@@ -186,6 +177,7 @@ jobs:
186177
git config user.name "GitHub Actions"
187178
git config user.email "github-actions@users.noreply.github.com"
188179
git push origin v${{ inputs.salt-version }}
180+
git push
189181
190182
publish-pypi:
191183
name: Publish to PyPi

.github/workflows/staging.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,6 @@ jobs:
205205
run: |
206206
echo "nox-archive-hash=${{ hashFiles('requirements/**/*.txt', 'cicd/golden-images.json', 'noxfile.py', 'pkg/common/env-cleanup-rules.yml', '.github/workflows/build-deps-ci-action.yml') }}" | tee -a "$GITHUB_OUTPUT"
207207
208-
- name: Check Existing Releases
209-
env:
210-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
211-
run: |
212-
tools pkg repo confirm-unreleased --repository ${{ github.repository }} ${{ steps.setup-salt-version.outputs.salt-version }}
213-
if [ "${{ github.event.repository.private }}" = "true" ]; then
214-
tools pkg repo confirm-unreleased --repository saltstack/salt ${{ steps.setup-salt-version.outputs.salt-version }}
215-
fi
216-
217208
- name: Write Changed Files To A Local File
218209
run:
219210
echo '${{ toJSON(steps.changed-files.outputs) }}' > changed-files.json

.github/workflows/templates/build-deb-repo.yml.jinja

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/templates/build-macos-repo.yml.jinja

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/templates/build-onedir-repo.yml.jinja

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)