debian-mirror-gitlab/data/removals/15_0/15-0-Legacy-approval-status-names-from-License-Compliance-API.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
829 B
YAML
Raw Normal View History

2022-07-16 23:28:13 +05:30
- name: "Legacy approval status names in License Compliance API"
announcement_milestone: "14.6"
announcement_date: "2021-12-13"
removal_milestone: "15.0"
removal_date: "2022-05-22"
breaking_change: false
reporter: sam.white
stage: secure
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/345839
body: | # (required) Do not modify this line, instead modify the lines below.
We have now removed the deprecated legacy names for approval status of license policy (`blacklisted`, `approved`) in the API queries and responses. If you are using our License Compliance API you should stop using the `approved` and `blacklisted` query parameters, they are now `allowed` and `denied`. In 15.0 the responses will also stop using `approved` and `blacklisted` so you may need to adjust any of your custom tools.