Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
846cb1d0
Commit
846cb1d0
authored
Feb 04, 2022
by
Pedro Pombeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update removal dates on recent API deprecations
parent
083e8164
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
22 deletions
+22
-22
data/deprecations/14-8-runner-api-active-field-replaced-with-paused-breaking-change.yml
...api-active-field-replaced-with-paused-breaking-change.yml
+5
-5
data/deprecations/14-8-runner-api-project_type-breaking-change.yml
...ecations/14-8-runner-api-project_type-breaking-change.yml
+3
-3
data/deprecations/14-8-runner-api-status-filter-does-accept-active-or-paused.yml
...runner-api-status-filter-does-accept-active-or-paused.yml
+3
-3
doc/update/deprecations.md
doc/update/deprecations.md
+11
-11
No files found.
data/deprecations/14-8-runner-api-active-field-replaced-with-paused-breaking-change.yml
View file @
846cb1d0
-
name
:
"
REST
and
GraphQL
API
Runner
usage
of
`active`
replaced
by
`paused`"
announcement_milestone
:
"
14.8"
announcement_date
:
"
2022-02-22"
removal_milestone
:
"
1
5
.0"
removal_date
:
"
202
2-05
-22"
removal_milestone
:
"
1
6
.0"
removal_date
:
"
202
3-04
-22"
breaking_change
:
true
reporter
:
pedropombeiro
body
:
|
Occurrences of the `active` identifier in the GitLab Runner REST and GraphQL API endpoints will be
renamed to `paused` in GitLab 1
5
.0, namely:
renamed to `paused` in GitLab 1
6
.0, namely:
- GraphQL API:
- the `CiRunner` property;
...
...
@@ -22,8 +22,8 @@
- `GET /projects/:id/runners` / `POST /projects/:id/runners`
- `GET /groups/:id/runners`
The 1
5
.0 release of the GitLab Runner will start using the `paused` property when registering runners, and therefore
will only be compatible with GitLab 1
5.0 and later. Until 15
.0, GitLab will accept the deprecated `active` flag from
The 1
6
.0 release of the GitLab Runner will start using the `paused` property when registering runners, and therefore
will only be compatible with GitLab 1
6.0 and later. Until 16
.0, GitLab will accept the deprecated `active` flag from
existing runners.
stage
:
Verify
tiers
:
[
Core
,
Premium
,
Ultimate
]
...
...
data/deprecations/14-8-runner-api-project_type-breaking-change.yml
View file @
846cb1d0
-
name
:
"
REST
API
endpoint
to
list
group
runners
no
longer
accepts
`project_type`
value
for
`type`
argument"
announcement_milestone
:
"
14.8"
announcement_date
:
"
2022-02-22"
removal_milestone
:
"
1
5
.0"
removal_date
:
"
202
2-05
-22"
removal_milestone
:
"
1
6
.0"
removal_date
:
"
202
3-04
-22"
breaking_change
:
true
reporter
:
pedropombeiro
body
:
|
The `GET /groups/:id/runners?type=project_type` endpoint will be removed in GitLab 1
5
.0. The endpoint always returned an empty collection.
The `GET /groups/:id/runners?type=project_type` endpoint will be removed in GitLab 1
6
.0. The endpoint always returned an empty collection.
stage
:
Verify
tiers
:
[
Core
,
Premium
,
Ultimate
]
issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/351466
...
...
data/deprecations/14-8-runner-api-status-filter-does-accept-active-or-paused.yml
View file @
846cb1d0
-
name
:
"
REST
API
Runner
will
not
accept
`status`
filter
values
of
`active`
or
`paused`"
announcement_milestone
:
"
14.8"
# The milestone when this feature was first announced as deprecated.
announcement_date
:
"
2022-02-22"
removal_milestone
:
"
1
5.0"
# the milestone when this feature is planned to be removed
removal_date
:
"
202
2-05-22"
# the date of the milestone release when this feature is planned to be removed
removal_milestone
:
"
1
6.0"
removal_date
:
"
202
3-04-22"
breaking_change
:
true
body
:
|
# Do not modify this line, instead modify the lines below.
The GitLab Runner REST endpoints will stop accepting `paused` or `active` as a status value in GitLab 1
5
.0.
The GitLab Runner REST endpoints will stop accepting `paused` or `active` as a status value in GitLab 1
6
.0.
A runner's status will only relate to runner contact status, such as: `online`, `offline`.
Status values `paused` or `active` will no longer be accepted and will be replaced by the `paused` query parameter.
...
...
doc/update/deprecations.md
View file @
846cb1d0
...
...
@@ -796,12 +796,12 @@ The `instanceStatisticsMeasurements` GraphQL node has been renamed to `usageTren
### REST API Runner will not accept `status` filter values of `active` or `paused`
WARNING:
This feature will be changed or removed in 1
5
.0
This feature will be changed or removed in 1
6
.0
as a
[
breaking change
](
https://docs.gitlab.com/ee/development/contributing/#breaking-changes
)
.
Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow.
The GitLab Runner REST endpoints will stop accepting
`paused`
or
`active`
as a status value in GitLab 1
5
.0.
The GitLab Runner REST endpoints will stop accepting
`paused`
or
`active`
as a status value in GitLab 1
6
.0.
A runner's status will only relate to runner contact status, such as:
`online`
,
`offline`
.
Status values
`paused`
or
`active`
will no longer be accepted and will be replaced by the
`paused`
query parameter.
...
...
@@ -809,30 +809,30 @@ Status values `paused` or `active` will no longer be accepted and will be replac
When checking for paused runners, API users are advised to specify
`paused=true`
as the query parameter.
When checking for active runners, specify
`paused=false`
.
**Planned removal milestone: 1
5.0 (2022-05
-22)**
**Planned removal milestone: 1
6.0 (2023-04
-22)**
### REST API endpoint to list group runners no longer accepts `project_type` value for `type` argument
WARNING:
This feature will be changed or removed in 1
5
.0
This feature will be changed or removed in 1
6
.0
as a
[
breaking change
](
https://docs.gitlab.com/ee/development/contributing/#breaking-changes
)
.
Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow.
The
`GET /groups/:id/runners?type=project_type`
endpoint will be removed in GitLab 1
5
.0. The endpoint always returned an empty collection.
The
`GET /groups/:id/runners?type=project_type`
endpoint will be removed in GitLab 1
6
.0. The endpoint always returned an empty collection.
**Planned removal milestone: 1
5.0 (2022-05
-22)**
**Planned removal milestone: 1
6.0 (2023-04
-22)**
### REST and GraphQL API Runner usage of `active` replaced by `paused`
WARNING:
This feature will be changed or removed in 1
5
.0
This feature will be changed or removed in 1
6
.0
as a
[
breaking change
](
https://docs.gitlab.com/ee/development/contributing/#breaking-changes
)
.
Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow.
Occurrences of the
`active`
identifier in the GitLab Runner REST and GraphQL API endpoints will be
renamed to
`paused`
in GitLab 1
5
.0, namely:
renamed to
`paused`
in GitLab 1
6
.0, namely:
-
GraphQL API:
-
the
`CiRunner`
property;
...
...
@@ -847,11 +847,11 @@ renamed to `paused` in GitLab 15.0, namely:
-
`GET /projects/:id/runners`
/
`POST /projects/:id/runners`
-
`GET /groups/:id/runners`
The 1
5
.0 release of the GitLab Runner will start using the
`paused`
property when registering runners, and therefore
will only be compatible with GitLab 1
5.0 and later. Until 15
.0, GitLab will accept the deprecated
`active`
flag from
The 1
6
.0 release of the GitLab Runner will start using the
`paused`
property when registering runners, and therefore
will only be compatible with GitLab 1
6.0 and later. Until 16
.0, GitLab will accept the deprecated
`active`
flag from
existing runners.
**Planned removal milestone: 1
5.0 (2022-05
-22)**
**Planned removal milestone: 1
6.0 (2023-04
-22)**
### Vulnerability Check
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment