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.10.0 #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

This PR contains the following updates:

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

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.0

Compare Source

Changelog

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

v0.9.3

Compare Source

Changelog

v0.9.2

Compare Source

Changelog

  • Fix the actions workflow to properly push container images and enhances it to support forks (#​117)

v0.9.1

Compare Source

Changelog

  • Fix Docker Build and Push for Runner Image (#​115)

v0.9.0

Changelog

  • Prefer autoscaling based on jobs rather than workflows if available (#​114)
  • Update runner to v2.273.5 (#​111)

v0.8.3

v0.8.2

v0.8.1

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

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 - "on saturday" (UTC), 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.

Copy link

github-actions bot commented Nov 18, 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.9.3
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2

Copy link

github-actions bot commented Nov 18, 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.9.3
         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.9.3
         - 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

@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed Nov 22, 2023
@renovate renovate bot closed this Nov 22, 2023
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch November 22, 2023 07:10
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.7.0 Nov 22, 2023
@renovate renovate bot reopened this Nov 22, 2023
@renovate renovate bot restored the renovate/gha-runner-scale-set-controller-0.x branch November 22, 2023 11:00
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 4b3291c to 5940f28 Compare November 22, 2023 13:52
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed Nov 30, 2023
@renovate renovate bot closed this Nov 30, 2023
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch November 30, 2023 09:26
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.7.0 Nov 30, 2023
@renovate renovate bot reopened this Nov 30, 2023
@renovate renovate bot restored the renovate/gha-runner-scale-set-controller-0.x branch November 30, 2023 12:28
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 5940f28 to 7a72621 Compare November 30, 2023 16:46
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed Dec 2, 2023
@renovate renovate bot closed this Dec 2, 2023
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch December 2, 2023 19:41
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.7.0 Dec 3, 2023
@renovate renovate bot reopened this Dec 3, 2023
@renovate renovate bot restored the renovate/gha-runner-scale-set-controller-0.x branch December 3, 2023 00:09
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 7a72621 to f71352e Compare December 3, 2023 04:46
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed Dec 10, 2023
@renovate renovate bot closed this Dec 10, 2023
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch December 10, 2023 15:43
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.7.0 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.7.0 Dec 10, 2023
@renovate renovate bot restored the renovate/gha-runner-scale-set-controller-0.x branch September 27, 2024 12:18
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 3c9e29a to 65843c2 Compare September 27, 2024 16:32
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed Oct 10, 2024
@renovate renovate bot closed this Oct 10, 2024
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch October 10, 2024 13:54
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.9.3 Oct 10, 2024
@renovate renovate bot reopened this Oct 10, 2024
@renovate renovate bot restored the renovate/gha-runner-scale-set-controller-0.x branch October 10, 2024 16:47
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch 2 times, most recently from e4df597 to 8602d09 Compare October 12, 2024 03:21
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed Oct 19, 2024
@renovate renovate bot closed this Oct 19, 2024
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch October 19, 2024 21:10
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.9.3 Oct 20, 2024
@renovate renovate bot reopened this Oct 20, 2024
@renovate renovate bot restored the renovate/gha-runner-scale-set-controller-0.x branch October 20, 2024 01:02
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 8602d09 to 8e16023 Compare November 7, 2024 13:53
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed Nov 20, 2024
@renovate renovate bot closed this Nov 20, 2024
@renovate renovate bot deleted the renovate/gha-runner-scale-set-controller-0.x branch November 20, 2024 08:30
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.9.3 Nov 23, 2024
@renovate renovate bot reopened this Nov 23, 2024
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 1b7d3b4 to 8e16023 Compare November 23, 2024 01:02
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed Nov 23, 2024
@renovate renovate bot closed this Nov 23, 2024
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 - autoclosed feat(container): update image gha-runner-scale-set-controller to v0.9.3 Nov 23, 2024
@renovate renovate bot reopened this Nov 23, 2024
@renovate renovate bot changed the title feat(container): update image gha-runner-scale-set-controller to v0.9.3 feat(container): update image gha-runner-scale-set-controller to v0.10.0 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/gha-runner-scale-set-controller-0.x branch from 8e16023 to 0bbc2ae Compare December 16, 2024 12:52
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