Releases: ericsciple/runner
v2.316.0
What's Changed
- Load '_runnerSettings' in the early point of JobRunner.cs by @TingluoHuang in actions#3218
- Add new SessionConflict return code by @eeSquared in actions#3215
- backoff if we retried polling for more than 50 times in less than 30minutes by @aiqiaoy in actions#3232
- Update dotnet sdk to latest version @6.0.421 by @github-actions in actions#3244
- Cleanup enabled feature flags. by @TingluoHuang in actions#3246
- Relax the condition to stop uploading to Results by @yacaovsnc in actions#3230
- Cleanup enabled feature flags. by @TingluoHuang in actions#3248
- Replace invalid file name chars in diag log name by @ericsciple in actions#3249
New Contributors
- @eeSquared made their first contribution in actions#3215
- @aiqiaoy made their first contribution in actions#3232
Full Changelog: actions/runner@v2.315.0...v2.316.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.
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.
The following snipped needs to be run on powershell
:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-win-x64-2.316.0.zip -OutFile actions-runner-win-x64-2.316.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.316.0.zip", "$PWD")
[Pre-release] Windows arm64
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
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.
The following snipped needs to be run on powershell
:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-win-arm64-2.316.0.zip -OutFile actions-runner-win-arm64-2.316.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.316.0.zip", "$PWD")
OSX x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-osx-x64-2.316.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.316.0.tar.gz
OSX arm64 (Apple silicon)
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-osx-arm64-2.316.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.316.0.tar.gz
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-linux-x64-2.316.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.316.0.tar.gz
Linux arm64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-linux-arm64-2.316.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.316.0.tar.gz
Linux arm
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-linux-arm-2.316.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.316.0.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-win-x64-2.316.0.zip ea572df6bf1c24e2050acb974863c6095f5720f0464f4da42b375ed3b0233e2f
- actions-runner-win-arm64-2.316.0.zip 5153b558603ea97ad8367452640d803a05822e6da5e0d7d06c99a64febbcf6f8
- actions-runner-osx-x64-2.316.0.tar.gz 9f5b82952b3622adbb0957ffe1cf3a2fceeaae0922167a6a8b239c33c028e3c2
- actions-runner-osx-arm64-2.316.0.tar.gz 671f24e4fd719befef75aa852ea85a5d3bc1d2698970eb4588806416caf2df5b
- actions-runner-linux-x64-2.316.0.tar.gz 5e9fe7b363849971afd2fd630926aee0267b9090ef65d3765fcd46729b680813
- actions-runner-linux-arm64-2.316.0.tar.gz 9bad41225dc03e949e6f49eb41db8aded4839b3dd2c2d04dfda6685e770df6b5
- actions-runner-linux-arm-2.316.0.tar.gz b1c33821d42a625e1d929ae5b0ab20872e67aba48bc7b7f8c41dee373bc11fce
v2.315.9
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 4a1e380 (debug build)
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.9/actions-runner-linux-x64-2.315.9.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.9.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.9.tar.gz a6305166619f2f3e55efd66cf87f3b339a0b6856a1a2337dfe602e33a91d61d8
v2.315.8
What's Changed
Matches actions/runner v2.315.0 + cherry-pick dd9fcfc
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.8/actions-runner-linux-x64-2.315.8.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.8.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.8.tar.gz c7eaa99c10d0ed4ca3b85fdc0d211ec71b3a67d3617f5ebda435383b7d570488
v2.315.7
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 5107c5e
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.7/actions-runner-linux-x64-2.315.7.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.7.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.7.tar.gz 6a4dc3279478101a7a9f892ca0e6383d3155471b303c9b28b6763b3796743d87
v2.315.6
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 1b61d78
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.6/actions-runner-linux-x64-2.315.6.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.6.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.6.tar.gz b7286172d3ff6cd586f58d9da3c1227b98e986964b7b5b7f0e6b15385854e16b
v2.315.5
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 2e0eb2c
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.5/actions-runner-linux-x64-2.315.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.5.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.5.tar.gz 2bfdc492f828dd88453f08f4f37d82ed3dbcf77fbbfe404e8cbf7ff048e09823
v2.315.4
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 2d83e1d
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.4/actions-runner-linux-x64-2.315.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.4.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.4.tar.gz f5e06a16985d8a85cd2aef4467568f8d6cb6ee9689a42958e014fd5f27f1a4b5
v2.315.3
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 4a1e380
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.3/actions-runner-linux-x64-2.315.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.3.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.3.tar.gz 9d4bc0bc5126ae887d855081ba02fb531dfef135d00930c415cfcd2f8905f5fd
v2.315.2
What's Changed
Matches actions/runner v2.315.0 + cherry-pick f467e9e
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.2/actions-runner-linux-x64-2.315.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.2.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.2.tar.gz 54ad2cf606dbb13e9666676045d880883ac80da7a233033dc4706320c5f8b3fa
v2.315.1
What's Changed
Matches actions/runner v2.315.0 + cherry-pick 77e0bfb
New Contributors
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.1/actions-runner-linux-x64-2.315.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.1.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-linux-x64-2.315.1.tar.gz 6181a330d25577c7c4703bab6338e9418f59a8942dad57cf910adbd095126830