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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 11:17:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 11:17:02 +0300
commitb39512ed755239198a9c294b6a45e65c05900235 (patch)
treed234a3efade1de67c46b9e5a38ce813627726aa7 /data/removals
parentd31474cf3b17ece37939d20082b07f6657cc79a9 (diff)
Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42
Diffstat (limited to 'data/removals')
-rw-r--r--data/removals/15_0/15-0-removal-artifacts-keyword.yml2
-rw-r--r--data/removals/15_0/removal_manage_repository_push_audit_event.yml (renamed from data/removals/15_0/removal_manage_ repository_push_audit_event.yml)0
-rw-r--r--data/removals/templates/_removal_template.md.erb2
3 files changed, 2 insertions, 2 deletions
diff --git a/data/removals/15_0/15-0-removal-artifacts-keyword.yml b/data/removals/15_0/15-0-removal-artifacts-keyword.yml
index 29edd922eae..15c9a5ee27a 100644
--- a/data/removals/15_0/15-0-removal-artifacts-keyword.yml
+++ b/data/removals/15_0/15-0-removal-artifacts-keyword.yml
@@ -3,7 +3,7 @@
announcement_date: "2022-02-22"
removal_milestone: "15.0"
removal_date: "2022-05-22"
- breaking_change: false
+ breaking_change: true
body: |
As of GitLab 15.0, the [`artifacts:reports:cobertura`](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed)
keyword has been [replaced](https://gitlab.com/gitlab-org/gitlab/-/issues/344533) by
diff --git a/data/removals/15_0/removal_manage_ repository_push_audit_event.yml b/data/removals/15_0/removal_manage_repository_push_audit_event.yml
index 474a5c41a95..474a5c41a95 100644
--- a/data/removals/15_0/removal_manage_ repository_push_audit_event.yml
+++ b/data/removals/15_0/removal_manage_repository_push_audit_event.yml
diff --git a/data/removals/templates/_removal_template.md.erb b/data/removals/templates/_removal_template.md.erb
index 8bee1d69e42..dc779323096 100644
--- a/data/removals/templates/_removal_template.md.erb
+++ b/data/removals/templates/_removal_template.md.erb
@@ -38,7 +38,7 @@ For removal reviewers (Technical Writers only):
<% if removal["breaking_change"] -%>
WARNING:
-This is a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes).
+This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
Review the details carefully before upgrading.
<%= removal["body"] -%><% else %>