summaryrefslogtreecommitdiff
path: root/data/deprecations/15-8-terraform-latest-stable-change.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-8-terraform-latest-stable-change.yml')
-rw-r--r--data/deprecations/15-8-terraform-latest-stable-change.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/deprecations/15-8-terraform-latest-stable-change.yml b/data/deprecations/15-8-terraform-latest-stable-change.yml
new file mode 100644
index 00000000000..60e9a509252
--- /dev/null
+++ b/data/deprecations/15-8-terraform-latest-stable-change.yml
@@ -0,0 +1,18 @@
+- title: "The latest Terraform templates will overwrite current stable templates"
+ announcement_milestone: "15.8"
+ removal_milestone: "16.0"
+ breaking_change: true
+ reporter: nagyv-gitlab
+ stage: configure
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/386001
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ With every major GitLab version, we update the stable Terraform templates with the current latest templates.
+ This change affects the [quickstart](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml)
+ and the [base](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform/Base.gitlab-ci.yml) templates.
+
+ Because the new templates ship with default rules, the update might break your Terraform pipelines.
+ For example, if your Terraform jobs are triggered as a downstream pipeline, the rules won't trigger your jobs
+ in GitLab 16.0.
+
+ To accommodate the changes, you might need to adjust the [`rules`](https://docs.gitlab.com/ee/ci/yaml/#rules) in your
+ `.gitlab-ci.yml` file.