feat(container): update image ghcr.io/home-operations/actions-runner ( 2.332.0 → 2.334.0 )#2894
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-containers
+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-containers
@@ -40,13 +40,13 @@
labels:
app.kubernetes.io/name: arc-containers-runner
spec:
containers:
- command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
name: runner
valuesFrom:
- kind: Secret
name: actions-runner-controller-auth
targetPath: githubConfigSecret.github_app_id
valuesKey: github_app_id
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-glantswrt
+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-glantswrt
@@ -40,13 +40,13 @@
labels:
app.kubernetes.io/name: arc-glantswrt-runner
spec:
containers:
- command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
name: runner
valuesFrom:
- kind: Secret
name: actions-runner-controller-auth
targetPath: githubConfigSecret.github_app_id
valuesKey: github_app_id
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-nikkix
+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-nikkix
@@ -40,13 +40,13 @@
labels:
app.kubernetes.io/name: arc-nikkix-runner
spec:
containers:
- command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
name: runner
securityContext:
fsGroup: 1001
fsGroupChangePolicy: OnRootMismatch
topologySpreadConstraints:
- labelSelector: |
--- HelmRelease: dev/arc-nikkix AutoscalingRunnerSet: dev/arc-runner-set-nikkix
+++ HelmRelease: dev/arc-nikkix AutoscalingRunnerSet: dev/arc-runner-set-nikkix
@@ -10,13 +10,13 @@
app.kubernetes.io/instance: arc-runner-set-nikkix
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: gha-rs
actions.github.com/scale-set-name: arc-runner-set-nikkix
actions.github.com/scale-set-namespace: dev
annotations:
- actions.github.com/values-hash: 579db7201679596cda457b062d8c9d73c08833efbdb6ec31def6ead78c3a429
+ actions.github.com/values-hash: 0bf87d5f0013b4e345141b8a2ed36a670cd999442e23619bd98332494cf0da8
actions.github.com/cleanup-github-secret-name: arc-runner-set-nikkix-gha-rs-github-secret
actions.github.com/cleanup-manager-role-binding: arc-runner-set-nikkix-gha-rs-manager
actions.github.com/cleanup-manager-role-name: arc-runner-set-nikkix-gha-rs-manager
actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-nikkix-gha-rs-no-permission
spec:
githubConfigUrl: https://github.com/mglants/nikkix
@@ -46,13 +46,13 @@
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
restartPolicy: Never
serviceAccountName: arc-runner-set-nikkix-gha-rs-no-permission
initContainers:
- name: init-dind-externals
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
command:
- cp
args:
- -r
- /home/runner/externals/.
- /home/runner/tmpDir/
@@ -87,13 +87,13 @@
- name: dind-externals
mountPath: /home/runner/externals
containers:
- name: runner
command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
env:
- name: DOCKER_HOST
value: unix:///var/run/docker.sock
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
value: '120'
volumeMounts:
--- HelmRelease: dev/arc-glantswrt AutoscalingRunnerSet: dev/arc-runner-set-glantswrt
+++ HelmRelease: dev/arc-glantswrt AutoscalingRunnerSet: dev/arc-runner-set-glantswrt
@@ -10,13 +10,13 @@
app.kubernetes.io/instance: arc-runner-set-glantswrt
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: gha-rs
actions.github.com/scale-set-name: arc-runner-set-glantswrt
actions.github.com/scale-set-namespace: dev
annotations:
- actions.github.com/values-hash: 3760ae519db559ea6b6b42125895595dc9a238ed7854638a381eb9753ed4ae9
+ actions.github.com/values-hash: 900f354228dc0e68ecf7ea812a8369b9a2f2a8950b451d0a6995018afedd243
actions.github.com/cleanup-github-secret-name: arc-runner-set-glantswrt-gha-rs-github-secret
actions.github.com/cleanup-manager-role-binding: arc-runner-set-glantswrt-gha-rs-manager
actions.github.com/cleanup-manager-role-name: arc-runner-set-glantswrt-gha-rs-manager
actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-glantswrt-gha-rs-no-permission
spec:
githubConfigUrl: https://github.com/mglants/glantswrt
@@ -36,13 +36,13 @@
app.kubernetes.io/name: arc-glantswrt-runner
spec:
restartPolicy: Never
serviceAccountName: arc-runner-set-glantswrt-gha-rs-no-permission
initContainers:
- name: init-dind-externals
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
command:
- cp
args:
- -r
- /home/runner/externals/.
- /home/runner/tmpDir/
@@ -77,13 +77,13 @@
- name: dind-externals
mountPath: /home/runner/externals
containers:
- name: runner
command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
env:
- name: DOCKER_HOST
value: unix:///var/run/docker.sock
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
value: '120'
volumeMounts:
--- HelmRelease: dev/arc-containers AutoscalingRunnerSet: dev/arc-runner-set-containers
+++ HelmRelease: dev/arc-containers AutoscalingRunnerSet: dev/arc-runner-set-containers
@@ -10,13 +10,13 @@
app.kubernetes.io/instance: arc-runner-set-containers
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: gha-rs
actions.github.com/scale-set-name: arc-runner-set-containers
actions.github.com/scale-set-namespace: dev
annotations:
- actions.github.com/values-hash: 68ca1fae3381f461f675407c7454f3b018cfb9f419375d19013fb3d754e641e
+ actions.github.com/values-hash: 79685c2f77a712dde6e76adb95603e6f1f014d63eb5c139e7512f8f2cacba91
actions.github.com/cleanup-github-secret-name: arc-runner-set-containers-gha-rs-github-secret
actions.github.com/cleanup-manager-role-binding: arc-runner-set-containers-gha-rs-manager
actions.github.com/cleanup-manager-role-name: arc-runner-set-containers-gha-rs-manager
actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-containers-gha-rs-no-permission
spec:
githubConfigUrl: https://github.com/mglants/containers
@@ -36,13 +36,13 @@
app.kubernetes.io/name: arc-containers-runner
spec:
restartPolicy: Never
serviceAccountName: arc-runner-set-containers-gha-rs-no-permission
initContainers:
- name: init-dind-externals
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
command:
- cp
args:
- -r
- /home/runner/externals/.
- /home/runner/tmpDir/
@@ -77,13 +77,13 @@
- name: dind-externals
mountPath: /home/runner/externals
containers:
- name: runner
command:
- /home/runner/run.sh
- image: ghcr.io/home-operations/actions-runner:2.332.0
+ image: ghcr.io/home-operations/actions-runner:2.334.0
env:
- name: DOCKER_HOST
value: unix:///var/run/docker.sock
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
value: '120'
volumeMounts: |
09cebb0 to
9d73f9d
Compare
b7dcf67 to
317b27b
Compare
7136382 to
1a0213b
Compare
b39f8cc to
b162a20
Compare
b162a20 to
4826c92
Compare
…( 2.332.0 → 2.334.0 ) | datasource | package | from | to | | ---------- | -------------------------------------- | ------- | ------- | | docker | ghcr.io/home-operations/actions-runner | 2.332.0 | 2.334.0 |
4826c92 to
4abf451
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.332.0→2.334.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.334.0Compare Source
What's Changed
job.workflow_*typed accessors to JobContext by @salmanmkc in #4335New Contributors
Full Changelog: actions/runner@v2.333.1...v2.334.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:
v2.333.1Compare Source
What's Changed
Full Changelog: actions/runner@v2.333.0...v2.333.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: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:
v2.333.0Compare Source
What's Changed
entrypointandcommandfor service containers by @ericsciple in #4276New Contributors
Full Changelog: actions/runner@v2.332.0...v2.333.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: (in timezone Europe/Moscow)
🚦 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.