feat(container): update image ghcr.io/home-operations/actions-runner to v2.333.0#893
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image ghcr.io/home-operations/actions-runner to v2.333.0#893renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- 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/home-operations/actions-runner:2.331.0@sha256:17e4be4e4664067b9a5f2e43d0e66e0a249654f3783a0a3f17448844a5422be5
+ image: ghcr.io/home-operations/actions-runner:2.333.0@sha256:35e5e1d6520009672d453ed84b3666b688423da51db732c8b4a46b14227b2628
name: runner
valuesFrom:
- kind: Secret
name: actions-runner-controller-auth-secret
targetPath: githubConfigSecret.github_token
valuesKey: ACTION_RUNNER_CONTROLLER_GITHUB_TOKEN |
--- 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: 72a589b04299ecfee832e7bf769d05f24347e82f0e04234f960f0c44e1e15f1
+ actions.github.com/values-hash: d5d5f80a5fa8ef0a67d884fdcc8014bf11d5bd87257d2ab6d61b6cb8aef20f8
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/cbrherms/home-ops
@@ -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/home-operations/actions-runner:2.331.0@sha256:17e4be4e4664067b9a5f2e43d0e66e0a249654f3783a0a3f17448844a5422be5
+ image: ghcr.io/home-operations/actions-runner:2.333.0@sha256:35e5e1d6520009672d453ed84b3666b688423da51db732c8b4a46b14227b2628
command:
- cp
args:
- -r
- /home/runner/externals/.
- /home/runner/tmpDir/
@@ -68,13 +68,13 @@
- name: dind-externals
mountPath: /home/runner/externals
containers:
- name: runner
command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.331.0@sha256:17e4be4e4664067b9a5f2e43d0e66e0a249654f3783a0a3f17448844a5422be5
+ image: ghcr.io/home-operations/actions-runner:2.333.0@sha256:35e5e1d6520009672d453ed84b3666b688423da51db732c8b4a46b14227b2628
env:
- name: DOCKER_HOST
value: unix:///var/run/docker.sock
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
value: '120'
volumeMounts: |
1b5c29d to
8e0e3c5
Compare
8e0e3c5 to
dd5efec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.331.0→2.333.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/runner (ghcr.io/home-operations/actions-runner)
v2.333.0Compare Source
v2.332.0Compare Source
What's Changed
Run /./instead ofRun ./by @ericsciple in #4218New Contributors
Full Changelog: actions/runner@v2.331.0...v2.332.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: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:OSX x64
OSX arm64 (Apple silicon)
Linux x64
Linux arm64
Linux arm
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:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/London, 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.
This PR was generated by Mend Renovate. View the repository job log.