blob: b506816a54bf439b7e79ad53ded14e6d5f0bf103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
- title: "CiCdSettingsUpdate mutation renamed to ProjectCiCdSettingsUpdate"
announcement_milestone: "15.0"
removal_milestone: "16.0"
breaking_change: true
reporter: pedropombeiro
stage: Verify
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/361801
body: |
The `CiCdSettingsUpdate` mutation was renamed to `ProjectCiCdSettingsUpdate` in GitLab 15.0.
The `CiCdSettingsUpdate` mutation will be removed in GitLab 16.0.
Any user scripts that use the `CiCdSettingsUpdate` mutation must be updated to use `ProjectCiCdSettingsUpdate`
instead.
tiers: [Core, Premium, Ultimate]
documentation_url: https://docs.gitlab.com/ee/api/graphql/reference/#mutationprojectcicdsettingsupdate
image_url:
video_url:
|