From 14a7abeec90863428db3452f8d5b1c737f6ea408 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tuxtimo@gmail.com>
Date: Sat, 24 May 2025 15:33:50 +0200
Subject: [PATCH] Update version input default for 2.5.0-rc1 release

---
 templates/apply.yml                 | 2 +-
 templates/custom-command.yml        | 2 +-
 templates/destroy.yml               | 2 +-
 templates/detect-drift.yml          | 2 +-
 templates/fetch-mr-plan.yml         | 2 +-
 templates/fmt.yml                   | 2 +-
 templates/full-pipeline.yml         | 2 +-
 templates/graph.yml                 | 2 +-
 templates/job-templates.yml         | 2 +-
 templates/plan.yml                  | 2 +-
 templates/policy-enforcement.yml    | 2 +-
 templates/test.yml                  | 2 +-
 templates/validate-plan-apply.yml   | 2 +-
 templates/validate-plan-destroy.yml | 2 +-
 templates/validate-plan.yml         | 2 +-
 templates/validate.yml              | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/templates/apply.yml b/templates/apply.yml
index d663356..ac9640f 100644
--- a/templates/apply.yml
+++ b/templates/apply.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index ebf09f6..1fad568 100644
--- a/templates/custom-command.yml
+++ b/templates/custom-command.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/destroy.yml b/templates/destroy.yml
index 196e271..7223e26 100644
--- a/templates/destroy.yml
+++ b/templates/destroy.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/detect-drift.yml b/templates/detect-drift.yml
index f84e0c8..ea093a3 100644
--- a/templates/detect-drift.yml
+++ b/templates/detect-drift.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/fetch-mr-plan.yml b/templates/fetch-mr-plan.yml
index 0ee7ed4..ec84b6e 100644
--- a/templates/fetch-mr-plan.yml
+++ b/templates/fetch-mr-plan.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/fmt.yml b/templates/fmt.yml
index 80d3e9c..d06b2e5 100644
--- a/templates/fmt.yml
+++ b/templates/fmt.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index af888b5..7c2662e 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -21,7 +21,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/graph.yml b/templates/graph.yml
index 7449432..41dcd5d 100644
--- a/templates/graph.yml
+++ b/templates/graph.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index a37af0b..20b9cf6 100644
--- a/templates/job-templates.yml
+++ b/templates/job-templates.yml
@@ -21,7 +21,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/plan.yml b/templates/plan.yml
index 151dee1..fb627aa 100644
--- a/templates/plan.yml
+++ b/templates/plan.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/policy-enforcement.yml b/templates/policy-enforcement.yml
index eef7e7c..0cfe38e 100644
--- a/templates/policy-enforcement.yml
+++ b/templates/policy-enforcement.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/test.yml b/templates/test.yml
index 120f6f3..35c948f 100644
--- a/templates/test.yml
+++ b/templates/test.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index 27807c4..3c2de16 100644
--- a/templates/validate-plan-apply.yml
+++ b/templates/validate-plan-apply.yml
@@ -15,7 +15,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index 3eff3f9..3a60b2a 100644
--- a/templates/validate-plan-destroy.yml
+++ b/templates/validate-plan-destroy.yml
@@ -15,7 +15,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index fc44c9f..ae1c501 100644
--- a/templates/validate-plan.yml
+++ b/templates/validate-plan.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
diff --git a/templates/validate.yml b/templates/validate.yml
index c895ce0..6d9eddc 100644
--- a/templates/validate.yml
+++ b/templates/validate.yml
@@ -12,7 +12,7 @@ spec:
     # This version is only required, because we cannot access the context of the component,
     # see https://gitlab.com/gitlab-org/gitlab/-/issues/438275
     version:
-      default: '2.4.0'
+      default: '2.5.0-rc1'
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     base_os:
-- 
GitLab