From 0ed0a55ea891f3dc54bd2defee4d187150ebe402 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Nov 2025 16:11:18 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2025-11-16) ### Features * add release system ([30cefdd](https://github.com/ctfpilot/instancing-fallback/commit/30cefdda0c15ea5f46b20ff4c20adb5d946feb91)) * instance fallback service ([#1](https://github.com/ctfpilot/instancing-fallback/issues/1)) ([ba29e5d](https://github.com/ctfpilot/instancing-fallback/commit/ba29e5d66db7bfe1379229b5f8aa02903674784c)) ### Bug Fixes * **ci:** update release system to use Release environment ([727c715](https://github.com/ctfpilot/instancing-fallback/commit/727c7156fd71bb35c4696eb5e39d9ffc503e81a3)) * **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 b52c029..4faf21c 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.3 + app.kubernetes.io/version: 1.0.0 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.3 + image: ctfpilot/instance-fallback:1.0.0 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.3 + app.kubernetes.io/version: 1.0.0 app.kubernetes.io/component: challenges ctfpilot.com/component: instance-fallback spec: