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(operator): update container tag gha-runner-scale-set-controller to v0.7.0 #2121

Merged

Conversation

tyriis-automation[bot]
Copy link
Contributor

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: Enabled.

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.

@tyriis-automation tyriis-automation bot added renovate/docker renovate docker datasource renovate/flux renovate flux manager type/minor a minor update labels Nov 15, 2023
@tyriis-automation
Copy link
Contributor Author

--- kubernetes HelmRelease: github/actions-runner-controller Deployment: github/gha-runner-scale-set-controller

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

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

         app.kubernetes.io/namespace: github
         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.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

@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/github/actions-runner-controller/operator Kustomization: flux-system/apps-actions-runner-controller HelmRelease: github/actions-runner-controller

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/operator Kustomization: flux-system/apps-actions-runner-controller HelmRelease: github/actions-runner-controller

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

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

Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.22s
✅ YAML prettier 1 0 0.48s
✅ YAML yamllint 1 0 0.23s

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

@tyriis-automation tyriis-automation bot merged commit 2487f24 into main Nov 15, 2023
@tyriis-automation tyriis-automation bot deleted the renovate/gha-runner-scale-set-controller-0.x branch November 15, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/docker renovate docker datasource renovate/flux renovate flux manager type/minor a minor update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants