Skip to content

feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.2 ) - #5449

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x
Open

feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.2 )#5449
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x

Conversation

@renovate

@renovate renovate Bot commented Dec 16, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
actions-runner-controller-charts/gha-runner-scale-set-controller minor 0.9.30.14.2

Warning

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


Release Notes

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

v0.14.2

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.1...gha-runner-scale-set-0.14.2

v0.14.1

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

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)

v0.13.1

Compare Source

Changelog

  • Fix broken release workflow since v0.13.0

v0.13.0

Changelog

  • @​Warashi added dockerEnabled to the doc (#​193)
  • @​erikkn fixed the but that the dind container was missing /externals that is required for various actions like actions/checkout (#​203)
  • @​reiniertimmer parametrized working directory, so that jobs work consistently across different runners (#​185)

v0.12.1

What's Changed

New Contributors

Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.12.0...gha-runner-scale-set-0.12.1

v0.12.0

Compare Source

Changelog

  • @​Warashi enabled docker access without sudo, by changing the runner container to use TCP instead of docker.sock (#​177)
  • @​Warashi added an ability to set dockerEnabled: false to disable the dind sidecar, so that you can run runner pod on clusters on where privileged pods are disallowed (#​191)

v0.11.0

Changelog

v0.10.1

What's Changed

  • Fix helm chart bug related to runnerMaxConcurrentReconciles by @​Link- in #​3858

Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.10.0...gha-runner-scale-set-0.10.1

v0.10.0

Compare Source

This release includes major improvements to the runner provisioning duration. In short, you should see less latency between queueing a workflow run and having a runner available to execute the job.

Make sure to check #​3832 and #​3848 for details on how to fine-tune that behavior.

Major changes
  1. Add exponential backoff when generating runner reg tokens #​3724
  2. Make EphemeralRunnerController MaxConcurrentReconciles configurable #​3832
  3. Make EphemeralRunnerReconciler create runner pods earlier #​3831
  4. Make k8s client rate limiter parameters configurable #​3848
Minor changes
  1. Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.8.0 to 2.12.0 #​3837
  2. Bump golang.org/x/crypto from 0.22.0 to 0.31.0 #​3844
  3. Update docs with details for the dashboard visualizations #​3696

Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.9.3...gha-runner-scale-set-0.10.0


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Dec 16, 2024

Copy link
Copy Markdown
Contributor
--- kubernetes/cluster-0/apps/dev/actions-runner-controller/operator Kustomization: flux-system/actions-runner-controller HelmRelease: dev/actions-runner-controller

+++ kubernetes/cluster-0/apps/dev/actions-runner-controller/operator Kustomization: flux-system/actions-runner-controller HelmRelease: dev/actions-runner-controller

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

       chart: actions-runner-controller-charts/gha-runner-scale-set-controller
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller
         namespace: flux-system
-      version: 0.9.3
+      version: 0.11.0
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace
 

@carpenike-bot

carpenike-bot Bot commented Dec 16, 2024

Copy link
Copy Markdown
Contributor
--- HelmRelease: dev/actions-runner-controller Deployment: dev/actions-runner-controller-gha-rs-controller

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

@@ -30,27 +30,28 @@

         app.kubernetes.io/namespace: dev
         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.9.3
+        image: ghcr.io/actions/gha-runner-scale-set-controller:0.11.0
         imagePullPolicy: IfNotPresent
         args:
         - --auto-scaling-runner-set-only
         - --log-level=debug
         - --log-format=text
+        - --runner-max-concurrent-reconciles=2
         - --update-strategy=immediate
         - --listener-metrics-addr=0
         - --listener-metrics-endpoint=
         - --metrics-addr=0
         command:
         - /manager
         env:
         - name: CONTROLLER_MANAGER_CONTAINER_IMAGE
-          value: ghcr.io/actions/gha-runner-scale-set-controller:0.9.3
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.11.0
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         volumeMounts:
         - mountPath: /tmp

@carpenike-bot

carpenike-bot Bot commented Dec 16, 2024

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.56s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 4.35s
✅ YAML prettier 1 0 0 0.44s
✅ YAML yamllint 1 0 0 0.66s

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

@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) Dec 18, 2024
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 51ab2b4 to 477e1ff Compare December 18, 2024 20:01
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) - autoclosed Jan 6, 2025
@renovate renovate Bot closed this Jan 6, 2025
@renovate
renovate Bot deleted the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch January 6, 2025 17:47
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) - autoclosed feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) Jan 6, 2025
@renovate renovate Bot reopened this Jan 6, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch 2 times, most recently from 477e1ff to f82edef Compare January 7, 2025 01:41
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) - autoclosed Jan 17, 2025
@renovate renovate Bot closed this Jan 17, 2025
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) - autoclosed feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) Jan 18, 2025
@renovate renovate Bot reopened this Jan 18, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch 2 times, most recently from f82edef to b630b9e Compare January 18, 2025 04:26
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from b630b9e to 69fd5bd Compare January 30, 2025 19:04
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 69fd5bd to 57ec194 Compare February 9, 2025 14:12
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 57ec194 to 972cbc1 Compare March 17, 2025 18:49
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 972cbc1 to a1d7532 Compare March 25, 2025 12:11
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.11.0 ) Mar 25, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from a1d7532 to 65a9e3c Compare April 8, 2025 10:07
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.11.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.11.0 ) - autoclosed May 4, 2025
@renovate renovate Bot closed this May 4, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch 2 times, most recently from 0a7f86e to 0b11062 Compare June 7, 2025 18:52
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.11.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.0 ) Jun 13, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 0b11062 to 9d7629c Compare June 13, 2025 14:47
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.0 ) - autoclosed Jun 14, 2025
@renovate renovate Bot closed this Jun 14, 2025
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.0 ) - autoclosed feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.0 ) Jun 14, 2025
@renovate renovate Bot reopened this Jun 14, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 66212db to 9d7629c Compare June 14, 2025 13:28
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.1 ) Jun 27, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 9d7629c to f4acb3a Compare June 27, 2025 13:15
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.12.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.13.0 ) Oct 16, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from f4acb3a to 4e8a782 Compare October 16, 2025 22:36
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.13.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.13.1 ) Dec 23, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 4e8a782 to 1633d2b Compare December 23, 2025 17:04
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from 1633d2b to e7f6a60 Compare March 19, 2026 21:23
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.13.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.0 ) Mar 19, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch from e7f6a60 to a032de7 Compare April 15, 2026 10:56
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.0 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) Apr 15, 2026
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) - autoclosed Apr 29, 2026
@renovate renovate Bot closed this Apr 29, 2026
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) - autoclosed feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) Apr 29, 2026
@renovate renovate Bot reopened this Apr 29, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-controller-0.x branch 2 times, most recently from a032de7 to 9104649 Compare April 29, 2026 06:47
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) - autoclosed May 9, 2026
@renovate renovate Bot closed this May 9, 2026
@renovate renovate Bot changed the title feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) - autoclosed feat(container): update image actions-runner-controller-charts/gha-runner-scale-set-controller ( 0.9.3 → 0.14.1 ) May 9, 2026
@renovate renovate Bot reopened this May 9, 2026
…nner-scale-set-controller ( 0.9.3 → 0.14.2 )

| datasource | package                                                                          | from  | to     |
| ---------- | -------------------------------------------------------------------------------- | ----- | ------ |
| docker     | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | 0.9.3 | 0.14.2 |
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