Skip to content

chore(deps): update github actions runners to v0.14.1 - #1563

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-runners
May 5, 2026
Merged

chore(deps): update github actions runners to v0.14.1#1563
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-runners

Conversation

@renovate

@renovate renovate Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
gha-runner-scale-set patch 0.14.00.14.1
gha-runner-scale-set-controller patch 0.14.00.14.1

Release Notes

actions/actions-runner-controller (gha-runner-scale-set)

v0.14.1

Compare Source

Experimental charts:
⚠️ Experimental charts are not supported for production workloads and may be modified or republished without notice. They are made available solely for evaluation and feedback purposes. ⚠️

What's Changed

New Contributors

Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.14.0...gha-runner-scale-set-0.14.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner May 5, 2026 18:10
@renovate
renovate Bot enabled auto-merge (squash) May 5, 2026 18:10
@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown
--- kubernetes/apps/actions-runner/actions-cache Kustomization: flux-system/actions-runner-actions-cache HelmRelease: actions-cache/actions-cache

+++ kubernetes/apps/actions-runner/actions-cache Kustomization: flux-system/actions-runner-actions-cache HelmRelease: actions-cache/actions-cache

@@ -38,13 +38,13 @@

             env:
               API_BASE_URL: http://actions-cache.actions-cache.svc.cluster.local:3000
               DB_SQLITE_PATH: /data/sqlite.db
               STORAGE_FILESYSTEM_PATH: /data/cache
             image:
               repository: ghcr.io/falcondev-oss/github-actions-cache-server
-              tag: 9.4.7@sha256:318a568e4eba358dbe5978338353a4101b527996a076746ba781a32c6ed19543
+              tag: 9.4.3@sha256:fdc457c9dfcecf0ad2cfb11511327c74d6d654a7d2489023afdf1f7334d62628
     persistence:
       data:
         accessMode: ReadWriteOnce
         enabled: true
         size: 100Gi
         storageClass: zfs
--- kubernetes/apps/actions-runner/controller Kustomization: flux-system/actions-runner-controller HelmRelease: actions-controller/actions-runner-controller

+++ kubernetes/apps/actions-runner/controller Kustomization: flux-system/actions-runner-controller HelmRelease: actions-controller/actions-runner-controller

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

     spec:
       chart: gha-runner-scale-set-controller
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller
         namespace: flux-system
-      version: 0.14.0
+      version: 0.14.1
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
--- kubernetes/apps/actions-runner/runners Kustomization: flux-system/actions-runners HelmRelease: actions-runners/actions-runner-set

+++ kubernetes/apps/actions-runner/runners Kustomization: flux-system/actions-runners HelmRelease: actions-runners/actions-runner-set

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

     spec:
       chart: gha-runner-scale-set
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller
         namespace: flux-system
-      version: 0.14.0
+      version: 0.14.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown
--- HelmRelease: actions-cache/actions-cache Deployment: actions-cache/actions-cache

+++ HelmRelease: actions-cache/actions-cache Deployment: actions-cache/actions-cache

@@ -37,13 +37,13 @@

         - name: API_BASE_URL
           value: http://actions-cache.actions-cache.svc.cluster.local:3000
         - name: DB_SQLITE_PATH
           value: /data/sqlite.db
         - name: STORAGE_FILESYSTEM_PATH
           value: /data/cache
-        image: ghcr.io/falcondev-oss/github-actions-cache-server:9.4.7@sha256:318a568e4eba358dbe5978338353a4101b527996a076746ba781a32c6ed19543
+        image: ghcr.io/falcondev-oss/github-actions-cache-server:9.4.3@sha256:fdc457c9dfcecf0ad2cfb11511327c74d6d654a7d2489023afdf1f7334d62628
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3000
--- HelmRelease: actions-controller/actions-runner-controller Deployment: actions-controller/actions-runner-controller-gha-rs-controller

+++ HelmRelease: actions-controller/actions-runner-controller Deployment: actions-controller/actions-runner-controller-gha-rs-controller

@@ -30,13 +30,13 @@

         app.kubernetes.io/namespace: actions-controller
         app.kubernetes.io/instance: actions-runner-controller
     spec:
       serviceAccountName: actions-runner-controller-gha-rs-controller
       containers:
       - name: manager
-        image: ghcr.io/actions/gha-runner-scale-set-controller:0.14.0
+        image: ghcr.io/actions/gha-runner-scale-set-controller:0.14.1
         imagePullPolicy: IfNotPresent
         args:
         - --auto-scaling-runner-set-only
         - --log-level=debug
         - --log-format=text
         - --runner-max-concurrent-reconciles=2
@@ -45,13 +45,13 @@

         - --listener-metrics-endpoint=
         - --metrics-addr=0
         command:
         - /manager
         env:
         - name: CONTROLLER_MANAGER_CONTAINER_IMAGE
-          value: ghcr.io/actions/gha-runner-scale-set-controller:0.14.0
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.14.1
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         volumeMounts:
         - mountPath: /tmp

@renovate
renovate Bot merged commit 29743d5 into main May 5, 2026
16 of 17 checks passed
@renovate
renovate Bot deleted the renovate/github-actions-runners branch May 5, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant