From 7cc05f29b1fc4ce0f045a2da437650f1f244f84f Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 17:07:00 +0100 Subject: [PATCH 1/3] Update workflow dependencies to version v1.2.5 for CLA Assistant, Release, Docker, and Develop Update jobs --- .github/workflows/cla-assistant.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index cc6a73f..7797efd 100644 --- a/.github/workflows/cla-assistant.yml +++ b/.github/workflows/cla-assistant.yml @@ -14,7 +14,7 @@ permissions: jobs: CLAAssistant: name: "CLA Assistant" - uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.1.2 + uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.5 secrets: inherit with: repository: instance-fallback diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 098b329..9bc8e2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: packages: write id-token: write name: Release - uses: ctfpilot/ci/.github/workflows/release.yml@v1.1.1 + uses: ctfpilot/ci/.github/workflows/release.yml@v1.2.5 secrets: RELEASE_GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }} with: @@ -24,7 +24,7 @@ jobs: name: Docker build and push needs: - release - uses: ctfpilot/ci/.github/workflows/docker.yml@v1.1.1 + uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.5 if: needs.release.outputs.version != '' && needs.release.outputs.version != null permissions: contents: read @@ -41,7 +41,7 @@ jobs: name: "Update Develop Branch" needs: - release - uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.0 + uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.5 permissions: contents: read pull-requests: write From aef6a9f7cdc0fbb725bcb91dffefa34b0ec710d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Nov 2025 16:07:45 +0000 Subject: [PATCH 2/3] chore(release): 1.0.0-r.3 [skip ci] ## [1.0.0-r.3](https://github.com/ctfpilot/instancing-fallback/compare/v1.0.0-r.2...v1.0.0-r.3) (2025-11-16) ### Bug Fixes * **workflows:** update CLA Assistant and Release workflows to use internal CI ([46703fa](https://github.com/ctfpilot/instancing-fallback/commit/46703fa624380427717be860e03b47bb096fcb85)) --- k8s/k8s.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/k8s.yml b/k8s/k8s.yml index fc64e5a..b52c029 100644 --- a/k8s/k8s.yml +++ b/k8s/k8s.yml @@ -5,7 +5,7 @@ metadata: labels: app.kubernetes.io/part-of: ctfpilot app.kubernetes.io/name: instance-fallback - app.kubernetes.io/version: 1.0.0-r.2 + app.kubernetes.io/version: 1.0.0-r.3 app.kubernetes.io/component: challenges ctfpilot.com/component: instance-fallback @@ -25,7 +25,7 @@ spec: automountServiceAccountToken: false containers: - name: instancing-fallback - image: ctfpilot/instance-fallback:1.0.0-r.2 + image: ctfpilot/instance-fallback:1.0.0-r.3 imagePullPolicy: Always ports: - name: http @@ -51,7 +51,7 @@ metadata: labels: app.kubernetes.io/part-of: ctfpilot app.kubernetes.io/name: instance-fallback - app.kubernetes.io/version: 1.0.0-r.2 + app.kubernetes.io/version: 1.0.0-r.3 app.kubernetes.io/component: challenges ctfpilot.com/component: instance-fallback spec: From 7b830f9d98ca4941f32df4da41e2ddae97823c54 Mon Sep 17 00:00:00 2001 From: The0Mikkel Date: Sun, 16 Nov 2025 17:08:30 +0100 Subject: [PATCH 3/3] Fix repository name typo in CLA Assistant workflow configuration --- .github/workflows/cla-assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla-assistant.yml b/.github/workflows/cla-assistant.yml index 7797efd..068eaa6 100644 --- a/.github/workflows/cla-assistant.yml +++ b/.github/workflows/cla-assistant.yml @@ -17,4 +17,4 @@ jobs: uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.5 secrets: inherit with: - repository: instance-fallback + repository: instancing-fallback