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 gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) #3829

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

mahoro-bot[bot]
Copy link
Contributor

@mahoro-bot mahoro-bot bot commented Dec 16, 2024

This PR contains the following updates:

Package Update Change
gha-runner-scale-set-controller minor 0.9.3 -> 0.10.1

Warning

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


Release Notes

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

v0.10.1

v0.10.0

Compare Source

Changelog

  • Push latest controller image on master push (#​147)
  • Add support for non-public GitHub URL (#​146)

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


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

This PR has been generated by Renovate Bot.

@mahoro-bot mahoro-bot bot requested a review from cbc02009 as a code owner December 16, 2024 11:18
@mahoro-bot mahoro-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 16, 2024
@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Dec 16, 2024

--- HelmRelease: dev/actions-runner-controller Deployment: dev/gha-runner-scale-set-controller

+++ HelmRelease: dev/actions-runner-controller Deployment: dev/gha-runner-scale-set-controller

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

         app.kubernetes.io/namespace: dev
         app.kubernetes.io/instance: actions-runner-controller
     spec:
       serviceAccountName: gha-runner-scale-set-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.10.1
         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.10.1
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         volumeMounts:
         - mountPath: /tmp

@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Dec 16, 2024

--- kubernetes/main/apps/dev/actions-runner-controller/app Kustomization: flux-system/actions-runner-controller HelmRelease: dev/actions-runner-controller

+++ kubernetes/main/apps/dev/actions-runner-controller/app Kustomization: flux-system/actions-runner-controller HelmRelease: dev/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.9.3
+      version: 0.10.1
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2

@mahoro-bot mahoro-bot bot force-pushed the renovate/main-gha-runner-scale-set-controller-0.x branch 6 times, most recently from dab562d to f6f39db Compare December 18, 2024 15:23
@mahoro-bot mahoro-bot bot changed the title feat(container): update gha-runner-scale-set-controller ( 0.9.3 → 0.10.0 ) feat(container): update gha-runner-scale-set-controller ( 0.9.3 → 0.10.1 ) Dec 18, 2024
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-gha-runner-scale-set-controller-0.x branch 9 times, most recently from d317e22 to 61a26e4 Compare December 23, 2024 07:20
@mahoro-bot mahoro-bot bot force-pushed the renovate/main-gha-runner-scale-set-controller-0.x branch from 61a26e4 to 5dcb7fc Compare December 24, 2024 01:26
@mahoro-bot mahoro-bot bot merged commit 73fd165 into main Dec 24, 2024
6 checks passed
@mahoro-bot mahoro-bot bot deleted the renovate/main-gha-runner-scale-set-controller-0.x branch December 24, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant