Skip to content

Commit 2de5b5b

Browse files
author
GitLab Bot
committed
Add latest changes from gitlab-org/gitlab@master
1 parent d26380d commit 2de5b5b

File tree

4 files changed

+12
-54
lines changed

4 files changed

+12
-54
lines changed

DEI.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ The DEI.md file was originally created in the CHAOSS project. This comment provi
88
Please use the DEI.md Guide at https://github.com/badging/ProjectBadging/blob/main/Guide.DEI.md when creating your DEI.md file
99
-->
1010

11-
![DEI Bronze Badge](/public/dei-bronze-badge.svg)
12-
1311
## GitLab
1412

1513
The scope of this DEI.md file is intended to cover the entire organization of GitLab. Any specific differences for a particular GitLab project may be noted within this document.

doc/api/lint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Example responses:
6262

6363
> - `sha` attribute [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/369212) in GitLab 16.5.
6464
65-
Checks if a project’s `.gitlab-ci.yml` configuration in a given commit
66-
(by default `HEAD` of the project’s default branch) is valid. This
67-
endpoint uses all namespace specific data available, including variables
65+
Checks if a project’s `.gitlab-ci.yml` configuration in a given ref (the
66+
`sha` parameter, by default `HEAD` of the project’s default branch) is valid.
67+
This endpoint uses all namespace specific data available, including variables
6868
and local includes.
6969

7070
```plaintext
@@ -76,7 +76,7 @@ GET /projects/:id/ci/lint
7676
| `dry_run` | boolean | No | Run pipeline creation simulation, or only do static check. |
7777
| `include_jobs` | boolean | No | If the list of jobs that would exist in a static check or pipeline simulation should be included in the response. Default: `false`. |
7878
| `ref` | string | No | When `dry_run` is `true`, sets the branch or tag context to use to validate the CI/CD YAML configuration. Defaults to the project's default branch when not set. |
79-
| `sha` | string | No | The commit SHA of a branch or tag. Defaults to the SHA of the head of the project's default branch when not set. |
79+
| `sha` | string | No | The CI/CD configuration content is taken from this commit SHA, branch or tag. Defaults to the SHA of the head of the project's default branch when not set. |
8080

8181
Example request:
8282

doc/update/versions/gitlab_16_changes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Specific information applies to Linux package installations:
9797
| ----------------------- | ----------------------- | -------- |
9898
| 16.4 | All | None |
9999
| 16.5 | All | None |
100-
| 16.6 | All | None |
101-
| 16.7 | All | None |
100+
| 16.6 | 16.6.0 - 16.6.5 | 16.6.6 |
101+
| 16.7 | 16.7.0 - 16.7.3 | 16.7.4 |
102102

103103
## 16.8.0
104104

@@ -119,8 +119,8 @@ before upgrading to GitLab 16.8.
119119
| ----------------------- | ----------------------- | -------- |
120120
| 16.4 | All | None |
121121
| 16.5 | All | None |
122-
| 16.6 | All | None |
123-
| 16.7 | All | None |
122+
| 16.6 | 16.6.0 - 16.6.5 | 16.6.6 |
123+
| 16.7 | 16.7.0 - 16.7.3 | 16.7.4 |
124124

125125
## 16.5.0
126126

@@ -217,8 +217,8 @@ Specific information applies to installations using Geo:
217217
| ----------------------- | ----------------------- | -------- |
218218
| 16.4 | All | None |
219219
| 16.5 | All | None |
220-
| 16.6 | All | None |
221-
| 16.7 | All | None |
220+
| 16.6 | 16.6.0 - 16.6.5 | 16.6.6 |
221+
| 16.7 | 16.7.0 - 16.7.3 | 16.7.4 |
222222

223223
## 16.4.0
224224

@@ -367,8 +367,8 @@ Specific information applies to installations using Geo:
367367
| ----------------------- | ----------------------- | -------- |
368368
| 16.4 | All | None |
369369
| 16.5 | All | None |
370-
| 16.6 | All | None |
371-
| 16.7 | All | None |
370+
| 16.6 | 16.6.0 - 16.6.5 | 16.6.6 |
371+
| 16.7 | 16.7.0 - 16.7.3 | 16.7.4 |
372372

373373
## 16.3.0
374374

public/dei-bronze-badge.svg

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)