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

feat(container): update image ghcr.io/onedr0p/actions-runner ( 2.321.0 → 2.322.0 ) #3091

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot bot commented Jan 24, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/actions-runner (source) minor 2.321.0 -> 2.322.0

Release Notes

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

v2.322.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/runner@v2.321.0...v2.322.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.322.0/actions-runner-win-x64-2.322.0.zip -OutFile actions-runner-win-x64-2.322.0.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.322.0.zip", "$PWD")
Windows arm64

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.322.0/actions-runner-win-arm64-2.322.0.zip -OutFile actions-runner-win-arm64-2.322.0.zip

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

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

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

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

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

##### Extract the installer
tar xzf ./actions-runner-linux-arm-2.322.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.322.0.zip ace5de018c88492ca80a2323af53ff3f43d2c82741853efb302928f250516015
  • actions-runner-win-arm64-2.322.0.zip 74b67df4e94e3cd7d79b9320d421b0a62c66b77a019cf2471aba793dac0139fb
  • actions-runner-osx-x64-2.322.0.tar.gz aa0fc262363912167dcdbc746ffcdf7b8996bc587f51cf1bab38ad86cf70b6ea
  • actions-runner-osx-arm64-2.322.0.tar.gz 67d3b4dd6f1eec8ec43dda12c189cff68ec3ba1dfa054791cb446ddcfb39d2aa
  • actions-runner-linux-x64-2.322.0.tar.gz b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768
  • actions-runner-linux-arm64-2.322.0.tar.gz a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143
  • actions-runner-linux-arm-2.322.0.tar.gz 583fc5f933eb2f0f9f388ef304085629181cef54e63fe3445eed92dba4a87c46

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.

…0 → 2.322.0 )

| datasource | package                        | from    | to      |
| ---------- | ------------------------------ | ------- | ------- |
| docker     | ghcr.io/onedr0p/actions-runner | 2.321.0 | 2.322.0 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner January 24, 2025 16:04
@ishioni-bot ishioni-bot bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory cluster/talos labels Jan 24, 2025
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 24, 2025

--- HelmRelease: github/arc-homelab AutoscalingRunnerSet: github/arc-homelab

+++ HelmRelease: github/arc-homelab AutoscalingRunnerSet: github/arc-homelab

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

     app.kubernetes.io/instance: arc-homelab
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-homelab
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: a5b191faeb70dc80498259851c46709122af19448826c70f433f1e868742609
+    actions.github.com/values-hash: f7d006d41a20752a2a15c3b57d7d941354e934d0885e0d0efbdcfe475912542
     actions.github.com/cleanup-github-secret-name: arc-homelab-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-homelab-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-homelab-gha-rs-manager
 spec:
   githubConfigUrl: https://github.com/ishioni/homelab-ops
   githubConfigSecret: arc-homelab-gha-rs-github-secret
@@ -31,13 +31,13 @@

       restartPolicy: Never
       serviceAccountName: actions-runner
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0
         env:
         - name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER
           value: 'false'
         - name: NODE_IP
           valueFrom:
             fieldRef:

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 24, 2025

--- kubernetes/talos/apps/github/arc/runners Kustomization: flux-system/github-arc-runners HelmRelease: github/arc-homelab

+++ kubernetes/talos/apps/github/arc/runners Kustomization: flux-system/github-arc-runners HelmRelease: github/arc-homelab

@@ -49,13 +49,13 @@

           - name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER
             value: 'false'
           - name: NODE_IP
             valueFrom:
               fieldRef:
                 fieldPath: status.hostIP
-          image: ghcr.io/onedr0p/actions-runner:2.321.0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0
           name: runner
           volumeMounts:
           - mountPath: /var/run/secrets/talos.dev
             name: talos
             readOnly: true
         securityContext:

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 24, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.0s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.25s
✅ YAML prettier 1 0 0.41s
✅ YAML yamllint 1 0 0.37s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@ishioni ishioni merged commit dc3adab into master Jan 24, 2025
17 checks passed
@ishioni ishioni deleted the renovate/ghcr.io-onedr0p-actions-runner-2.x branch January 24, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory cluster/talos dep/minor renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant