Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/15_0/15-0-type.yml')
-rw-r--r--data/removals/15_0/15-0-type.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-type.yml b/data/removals/15_0/15-0-type.yml
new file mode 100644
index 00000000000..bb1b764f823
--- /dev/null
+++ b/data/removals/15_0/15-0-type.yml
@@ -0,0 +1,10 @@
+- name: "Remove `type` and `types` keyword from CI/CD configuration"
+ announcement_milestone: "14.6"
+ announcement_date: "2021-12-22"
+ removal_milestone: "15.0"
+ removal_date: "2022-05-22"
+ breaking_change: true
+ reporter: dhershkovitch
+ body: | # Do not modify this line, instead modify the lines below.
+ The `type` and `types` CI/CD keywords is removed in GitLab 15.0, so pipelines that use these keywords fail with a syntax error. Switch to `stage` and `stages`, which have the same behavior.
+# The following items are not published on the docs page, but may be used in the future.