diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-13 21:14:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-13 21:14:17 +0000 |
commit | 21eec1097daf6817af98894cf53fa436a25c5ce1 (patch) | |
tree | 438e077f5280667c3acc2c8860cfc28bf7141c3c /data/deprecations | |
parent | 05ade12880fb1316b086583fa98b4d2f3f26a143 (diff) | |
download | gitlab-ce-21eec1097daf6817af98894cf53fa436a25c5ce1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations')
-rw-r--r-- | data/deprecations/15-4-confidence-field-in-graphql.yml | 14 | ||||
-rw-r--r-- | data/deprecations/15-4-create-deprecation-draft-quick-action-toggle.yml | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/data/deprecations/15-4-confidence-field-in-graphql.yml b/data/deprecations/15-4-confidence-field-in-graphql.yml new file mode 100644 index 00000000000..da3287eeff9 --- /dev/null +++ b/data/deprecations/15-4-confidence-field-in-graphql.yml @@ -0,0 +1,14 @@ +- name: "Vulnerability confidence field" + announcement_milestone: "15.4" + announcement_date: "2022-09-22" + removal_milestone: "16.0" + removal_date: "2023-05-22" + breaking_change: true + reporter: matt_wilson + stage: govern + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/372332 + body: | + In GitLab 15.3, [security report schemas below version 15 were deprecated](https://docs.gitlab.com/ee/update/deprecations.html#security-report-schemas-version-14xx). + The `confidence` attribute on vulnerability findings exists only in schema versions before `15-0-0`, and therefore is effectively deprecated since GitLab 15.4 supports schema version `15-0-0`. To maintain consistency + between the reports and our public APIs, the `confidence` attribute on any vulnerability-related components of our GraphQL API is now deprecated and will be + removed in 16.0. diff --git a/data/deprecations/15-4-create-deprecation-draft-quick-action-toggle.yml b/data/deprecations/15-4-create-deprecation-draft-quick-action-toggle.yml new file mode 100644 index 00000000000..2265354c4c7 --- /dev/null +++ b/data/deprecations/15-4-create-deprecation-draft-quick-action-toggle.yml @@ -0,0 +1,12 @@ +- name: "Toggle behavior of `/draft` quick action in merge requests" # (required) The name of the feature to be deprecated + announcement_milestone: "15.4" # (required) The milestone when this feature was first announced as deprecated. + announcement_date: "2022-09-22" # (required) The date of the milestone release when this feature was first announced as deprecated. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post. + removal_milestone: "16.0" # (required) The milestone when this feature is planned to be removed + removal_date: "2022-05-22"# (required) The date of the milestone release when this feature is planned to be removed. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post. + breaking_change: true # (required) If this deprecation is a breaking change, set this value to true + reporter: phikai # (required) GitLab username of the person reporting the deprecation + stage: create # (required) String value of the stage that the feature was created in. e.g., Growth + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/365365 # (required) Link to the deprecation issue in GitLab + body: | # (required) Do not modify this line, instead modify the lines below. + In order to make the behavior of toggling the draft status of a merge request more clear via a quick action, we're deprecating and removing the toggle behavior of the `/draft` quick action. Beginning with the 16.0 release of GitLab, `/draft` will only set a merge request to Draft and a new `/ready` quick action will be used to remove the draft status. + documentation_url: # (optional) This is a link to the current documentation page |