From 7fd704a2219277af7e0994ec55960985acb3707f Mon Sep 17 00:00:00 2001 From: Timo Furrer <tuxtimo@gmail.com> Date: Mon, 14 Apr 2025 13:16:36 +0200 Subject: [PATCH] Update version input default for 2.0.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 3d65b5c..5bb2a33 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.0.0-rc1' + default: '2.0.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 650feae..ff3b008 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.0.0-rc1' + default: '2.0.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 0d6aa23..13433d6 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.0.0-rc1' + default: '2.0.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 992980a..842ec7e 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.0.0-rc1' + default: '2.0.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 38fe4f7..c618197 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.0.0-rc1' + default: '2.0.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 d0645da..8f14719 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.0.0-rc1' + default: '2.0.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 fce95ef..86ebc6f 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.0.0-rc1' + default: '2.0.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 1657d1c..096db74 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.0.0-rc1' + default: '2.0.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 34e245b..1e17bae 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.0.0-rc1' + default: '2.0.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 c1b46f3..2a358dc 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.0.0-rc1' + default: '2.0.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 41830ca..78cd203 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.0.0-rc1' + default: '2.0.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 2b2f75a..9f7061d 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.0.0-rc1' + default: '2.0.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 73b5993..d932735 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.0.0-rc1' + default: '2.0.0' description: 'Version of this component. Has to be the same as the one in the component include entry.' base_os: -- GitLab