summaryrefslogtreecommitdiff
path: root/data/removals/14_3
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_3')
-rw-r--r--data/removals/14_3/removal-limit-tags-to-50.yml6
-rw-r--r--data/removals/14_3/removal-verify-pe-pipelinefindername.yml6
-rw-r--r--data/removals/14_3/removal_legacy_storage_setting.yml8
3 files changed, 20 insertions, 0 deletions
diff --git a/data/removals/14_3/removal-limit-tags-to-50.yml b/data/removals/14_3/removal-limit-tags-to-50.yml
new file mode 100644
index 00000000000..db624656e6e
--- /dev/null
+++ b/data/removals/14_3/removal-limit-tags-to-50.yml
@@ -0,0 +1,6 @@
+- name: "Introduced limit of 50 tags for jobs"
+ removal_date: September 22nd, 2021
+ removal_milestone: "14.3"
+ reporter: jreporter
+ body: |
+ GitLab values efficiency and is prioritizing reliability for [GitLab.com in FY22](https://about.gitlab.com/direction/#gitlab-hosted-first). In 14.3, GitLab CI/CD jobs must have less than 50 [tags](https://docs.gitlab.com/ee/ci/yaml/index.html#tags). If a pipeline contains a job with 50 or more tags, you will receive an error and the pipeline will not be created.
diff --git a/data/removals/14_3/removal-verify-pe-pipelinefindername.yml b/data/removals/14_3/removal-verify-pe-pipelinefindername.yml
new file mode 100644
index 00000000000..979317f99df
--- /dev/null
+++ b/data/removals/14_3/removal-verify-pe-pipelinefindername.yml
@@ -0,0 +1,6 @@
+- name: "List project pipelines API endpoint removes `name` support in 14.3"
+ removal_date: September 22, 2021 # day the removal was released
+ removal_milestone: "14.3"
+ reporter: jreporter # GitLab username of the person reporting the removal
+ body: |
+ In GitLab 14.3, we will remove the ability to filter by `name` in the [list project pipelines API endpoint](https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines) to improve performance. If you currently use this parameter with this endpoint, you must switch to `username`.
diff --git a/data/removals/14_3/removal_legacy_storage_setting.yml b/data/removals/14_3/removal_legacy_storage_setting.yml
new file mode 100644
index 00000000000..b1f98e47554
--- /dev/null
+++ b/data/removals/14_3/removal_legacy_storage_setting.yml
@@ -0,0 +1,8 @@
+- name: Use of legacy storage setting
+ removal_date: September 22nd, 2021 # day the removal was released
+ removal_milestone: "14.3"
+ reporter: dorrino # GitLab username of the person reporting the removal
+ body: | # example (supports markdown)
+ The support for [`gitlab_pages['use_legacy_storage']` setting](https://docs.gitlab.com/ee/administration/pages/index.html#domain-source-configuration-before-140) in Omnibus installations has been removed.
+
+ In 14.0 we removed [`domain_config_source`](https://docs.gitlab.com/ee/administration/pages/index.html#domain-source-configuration-before-140) which had been previously deprecated, and allowed users to specify disk storage. In 14.0 we added `use_legacy_storage` as a **temporary** flag to unblock upgrades, and allow us to debug issues with our users and it was deprecated and communicated for removal in 14.3.