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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-29 06:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-29 06:09:44 +0300
commit111f9a7cc6834edfeb81c4b91bcf43df332096a7 (patch)
tree76db22a425042d59c08d7bcecaed160cfdef885a /data
parent72278d5e10d7470b59b81c1e51379baa3a6cdab8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-1-deprecate-message-from-vulnerabilitycreate.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/deprecations/16-1-deprecate-message-from-vulnerabilitycreate.yml b/data/deprecations/16-1-deprecate-message-from-vulnerabilitycreate.yml
new file mode 100644
index 00000000000..505a6b1bdd9
--- /dev/null
+++ b/data/deprecations/16-1-deprecate-message-from-vulnerabilitycreate.yml
@@ -0,0 +1,10 @@
+- title: "Deprecate `message` field from Vulnerability Management features"
+ announcement_milestone: "16.1"
+ removal_milestone: "17.0"
+ breaking_change: true
+ reporter: abellucci
+ stage: Govern
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/411573
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ This MR deprecates the `message` field on the `VulnerabilityCreate` GraphQL mutation, and in the `AdditionalInfo` column of the vulnerability export.
+ The message field was removed from security reports schema in GitLab 16.0 and is no longer being used elsewhere.