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(terraform-github): update container tag gha-runner-scale-set to v0.7.0 #2122

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

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

Release Notes

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

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
Copy link
Contributor

github-actions bot commented Nov 15, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 4 0 0.01s
✅ REPOSITORY gitleaks yes no 1.62s
✅ YAML prettier 4 0 0.59s
✅ YAML yamllint 4 0 0.27s

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 force-pushed the renovate/gha-runner-scale-set-0.x branch from c1099d3 to f89c880 Compare November 15, 2023 13:23
@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Nov 15, 2023

--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/${SECRET_GH_ORGANIZATION}

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/${SECRET_GH_ORGANIZATION}

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

       chart: gha-runner-scale-set
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.6.1
+      version: 0.7.0
   interval: 30m
   values:
     containerMode:
       type: dind
     githubConfigUrl: https://github.com/${SECRET_GH_ORGANIZATION}
     maxRunners: 3
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/jazzlyn-gh-actions-demo

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/jazzlyn-gh-actions-demo

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

       chart: gha-runner-scale-set
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.6.1
+      version: 0.7.0
   interval: 30m
   values:
     containerMode:
       type: dind
     githubConfigUrl: https://github.com/jazzlyn/gh-actions-demo
     maxRunners: 3
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-home-ops

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-home-ops

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

       chart: gha-runner-scale-set
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.6.1
+      version: 0.7.0
   interval: 30m
   values:
     containerMode:
       type: dind
     githubConfigUrl: https://github.com/tyriis/home-ops
     maxRunners: 0
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-terraform-github

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-terraform-github

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

       chart: gha-runner-scale-set
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.6.1
+      version: 0.7.0
   interval: 30m
   values:
     containerMode:
       type: dind
     githubConfigUrl: https://github.com/tyriis/terraform-github
     maxRunners: 3

@tyriis-automation tyriis-automation bot force-pushed the renovate/gha-runner-scale-set-0.x branch 24 times, most recently from 684487f to 41afaa7 Compare November 20, 2023 17:14
@tyriis-automation tyriis-automation bot force-pushed the renovate/gha-runner-scale-set-0.x branch 14 times, most recently from 6bc6d47 to e3736a9 Compare November 27, 2023 12:34
@tyriis-automation tyriis-automation bot force-pushed the renovate/gha-runner-scale-set-0.x branch from e3736a9 to c8093da Compare November 27, 2023 16:23
@tyriis tyriis merged commit 9b08eee into main Nov 27, 2023
7 of 8 checks passed
@tyriis tyriis deleted the renovate/gha-runner-scale-set-0.x branch November 27, 2023 17:56
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.

1 participant