Compare commits

...

3 Commits

Author SHA1 Message Date
Thomas Boop
c3219ccd9c Release 2.274.1 2020-11-09 09:23:19 -05:00
Thomas Boop
d815be5264 Add deprecation date and release 2.274.1 version (#796) (#797) 2020-11-09 09:13:14 -05:00
Julio Barba
dd945096d0 Release 2.274.0 runner 2020-11-05 10:35:58 -05:00
4 changed files with 6 additions and 6 deletions

View File

@@ -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.

View File

@@ -1 +1 @@
<Update to ./src/runnerversion when creating release>
2.274.1

View File

@@ -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/";
}

View File

@@ -1 +1 @@
2.274.0
2.274.1