From d8bce88c4f5bca3c5c8ef7aa85bb4776d507c71f Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Mon, 26 Feb 2024 13:19:04 -0500 Subject: [PATCH] Prepare v2.314.0 release (#3172) * Prepare v2.314.0 release * update releaseNoteMd --- releaseNote.md | 36 +++++++++++++----------------------- src/runnerversion | 2 +- 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 0387e9388a9..e9f86ca4f37 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,30 +1,20 @@ ## What's Changed -* Bump docker and buildx to the latest version by @diogotorres97 in https://github.com/actions/runner/pull/3100 -* Revert "Bump container hook version to 0.5.0 in runner image (#3003)" by @TingluoHuang in https://github.com/actions/runner/pull/3101 -* Make embedded timeline record has same order as its parent record. by @TingluoHuang in https://github.com/actions/runner/pull/3113 -* Fix release workflow. by @TingluoHuang in https://github.com/actions/runner/pull/3102 -* Add user-agent to all http clients using RawClientHttpRequestSettings. by @TingluoHuang in https://github.com/actions/runner/pull/3115 -* Fix JobDispatcher crash during force cancellation. by @TingluoHuang in https://github.com/actions/runner/pull/3118 -* Implement Broker Redirects for Session and Messages by @luketomlinson in https://github.com/actions/runner/pull/3103 -* Only keep 1 older version runner around after self-upgrade. by @TingluoHuang in https://github.com/actions/runner/pull/3122 -* Upgrade `docker` from `24.0.7` to `24.0.8` by @MPV in https://github.com/actions/runner/pull/3124 -* Upload the diagnostic logs to the Results Service by @jtamsut in https://github.com/actions/runner/pull/3114 -* Upgrade `docker` from `24.0.8` to `24.0.9` by @MPV in https://github.com/actions/runner/pull/3126 -* Make sure to drain the upload queue before clean temp directory by @yacaovsnc in https://github.com/actions/runner/pull/3125 -* Specify `Content-Type` for BlockBlob upload by @bethanyj28 in https://github.com/actions/runner/pull/3119 -* Improve error report for invalid action.yml by @jsoref in https://github.com/actions/runner/pull/3106 -* Add sshd to .devcontainer.json by @pje in https://github.com/actions/runner/pull/3079 -* Resolve CVE-2024-21626 by @luka5 in https://github.com/actions/runner/pull/3123 -* Handle ForceTokenRefresh message by @luketomlinson in https://github.com/actions/runner/pull/3133 -* Bump hook version to 0.5.1 by @nikola-jokic in https://github.com/actions/runner/pull/3129 +* Prepare v2.313.0 Release by @luketomlinson in https://github.com/actions/runner/pull/3137 +* Pass RunnerOS during job acquire. by @TingluoHuang in https://github.com/actions/runner/pull/3140 +* Process `snapshot` tokens by @davidomid in https://github.com/actions/runner/pull/3135 +* Update dotnet sdk to latest version @6.0.419 by @github-actions in https://github.com/actions/runner/pull/3158 +* handle broker run service exception handling by @yaananth in https://github.com/actions/runner/pull/3163 +* Add a retry logic to docker login operation by @enescakir in https://github.com/actions/runner/pull/3089 +* Broker fixes for token refreshes and AccessDeniedException by @luketomlinson in https://github.com/actions/runner/pull/3161 +* Remove USE_BROKER_FLOW by @luketomlinson in https://github.com/actions/runner/pull/3162 +* Refresh Token for BrokerServer by @luketomlinson in https://github.com/actions/runner/pull/3167 +* Better step timeout message. by @TingluoHuang in https://github.com/actions/runner/pull/3166 ## New Contributors -* @diogotorres97 made their first contribution in https://github.com/actions/runner/pull/3100 -* @MPV made their first contribution in https://github.com/actions/runner/pull/3124 -* @jtamsut made their first contribution in https://github.com/actions/runner/pull/3114 -* @luka5 made their first contribution in https://github.com/actions/runner/pull/3123 +* @davidomid made their first contribution in https://github.com/actions/runner/pull/3135 +* @enescakir made their first contribution in https://github.com/actions/runner/pull/3089 -**Full Changelog**: https://github.com/actions/runner/compare/v2.312.0...v2.313.0 +**Full Changelog**: https://github.com/actions/runner/compare/v2.313.0...v2.314.0 _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. diff --git a/src/runnerversion b/src/runnerversion index c996186cd38..bba6eff1556 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.313.0 +2.314.0