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

fix(container): update gha group ( 0.9.2 → 0.9.3 ) #3890

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jun 25, 2024

This PR contains the following updates:

Package Update Change
gha-runner-scale-set patch 0.9.2 -> 0.9.3
gha-runner-scale-set-controller patch 0.9.2 -> 0.9.3

Release Notes

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

v0.9.3

Compare Source

Changelog

| datasource | package                                                                          | from  | to    |
| ---------- | -------------------------------------------------------------------------------- | ----- | ----- |
| docker     | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set            | 0.9.2 | 0.9.3 |
| docker     | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | 0.9.2 | 0.9.3 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jun 25, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 25, 2024

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

+++ kubernetes/main/apps/dev/actions-runner-controller/operator Kustomization: flux-system/dev-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-charts
         namespace: flux-system
-      version: 0.9.2
+      version: 0.9.3
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
--- kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-homelab

+++ kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-homelab

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

     spec:
       chart: gha-runner-scale-set
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.9.2
+      version: 0.9.3
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:
--- kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-staging

+++ kubernetes/main/apps/dev/actions-runner-controller/runners Kustomization: flux-system/dev-actions-runner-controller-runners HelmRelease: dev/k8s-staging

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

     spec:
       chart: gha-runner-scale-set
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.9.2
+      version: 0.9.3
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 25, 2024

--- HelmRelease: dev/actions-runner-controller Deployment: dev/actions-runner-controller-gha-rs-controller

+++ HelmRelease: dev/actions-runner-controller Deployment: dev/actions-runner-controller-gha-rs-controller

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

         app.kubernetes.io/namespace: dev
         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.9.2
+        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,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.9.2
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.9.3
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         volumeMounts:
         - mountPath: /tmp

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 25, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.08s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.61s
✅ YAML prettier 3 0 0.46s
✅ YAML yamllint 3 0 0.31s

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

@szinn szinn merged commit f6ab4e6 into main Jun 25, 2024
12 checks passed
@szinn szinn deleted the renovate/main-gha branch June 25, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant