Skip to content
代码片段 群组 项目
提交 c72490a2 编辑于 作者: Phillip Wells's avatar Phillip Wells 提交者: Amy Qualls
浏览文件

Update links to issue and documentation

Point to the correct deprecation issue, and the documentation for
the related work.
上级 2be25aba
无相关合并请求
- title: "Default value of `ttl_days` now 30 days"
announcement_milestone: "15.4" # (required) The milestone when this feature was deprecated.
removal_milestone: "16.0" # (required) The milestone when this feature is being removed.
breaking_change: true # (required) Change to false if this is not a breaking change.
reporter: tlinz
stage: create # (required) String value of the stage that the feature was created in. e.g., Growth
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/369122 # (required) Link to the deprecation issue in GitLab
body: | # (required) Do not modify this line, instead modify the lines below.
From GitLab 16.0, any personal, project, or group access token [must have an expiration date](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96594). If you create a personal access token with the GitLab Shell command `personal_access_token` without specifying `ttl_days`, a default value of 30 days is now applied.
#
# OPTIONAL FIELDS
#
tiers: [Core, Premium, Ultimate]
documentation_url: https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
image_url:
video_url:
...@@ -162,6 +162,16 @@ Instead, use the [new variable names](https://docs.gitlab.com/ee/user/applicatio ...@@ -162,6 +162,16 @@ Instead, use the [new variable names](https://docs.gitlab.com/ee/user/applicatio
- `CS_REGISTRY_USER` - `CS_REGISTRY_USER`
- `CS_DOCKERFILE_PATH` - `CS_DOCKERFILE_PATH`
### Default value of `ttl_days` now 30 days
<div class="deprecation-notes">
- Announced in: GitLab <span class="milestone">15.4</span>
- This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/). Review the details carefully before upgrading.
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/369122).
</div>
From GitLab 16.0, any personal, project, or group access token [must have an expiration date](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96594). If you create a personal access token with the GitLab Shell command `personal_access_token` without specifying `ttl_days`, a default value of 30 days is now applied.
### Dependency Scanning ends support for Java 13, 14, 15, and 16 ### Dependency Scanning ends support for Java 13, 14, 15, and 16
<div class="deprecation-notes"> <div class="deprecation-notes">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册