diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-21 12:11:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-21 12:11:06 +0000 |
commit | 82f4de60b7943e9c4a1311efcf29ee42dc38742e (patch) | |
tree | 50f9317b44b618adde6c5c7b369ad1acef170562 /data | |
parent | 3c3ab58cda15b53bde5d416f02801e535f7f1e9b (diff) | |
download | gitlab-ce-82f4de60b7943e9c4a1311efcf29ee42dc38742e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r-- | data/deprecations/distribution_deprecations_14-3.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/deprecations/distribution_deprecations_14-3.yml b/data/deprecations/distribution_deprecations_14-3.yml deleted file mode 100644 index fb691b5aa84..00000000000 --- a/data/deprecations/distribution_deprecations_14-3.yml +++ /dev/null @@ -1,8 +0,0 @@ -- name: "Rename Task Runner pod to Toolbox" # The name of the feature to be deprecated - announcement_milestone: "14.2" # The milestone when this feature was first announced as deprecated. - announcement_date: "2021-08-22" - removal_milestone: "14.4" # the milestone when this feature is planned to be removed - body: | # Do not modify this line, instead modify the lines below. - The Task Runner pod is used to execute periodic housekeeping tasks within the GitLab application and is often confused with the GitLab Runner. Thus, [Task Runner will be renamed to Toolbox](https://gitlab.com/groups/gitlab-org/charts/-/epics/25). - - This will result in the rename of the sub-chart: `gitlab/task-runner` to `gitlab/toolbox`. Resulting pods will be named along the lines of `{{ .Release.Name }}-toolbox`, which will often be `gitlab-toolbox`. They will be locatable with the label `app=toolbox`. |