From 4935be552668e31f8e22ccc5ed86442e01e6024e Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Tue, 4 Oct 2022 13:09:58 +0100 Subject: [PATCH] Prepare release notes for v2.298.0 (#2169) --- releaseNote.md | 10 ++++------ src/runnerversion | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 837e852f1..6e9ca4048 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,13 +1,11 @@ ## Features -- Created prerelease runner package for win-arm64 architecture (#2022) -- Added `GITHUB_STATE` and `GITHUB_OUTPUT` environment file commands (#2118) +- Service containers startup error logs are now included in workflow's logs (#2110) -## Bugs -- Fixed an issue where self hosted environments had their docker env's overwritten (#2107) -- Fixed an issue where step summaries for composite actions got overwritten (#2077) + ## Misc -- Bumped `actions/core` dependency (#2123) +- Added a feature flag to start warning on `save-state` and `set-output` deprecation (#2164) +- Prepare supporting `vars` in workflow templates (#2096) ## 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/runnerversion b/src/runnerversion index 8b05c7a6b..4114f64cd 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.297.0 +2.298.0