Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/removals_runner_26651.yml')
-rw-r--r--data/removals/14_0/removals_runner_26651.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/removals/14_0/removals_runner_26651.yml b/data/removals/14_0/removals_runner_26651.yml
new file mode 100644
index 00000000000..a22f8dfc9ac
--- /dev/null
+++ b/data/removals/14_0/removals_runner_26651.yml
@@ -0,0 +1,6 @@
+- name: "Remove `/usr/lib/gitlab-runner` symlink from package"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: deastman
+ body: |
+ In GitLab Runner 13.3, a symlink was added from `/user/lib/gitlab-runner/gitlab-runner` to `/usr/bin/gitlab-runner`. In 14.0, the symlink has been removed and the runner is now installed in `/usr/bin/gitlab-runner`. Refer to [issue #26651](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26651) for details.