Skip to content

feat(container): update actions runner controller group ( 0.13.1 → 0.14.0 )#2725

Open
dunce-bot[bot] wants to merge 1 commit intomainfrom
renovate/actions-runner-controller
Open

feat(container): update actions runner controller group ( 0.13.1 → 0.14.0 )#2725
dunce-bot[bot] wants to merge 1 commit intomainfrom
renovate/actions-runner-controller

Conversation

@dunce-bot
Copy link
Contributor

@dunce-bot dunce-bot bot commented Mar 19, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set minor 0.13.10.14.0
ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller minor 0.13.10.14.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/actions-runner-controller (ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set)

v0.14.0: : TLS between runner and dockerd, faster runner restarts, reduced GitHub API calls

Compare Source

Changelog

This release includes the following changes from numerous contributors. Thank you!

  • @​Warashi secured connection between the runner agent and dockerd by enabling TLS (#​192)
    • WARNING: You'll be required to update your actions workflow to create a docker context used by crazymax/ghaction-docker-buildx and docker/setup-buildx-action. See summerwind#192 (comment) for more information and the exact change you'll need on your workflow config files.
  • @​ZacharyBenamram made runner containers to restart faster and reduced GitHub API calls (#​214)
  • @​ahmad-hamade enhanced the Helm chart for priorityClassName support (#​215)
  • @​ap0phi5 updated our GitHub Actions workflow powering automated releases to use docker's official actions (#​197)
  • @​erikkn upgraded go-github to v33 (#​222)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@dunce-bot
Copy link
Contributor Author

dunce-bot bot commented Mar 19, 2026

--- kubernetes/apps/actions-runner-system/actions-runner-controller/runners Kustomization: actions-runner-system/actions-runner-controller-runners OCIRepository: actions-runner-system/gha-runner-scale-set

+++ kubernetes/apps/actions-runner-system/actions-runner-controller/runners Kustomization: actions-runner-system/actions-runner-controller-runners OCIRepository: actions-runner-system/gha-runner-scale-set

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.13.1
+    tag: 0.14.0
   url: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set
 
--- kubernetes/apps/actions-runner-system/actions-runner-controller/app Kustomization: actions-runner-system/actions-runner-controller OCIRepository: actions-runner-system/gha-runner-scale-set-controller

+++ kubernetes/apps/actions-runner-system/actions-runner-controller/app Kustomization: actions-runner-system/actions-runner-controller OCIRepository: actions-runner-system/gha-runner-scale-set-controller

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.13.1
+    tag: 0.14.0
   url: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller
 

@dunce-bot
Copy link
Contributor Author

dunce-bot bot commented Mar 19, 2026

--- HelmRelease: actions-runner-system/dapper-cluster-runner AutoscalingRunnerSet: actions-runner-system/dapper-cluster-runner

+++ HelmRelease: actions-runner-system/dapper-cluster-runner AutoscalingRunnerSet: actions-runner-system/dapper-cluster-runner

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

     app.kubernetes.io/instance: dapper-cluster-runner
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: dapper-cluster-runner
     actions.github.com/scale-set-namespace: actions-runner-system
   annotations:
-    actions.github.com/values-hash: ab419041401118a3d93799129e1c8ffc9758aa20e5a8df11db80e731513542e
+    actions.github.com/values-hash: 0f2702a4ac0d44a8b4c3a9ac84263c9e48ccbff69661cd869ee7c39b5d4f90f
     actions.github.com/cleanup-github-secret-name: dapper-cluster-runner-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: dapper-cluster-runner-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: dapper-cluster-runner-gha-rs-manager
 spec:
   githubConfigUrl: https://github.com/dapperdivers/dapper-cluster
   githubConfigSecret: dapper-cluster-runner-gha-rs-github-secret
--- HelmRelease: actions-runner-system/actions-runner-controller Deployment: actions-runner-system/actions-runner-controller

+++ HelmRelease: actions-runner-system/actions-runner-controller Deployment: actions-runner-system/actions-runner-controller

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

         app.kubernetes.io/namespace: actions-runner-system
         app.kubernetes.io/instance: actions-runner-controller
     spec:
       serviceAccountName: actions-runner-controller
       containers:
       - name: manager
-        image: ghcr.io/actions/gha-runner-scale-set-controller:0.13.1
+        image: ghcr.io/actions/gha-runner-scale-set-controller:0.14.0
         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.13.1
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.14.0
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         volumeMounts:
         - mountPath: /tmp

@renovate renovate bot force-pushed the renovate/actions-runner-controller branch 6 times, most recently from 2108d93 to 0401ef3 Compare March 20, 2026 13:25
@renovate renovate bot force-pushed the renovate/actions-runner-controller branch from 0401ef3 to d20c79c Compare March 20, 2026 16:12
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.

0 participants