12 lines
829 B
YAML
12 lines
829 B
YAML
|
- 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.
|