From 35dda19491e172eba439443a8ae0cb1ac77c81e1 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Mon, 9 Nov 2020 09:01:47 -0500 Subject: [PATCH] Add deprecation date and release 2.274.1 version (#796) --- releaseNote.md | 6 +++--- src/Runner.Common/Constants.cs | 2 +- src/runnerversion | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 6f0bc1c9f..d15234328 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,11 @@ ## Features - - Support environment URL parsing (#762, #778) + - N/A ## Bugs - - Fixes #759 doesn't change proxy environment variables (#760) + - N/A ## Misc - - Add .editorconfig (#768) + - Add deprecation date to add-path and set-env runner commands (#796) ## Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/Runner.Common/Constants.cs b/src/Runner.Common/Constants.cs index a5074b7e0..f00536d5b 100644 --- a/src/Runner.Common/Constants.cs +++ b/src/Runner.Common/Constants.cs @@ -141,7 +141,7 @@ namespace GitHub.Runner.Common public static readonly string InternalTelemetryIssueDataKey = "_internal_telemetry"; public static readonly string WorkerCrash = "WORKER_CRASH"; public static readonly string UnsupportedCommand = "UNSUPPORTED_COMMAND"; - public static readonly string UnsupportedCommandMessage = "The `{0}` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/"; + public static readonly string UnsupportedCommandMessage = "The `{0}` command is deprecated and will be disabled on November 16th. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/"; public static readonly string UnsupportedCommandMessageDisabled = "The `{0}` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/"; } diff --git a/src/runnerversion b/src/runnerversion index 08b78dcc6..b663ac25f 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.274.0 +2.274.1