From 130f6788d5768d622c9a4fdc13741fd364dfadf8 Mon Sep 17 00:00:00 2001 From: Cory Miller <13227161+cory-miller@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:41:53 -0500 Subject: [PATCH] Add a disclaimer for which runner version is available to a given tenant (#2362) * Add a disclaimer for which runner version is available to a given tenant * Update releaseNote.md --- releaseNote.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releaseNote.md b/releaseNote.md index 60012cc91..42999201d 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -13,6 +13,10 @@ - Return exit code when MANUALLY_TRAP_SIG is exported (#2285) - Use results for uploading step summaries (#2301) with limited size (#2321) +_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. +See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners_ + ## 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.