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/removal_runner_26419.yml')
-rw-r--r--data/removals/14_0/removal_runner_26419.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/removals/14_0/removal_runner_26419.yml b/data/removals/14_0/removal_runner_26419.yml
new file mode 100644
index 00000000000..8b0f3846c7a
--- /dev/null
+++ b/data/removals/14_0/removal_runner_26419.yml
@@ -0,0 +1,6 @@
+- name: "Make `pwsh` the default shell for newly-registered Windows Runners"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: deastman
+ body: |
+ In GitLab Runner 13.2, PowerShell Core support was added to the Shell executor. In 14.0, PowerShell Core, `pwsh` is now the default shell for newly-registered Windows runners. Windows `CMD` will still be available as a shell option for Windows runners. Refer to [issue #26419](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26419) for details.