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.7.0 → 0.8.0 ) #6615

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Dec 20, 2023

This PR contains the following updates:

Package Update Change
gha-runner-scale-set-controller minor 0.7.0 -> 0.8.0

Release Notes

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

v0.8.0

Compare Source

Changelog

  • Update runner to v2.273.4 #​101
  • Use self update ready entrypoint #​99
  • Do not delete runner if busy #​103
  • Allow access to finalizers subresource on OpenShift #​95
  • Bump cert-manager API version #​94
  • Multi-arch container image #​86
  • Bump controller-gen to 0.3.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 this update again.


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

This PR has been generated by Renovate Bot.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner December 20, 2023 11:06
@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 20, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 20, 2023

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

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

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 20, 2023

--- kubernetes/main HelmRelease: actions-runner-system/actions-runner-controller Deployment: actions-runner-system/actions-runner-controller-gha-rs-controller

+++ kubernetes/main HelmRelease: actions-runner-system/actions-runner-controller Deployment: actions-runner-system/actions-runner-controller-gha-rs-controller

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

         app.kubernetes.io/namespace: actions-runner-system
         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.7.0
+        image: ghcr.io/actions/gha-runner-scale-set-controller:0.8.0
         imagePullPolicy: IfNotPresent
         args:
         - --auto-scaling-runner-set-only
         - --log-level=debug
         - --log-format=text
         - --update-strategy=immediate
@@ -44,13 +44,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.7.0
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.8.0
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         volumeMounts:
         - mountPath: /tmp

@bot-ross bot-ross bot force-pushed the renovate/main-gha-runner-scale-set-controller-0.x branch 8 times, most recently from efa6559 to 8e9e86f Compare December 20, 2023 23:05
@bot-ross bot-ross bot force-pushed the renovate/main-gha-runner-scale-set-controller-0.x branch from 8e9e86f to ba1088b Compare December 21, 2023 00:18
@onedr0p onedr0p merged commit 3d0b524 into main Dec 21, 2023
10 checks passed
@onedr0p onedr0p deleted the renovate/main-gha-runner-scale-set-controller-0.x branch December 21, 2023 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant