From cc65b0693fcd4c42de1dffc3e7c1e567f6e61acf Mon Sep 17 00:00:00 2001 From: Automated Release Date: Mon, 9 Feb 2026 15:44:03 +0000 Subject: [PATCH] Update base image to use stable branch 'release-0.23' Signed-off-by: Automated Release --- .github/workflows/branch.yml | 4 ++-- .github/workflows/coderabbit-review.yml | 2 +- .github/workflows/e2e-full.yml | 4 ++-- .github/workflows/e2e.yml | 4 ++-- .github/workflows/flake_finder.yml | 4 ++-- .github/workflows/release.yml | 2 +- Makefile | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 1a9dc9b..4e402a2 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -11,6 +11,6 @@ jobs: name: PR targets branch runs-on: ubuntu-latest steps: - - name: Check that the PR targets devel - if: ${{ github.base_ref != 'devel' }} + - name: Check that the PR targets release-0.23 + if: ${{ github.base_ref != 'release-0.23' }} run: exit 1 diff --git a/.github/workflows/coderabbit-review.yml b/.github/workflows/coderabbit-review.yml index e243c48..99b3f83 100644 --- a/.github/workflows/coderabbit-review.yml +++ b/.github/workflows/coderabbit-review.yml @@ -10,7 +10,7 @@ permissions: jobs: trigger-review: - uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@devel + uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@release-0.23 with: pr_number: ${{ github.event.pull_request.number }} secrets: inherit diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 044e3fe..3824787 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -29,11 +29,11 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.23 with: k8s_version: ${{ matrix.k8s_version }} using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b31fe1f..6c82bdf 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,8 +16,8 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.23 - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23 diff --git a/.github/workflows/flake_finder.yml b/.github/workflows/flake_finder.yml index 80bb0b5..59b510c 100644 --- a/.github/workflows/flake_finder.yml +++ b/.github/workflows/flake_finder.yml @@ -24,10 +24,10 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Run E2E deployment and tests - uses: submariner-io/shipyard/gh-actions/e2e@devel + uses: submariner-io/shipyard/gh-actions/e2e@release-0.23 with: using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} - name: Post mortem if: failure() - uses: submariner-io/shipyard/gh-actions/post-mortem@devel + uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c38383..db76598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ name: Release Charts on: push: branches: - - devel + - release-0.23 permissions: contents: write diff --git a/Makefile b/Makefile index 488187a..238f00e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASE_BRANCH ?= devel +BASE_BRANCH ?= release-0.23 export BASE_BRANCH export HELM_REPO_LOCATION=./helm_repo