From 1baa4251bc22d57df466a5dd61d68772c6d66cc3 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tuxtimo@gmail.com> Date: Tue, 29 Apr 2025 09:06:01 +0200 Subject: [PATCH] Update version input default for 2.2.0 release --- templates/apply.yml | 2 +- templates/custom-command.yml | 2 +- templates/destroy.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/test.yml | 2 +- templates/validate-plan-apply.yml | 2 +- templates/validate-plan-destroy.yml | 2 +- templates/validate-plan.yml | 2 +- templates/validate.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/apply.yml b/templates/apply.yml index 739f7cd..15cd311 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.1.1' + default: '2.2.0' 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 166b479..01e07c3 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.1.1' + default: '2.2.0' 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 7c3ee04..50c6f55 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.1.1' + default: '2.2.0' 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 87dbb91..bc92f9c 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.1.1' + default: '2.2.0' 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 86b23f0..44e5e40 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.1.1' + default: '2.2.0' 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 92df792..d3bff1f 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.1.1' + default: '2.2.0' 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 d3b803a..978ef67 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.1.1' + default: '2.2.0' 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 7f3f5b1..4864645 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.1.1' + default: '2.2.0' 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 0ce5c3c..f29de6a 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.1.1' + default: '2.2.0' 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 a311d74..a5f4f16 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.1.1' + default: '2.2.0' 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 0811e5b..d6d9056 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.1.1' + default: '2.2.0' 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 1de3b13..c78f448 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.1.1' + default: '2.2.0' 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 7d3f5ba..d8aa23e 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.1.1' + default: '2.2.0' description: 'Version of this component. Has to be the same as the one in the component include entry.' base_os: -- GitLab