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.311.0 β†’ 2.312.0 ) #5826

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2024

This PR contains the following updates:

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

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.312.0 )

| datasource | package                        | from    | to      |
| ---------- | ------------------------------ | ------- | ------- |
| docker     | ghcr.io/onedr0p/actions-runner | 2.311.0 | 2.312.0 |
@ghost ghost added renovate/container type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Jan 17, 2024
@ghost
Copy link
Author

ghost commented Jan 17, 2024

--- HelmRelease: dev/arc-assets AutoscalingRunnerSet: dev/arc-runner-set-assets

+++ HelmRelease: dev/arc-assets AutoscalingRunnerSet: dev/arc-runner-set-assets

@@ -40,13 +40,13 @@

         egress.home.arpa/world: allow
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-assets-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.311.0
+        image: ghcr.io/onedr0p/actions-runner:2.312.0
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -55,13 +55,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.311.0
+        image: ghcr.io/onedr0p/actions-runner:2.312.0
         env:
         - name: DOCKER_HOST
           value: unix:///run/docker/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: dev/arc-home-ops AutoscalingRunnerSet: dev/arc-runner-set-home-ops

+++ HelmRelease: dev/arc-home-ops AutoscalingRunnerSet: dev/arc-runner-set-home-ops

@@ -40,13 +40,13 @@

         egress.home.arpa/world: allow
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-home-ops-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.311.0
+        image: ghcr.io/onedr0p/actions-runner:2.312.0
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -55,13 +55,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.311.0
+        image: ghcr.io/onedr0p/actions-runner:2.312.0
         env:
         - name: DOCKER_HOST
           value: unix:///run/docker/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:

@ghost
Copy link
Author

ghost commented Jan 17, 2024

--- kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-assets

+++ kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-assets

@@ -45,13 +45,13 @@

           egress.home.arpa/kubedns: allow
           egress.home.arpa/world: allow
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.311.0
+          image: ghcr.io/onedr0p/actions-runner:2.312.0
           name: runner
   valuesFrom:
   - kind: Secret
     name: actions-runner-controller-auth
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id
--- kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-home-ops

+++ kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-home-ops

@@ -45,13 +45,13 @@

           egress.home.arpa/kubedns: allow
           egress.home.arpa/world: allow
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.311.0
+          image: ghcr.io/onedr0p/actions-runner:2.312.0
           name: runner
   valuesFrom:
   - kind: Secret
     name: actions-runner-controller-auth
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id

@ghost
Copy link
Author

ghost commented Jan 17, 2024

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… COPYPASTE jscpd yes no 1.46s
βœ… REPOSITORY git_diff yes no 0.04s
βœ… REPOSITORY secretlint yes no 3.35s
βœ… YAML prettier 2 0 0.45s
βœ… YAML yamllint 2 0 0.28s

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

@bjw-s bjw-s merged commit 43d29b0 into main Jan 17, 2024
15 checks passed
@bjw-s bjw-s deleted the renovate/main-ghcr.io-onedr0p-actions-runner-2.x branch January 17, 2024 07:09
bjw-s pushed a commit that referenced this pull request Mar 5, 2024
…0 β†’ 2.312.0 ) (#5826)

Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
bjw-s pushed a commit that referenced this pull request Mar 5, 2024
…0 β†’ 2.312.0 ) (#5826)

Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant