Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/exact-beta-stable-promotion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"forty-two-watts": patch
---

Promote the validated Core and updater beta images to stable without rebuilding them, while keeping the running release tag correct on both channels.
418 changes: 396 additions & 22 deletions .github/workflows/beta.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/brand-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundled-driver-pin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Check the snapshot and comparison order
run: bash scripts/test-bundled-driver-pin-order.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changeset-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fi

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-base-currency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Compare the pinned suite against Debian stable
id: compare
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/optimizer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
alias: ${{ steps.version.outputs.alias }}
image_exists: ${{ steps.version.outputs.image_exists }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
needs: validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: '3.12'
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
if: needs.validate.outputs.image_exists != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
ref: ${{ github.sha }}
- uses: docker/setup-qemu-action@v4
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
- env:
Expand Down
Loading