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 image gha-runner-scale-set-controller to v0.7.0 #1645

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Nov 15, 2023

This PR contains the following updates:

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

Release Notes

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

v0.7.0

Changelog

  • Update runner to v2.267.1 #​73
  • Runner Pod's imagePullPolicy value can now be changed #​71
  • Add HorizontalRunnerAutoscaler resource for autoscaling #​66

Breaking changes

RunnerDeployment resource's minReplicas and maxReplicas fields introduced in v0.6.0 are now removed. All functions of auto scaling is also migrated to HorizontalRunnerAutoscaler resource. Please use Please use the HorizontalRunnerAutoscaler resource.


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.

Copy link

cloudflare-workers-and-pages bot commented Nov 15, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d3959ab
Status: ✅  Deploy successful!
Preview URL: https://07912ad8.home-cluster.pages.dev
Branch Preview URL: https://renovate-gha-runner-scale-se-rbuv.home-cluster.pages.dev

View logs

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Nov 15, 2023
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Nov 15, 2023

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

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

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

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

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Nov 15, 2023

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

+++ kubernetes 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.6.1
+        image: ghcr.io/actions/gha-runner-scale-set-controller:0.7.0
         imagePullPolicy: IfNotPresent
         args:
         - --auto-scaling-runner-set-only
         - --log-level=debug
         - --log-format=text
         - --update-strategy=immediate
@@ -44,19 +44,17 @@

         - --listener-metrics-endpoint=
         - --metrics-addr=0
         command:
         - /manager
         env:
         - name: CONTROLLER_MANAGER_CONTAINER_IMAGE
-          value: ghcr.io/actions/gha-runner-scale-set-controller:0.6.1
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.7.0
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        - name: CONTROLLER_MANAGER_LISTENER_IMAGE_PULL_POLICY
-          value: IfNotPresent
         volumeMounts:
         - mountPath: /tmp
           name: tmp
       terminationGracePeriodSeconds: 10
       volumes:
       - name: tmp

@layla-bot layla-bot bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch 3 times, most recently from 60a14e6 to e6bf39b Compare November 16, 2023 09:06
@layla-bot layla-bot bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from e6bf39b to d3959ab Compare November 16, 2023 23:06
@kashalls kashalls merged commit efc6611 into main Nov 17, 2023
7 checks passed
@layla-bot layla-bot bot deleted the renovate/gha-runner-scale-set-controller-0.x branch November 17, 2023 05:06
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