summaryrefslogtreecommitdiff
path: root/data/removals/14_0/deprecation_bump_terraform_template_version.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/deprecation_bump_terraform_template_version.yml')
-rw-r--r--data/removals/14_0/deprecation_bump_terraform_template_version.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/removals/14_0/deprecation_bump_terraform_template_version.yml b/data/removals/14_0/deprecation_bump_terraform_template_version.yml
new file mode 100644
index 00000000000..a2e4bad9913
--- /dev/null
+++ b/data/removals/14_0/deprecation_bump_terraform_template_version.yml
@@ -0,0 +1,18 @@
+- name: "New Terraform template version"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0" # example
+ issue_url: ""
+ reporter: nagyv-gitlab
+ body: |
+ As we continuously [develop GitLab's Terraform integrations](https://gitlab.com/gitlab-org/gitlab/-/issues/325312), to minimize customer disruption, we maintain two GitLab CI/CD templates for Terraform:
+
+ - The ["latest version" template](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml), which is updated frequently between minor releases of GitLab (such as 13.10, 13.11, etc).
+ - The ["major version" template](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml), which is updated only at major releases (such as 13.0, 14.0, etc).
+
+ At every major release of GitLab, the "latest version" template becomes the "major version" template, inheriting the "latest template" setup.
+ As we have added many new features to the Terraform integration, the new setup for the "major version" template can be considered a breaking change.
+
+ The latest template supports the [Terraform Merge Request widget](https://docs.gitlab.com/ee/user/infrastructure/mr_integration.html) and
+ doesn't need additional setup to work with the [GitLab managed Terraform state](https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html).
+
+ To check the new changes, see the [new "major version" template](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml).