Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image ghcr.io/onedr0p/actions-runner to v2.316.1 #2390

Merged
merged 1 commit into from
May 2, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented May 2, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/actions-runner (source) patch 2.316.0 -> 2.316.1

Release Notes

actions/runner (ghcr.io/onedr0p/actions-runner)

v2.316.1

Compare Source

What's Changed

Full Changelog: actions/runner@v2.316.0...v2.316.1

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.1/actions-runner-win-x64-2.316.1.zip -OutFile actions-runner-win-x64-2.316.1.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.316.1.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.1/actions-runner-win-arm64-2.316.1.zip -OutFile actions-runner-win-arm64-2.316.1.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.316.1.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.1/actions-runner-osx-x64-2.316.1.tar.gz

##### Extract the installer
tar xzf ./actions-runner-osx-x64-2.316.1.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.1/actions-runner-osx-arm64-2.316.1.tar.gz

##### Extract the installer
tar xzf ./actions-runner-osx-arm64-2.316.1.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.1/actions-runner-linux-x64-2.316.1.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-x64-2.316.1.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.1/actions-runner-linux-arm64-2.316.1.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-arm64-2.316.1.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.1/actions-runner-linux-arm-2.316.1.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-arm-2.316.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-win-x64-2.316.1.zip e41debe4f0a83f66b28993eaf84dad944c8c82e2c9da81f56a850bc27fedd76b
  • actions-runner-win-arm64-2.316.1.zip 3efe553a881f24eb20e79750033f69c23fcff35d78448aedf539f606cf9b869f
  • actions-runner-osx-x64-2.316.1.tar.gz 392b9d7b6d5b4d4f3814dbf874641b894f0c72447cdf05ce93158832d2d49b6b
  • actions-runner-osx-arm64-2.316.1.tar.gz 75129881e1b80857d235d95a390106470536f5669354cb26af8651861398fa97
  • actions-runner-linux-x64-2.316.1.tar.gz d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8
  • actions-runner-linux-arm64-2.316.1.tar.gz 4f506deac376013a95683fd5873e9c40f27e5790895147ccaa24d7c970532249
  • actions-runner-linux-arm-2.316.1.tar.gz 534f210f1c854e24948ab9a263eb36797301946aba1760101ad96fc693873f43

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner May 2, 2024 18:04
@layla-bot layla-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels May 2, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented May 2, 2024

--- HelmRelease: actions-runner-system/gha-runner-scale-set AutoscalingRunnerSet: actions-runner-system/gha-runner-scale-set

+++ HelmRelease: actions-runner-system/gha-runner-scale-set AutoscalingRunnerSet: actions-runner-system/gha-runner-scale-set

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: gha-runner-scale-set
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: gha-runner-scale-set
     actions.github.com/scale-set-namespace: actions-runner-system
   annotations:
-    actions.github.com/values-hash: 3af5c3b4636ebd9b7c1503c5c2e5caf72981ce66f68c5b40913c97397a6ce0e
+    actions.github.com/values-hash: c0b8c5de2c47acc330744f56b36e1337d8e36d7cd1f0e148fd6b851db11a3c8
     actions.github.com/cleanup-github-secret-name: gha-runner-scale-set-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: gha-runner-scale-set-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: gha-runner-scale-set-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: gha-runner-scale-set-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/kashalls/home-cluster
@@ -27,13 +27,13 @@

   template:
     spec:
       restartPolicy: Never
       serviceAccountName: gha-runner-scale-set-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.316.0@sha256:8610cd6909b7679dfb5e150ee74164ca8f9b627916a767ba055e00d16887d22a
+        image: ghcr.io/onedr0p/actions-runner:2.316.1@sha256:32f392f2db95247bccb45782528b29d028f9b7c617729fff309e4c5de83b9b7d
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -42,13 +42,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.316.0@sha256:8610cd6909b7679dfb5e150ee74164ca8f9b627916a767ba055e00d16887d22a
+        image: ghcr.io/onedr0p/actions-runner:2.316.1@sha256:32f392f2db95247bccb45782528b29d028f9b7c617729fff309e4c5de83b9b7d
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented May 2, 2024

--- kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app Kustomization: flux-system/gha-runner-scale-set HelmRelease: actions-runner-system/gha-runner-scale-set

+++ kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app Kustomization: flux-system/gha-runner-scale-set HelmRelease: actions-runner-system/gha-runner-scale-set

@@ -42,13 +42,13 @@

     runnerScaleSetName: gha-runner-scale-set
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.316.0@sha256:8610cd6909b7679dfb5e150ee74164ca8f9b627916a767ba055e00d16887d22a
+          image: ghcr.io/onedr0p/actions-runner:2.316.1@sha256:32f392f2db95247bccb45782528b29d028f9b7c617729fff309e4c5de83b9b7d
           name: runner
   valuesFrom:
   - kind: Secret
     name: actions-runner-controller-auth-secret
     targetPath: githubConfigSecret.github_app_id
     valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_APP_ID

@kashalls kashalls merged commit 1eeca70 into main May 2, 2024
13 checks passed
@layla-bot layla-bot bot deleted the renovate/ghcr.io-onedr0p-actions-runner-2.x branch May 2, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant