Skip to content

Commit

Permalink
Bump actions-runner-controller from dcb64f0 to c8216e1
Browse files Browse the repository at this point in the history
Bumps [actions-runner-controller](https://github.com/actions/actions-runner-controller) from `dcb64f0` to `c8216e1`.
- [Release notes](https://github.com/actions/actions-runner-controller/releases)
- [Commits](actions/actions-runner-controller@dcb64f0...c8216e1)

---
updated-dependencies:
- dependency-name: actions-runner-controller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 51548d4 commit 5da9ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions-runner-controller
Submodule actions-runner-controller updated 63 files
+2 −2 .github/actions/execute-assert-arc-e2e/action.yaml
+1 −1 .github/workflows/arc-publish-chart.yaml
+1 −1 .github/workflows/arc-validate-chart.yaml
+36 −36 .github/workflows/gha-e2e-tests.yaml
+1 −1 .github/workflows/gha-validate-chart.yaml
+4 −4 .github/workflows/global-publish-canary.yaml
+1 −1 Dockerfile
+1 −1 Makefile
+17 −16 README.md
+2 −2 charts/actions-runner-controller/Chart.yaml
+4 −0 charts/actions-runner-controller/templates/actionsmetrics.deployment.yaml
+7 −7 charts/actions-runner-controller/templates/webhook_configs.yaml
+16 −4 charts/actions-runner-controller/values.yaml
+2 −2 charts/gha-runner-scale-set-controller/Chart.yaml
+25 −14 charts/gha-runner-scale-set-controller/templates/_helpers.tpl
+18 −1 charts/gha-runner-scale-set-controller/templates/deployment.yaml
+137 −50 charts/gha-runner-scale-set-controller/tests/template_test.go
+11 −0 charts/gha-runner-scale-set-controller/values.yaml
+2 −2 charts/gha-runner-scale-set/Chart.yaml
+25 −20 charts/gha-runner-scale-set/templates/_helpers.tpl
+3 −0 charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml
+76 −29 charts/gha-runner-scale-set/tests/template_test.go
+10 −2 charts/gha-runner-scale-set/values.yaml
+8 −1 cmd/githubrunnerscalesetlistener/autoScalerMessageListener.go
+37 −3 cmd/githubrunnerscalesetlistener/autoScalerMessageListener_test.go
+75 −17 cmd/githubrunnerscalesetlistener/autoScalerService.go
+74 −36 cmd/githubrunnerscalesetlistener/autoScalerService_test.go
+95 −9 cmd/githubrunnerscalesetlistener/main.go
+330 −0 cmd/githubrunnerscalesetlistener/metrics.go
+1 −1 cmd/githubwebhookserver/main.go
+62 −1 controllers/actions.github.com/autoscalinglistener_controller.go
+26 −0 controllers/actions.github.com/ephemeralrunnerset_controller.go
+92 −0 controllers/actions.github.com/metrics/metrics.go
+45 −2 controllers/actions.github.com/resourcebuilder.go
+2 −1 controllers/actions.github.com/resourcebuilder_test.go
+2 −2 docs/about-arc.md
+33 −3 docs/automatically-scaling-runners.md
+121 −0 docs/gha-runner-scale-set-controller/README.md
+0 −0 docs/gha-runner-scale-set-controller/arc-diagram-dark.png
+0 −0 docs/gha-runner-scale-set-controller/arc-diagram-light.png
+1,248 −0 ...ner-scale-set-controller/samples/grafana-dashboard/ARC-Autoscaling-Runner-Set-Monitoring_1692627561838.json
+15 −0 docs/gha-runner-scale-set-controller/samples/grafana-dashboard/README.md
+3 −0 docs/gha-runner-scale-set-controller/samples/grafana-dashboard/grafana-sample.png
+0 −0 docs/gha-runner-scale-set-controller/thumbnail.png
+0 −1 docs/preview/actions-runner-controller-2/README.md
+0 −304 docs/preview/gha-runner-scale-set-controller/README.md
+12 −1 github/actions/client.go
+34 −0 github/actions/client_job_acquisition_test.go
+12 −8 github/actions/types.go
+2 −0 github/github.go
+7 −2 github/metrics/transport.go
+8 −7 go.mod
+18 −344 go.sum
+22 −10 main.go
+1 −1 runner/Makefile
+1 −1 runner/VERSION
+4 −1 runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile
+4 −1 runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile
+4 −1 runner/actions-runner-dind.ubuntu-20.04.dockerfile
+4 −1 runner/actions-runner-dind.ubuntu-22.04.dockerfile
+4 −1 runner/actions-runner.ubuntu-20.04.dockerfile
+4 −1 runner/actions-runner.ubuntu-22.04.dockerfile
+1 −1 test/e2e/e2e_test.go

0 comments on commit 5da9ed2

Please sign in to comment.