Skip to content

Commit

Permalink
Bump relenv to 0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 31, 2023
1 parent 746573c commit 41274ce
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-salt-onedir:
Expand All @@ -458,7 +458,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-rpm-pkgs:
Expand All @@ -470,7 +470,7 @@ jobs:
uses: ./.github/workflows/build-rpm-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-deb-pkgs:
Expand All @@ -482,7 +482,7 @@ jobs:
uses: ./.github/workflows/build-deb-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-windows-pkgs:
Expand All @@ -494,7 +494,7 @@ jobs:
uses: ./.github/workflows/build-windows-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-macos-pkgs:
Expand All @@ -506,7 +506,7 @@ jobs:
uses: ./.github/workflows/build-macos-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

amazonlinux-2-pkg-tests:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-salt-onedir:
Expand All @@ -507,7 +507,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-rpm-pkgs:
Expand All @@ -519,7 +519,7 @@ jobs:
uses: ./.github/workflows/build-rpm-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-deb-pkgs:
Expand All @@ -531,7 +531,7 @@ jobs:
uses: ./.github/workflows/build-deb-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-windows-pkgs:
Expand All @@ -543,7 +543,7 @@ jobs:
uses: ./.github/workflows/build-windows-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"
environment: nightly
sign-packages: false
Expand All @@ -558,7 +558,7 @@ jobs:
uses: ./.github/workflows/build-macos-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"
environment: nightly
sign-packages: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-salt-onedir:
Expand All @@ -492,7 +492,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-rpm-pkgs:
Expand All @@ -504,7 +504,7 @@ jobs:
uses: ./.github/workflows/build-rpm-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-deb-pkgs:
Expand All @@ -516,7 +516,7 @@ jobs:
uses: ./.github/workflows/build-deb-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-windows-pkgs:
Expand All @@ -528,7 +528,7 @@ jobs:
uses: ./.github/workflows/build-windows-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-macos-pkgs:
Expand All @@ -540,7 +540,7 @@ jobs:
uses: ./.github/workflows/build-macos-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

amazonlinux-2-pkg-tests:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-salt-onedir:
Expand All @@ -502,7 +502,7 @@ jobs:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
self-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
github-hosted-runners: ${{ fromJSON(needs.prepare-workflow.outputs.runners)['github-hosted'] }}
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-rpm-pkgs:
Expand All @@ -514,7 +514,7 @@ jobs:
uses: ./.github/workflows/build-rpm-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-deb-pkgs:
Expand All @@ -526,7 +526,7 @@ jobs:
uses: ./.github/workflows/build-deb-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"

build-windows-pkgs:
Expand All @@ -538,7 +538,7 @@ jobs:
uses: ./.github/workflows/build-windows-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"
environment: staging
sign-packages: ${{ inputs.sign-windows-packages }}
Expand All @@ -553,7 +553,7 @@ jobs:
uses: ./.github/workflows/build-macos-packages.yml
with:
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
relenv-version: "0.13.7"
relenv-version: "0.13.8"
python-version: "3.10.13"
environment: staging
sign-packages: true
Expand Down
2 changes: 1 addition & 1 deletion cicd/shared-gh-workflows-context.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python_version: "3.10.13"
relenv_version: "0.13.7"
relenv_version: "0.13.8"

0 comments on commit 41274ce

Please sign in to comment.