Skip to content

Commit

Permalink
Bump actions-runner-controller from dcb64f0 to cf24ab5
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 `cf24ab5`.
- [Release notes](https://github.com/actions/actions-runner-controller/releases)
- [Commits](actions/actions-runner-controller@dcb64f0...cf24ab5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 51548d4 commit 0e1768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions-runner-controller
Submodule actions-runner-controller updated 97 files
+2 −2 .github/actions/execute-assert-arc-e2e/action.yaml
+1 −1 .github/workflows/arc-publish-chart.yaml
+4 −4 .github/workflows/arc-publish.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
+4 −4 Dockerfile
+4 −2 Makefile
+17 −16 README.md
+3 −3 apis/actions.github.com/v1alpha1/autoscalinglistener_types.go
+3 −0 apis/actions.github.com/v1alpha1/autoscalingrunnerset_types.go
+10 −0 apis/actions.github.com/v1alpha1/zz_generated.deepcopy.go
+2 −0 build/version.go
+2 −2 charts/actions-runner-controller/Chart.yaml
+2 −7 charts/actions-runner-controller/crds/actions.summerwind.dev_horizontalrunnerautoscalers.yaml
+70 −10 charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml
+70 −10 charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml
+69 −10 charts/actions-runner-controller/crds/actions.summerwind.dev_runners.yaml
+58 −12 charts/actions-runner-controller/crds/actions.summerwind.dev_runnersets.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
+4,260 −10 charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalinglisteners.yaml
+4,310 −10 charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalingrunnersets.yaml
+54 −10 charts/gha-runner-scale-set-controller/crds/actions.github.com_ephemeralrunners.yaml
+54 −10 charts/gha-runner-scale-set-controller/crds/actions.github.com_ephemeralrunnersets.yaml
+2 −0 charts/gha-runner-scale-set-controller/templates/NOTES.txt
+25 −14 charts/gha-runner-scale-set-controller/templates/_helpers.tpl
+18 −1 charts/gha-runner-scale-set-controller/templates/deployment.yaml
+139 −55 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
+9 −1 charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml
+122 −31 charts/gha-runner-scale-set/tests/template_test.go
+15 −0 charts/gha-runner-scale-set/tests/values_listener_template.yaml
+31 −5 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
+100 −10 cmd/githubrunnerscalesetlistener/main.go
+330 −0 cmd/githubrunnerscalesetlistener/metrics.go
+5 −6 cmd/githubrunnerscalesetlistener/mock_KubernetesManager.go
+5 −6 cmd/githubrunnerscalesetlistener/mock_RunnerScaleSetClient.go
+1 −1 cmd/githubwebhookserver/main.go
+4,260 −10 config/crd/bases/actions.github.com_autoscalinglisteners.yaml
+4,310 −10 config/crd/bases/actions.github.com_autoscalingrunnersets.yaml
+54 −10 config/crd/bases/actions.github.com_ephemeralrunners.yaml
+54 −10 config/crd/bases/actions.github.com_ephemeralrunnersets.yaml
+0 −2 config/manager/manager.yaml
+62 −1 controllers/actions.github.com/autoscalinglistener_controller.go
+144 −0 controllers/actions.github.com/autoscalinglistener_controller_test.go
+6 −0 controllers/actions.github.com/autoscalingrunnerset_controller.go
+3 −2 controllers/actions.github.com/autoscalingrunnerset_controller_test.go
+2 −2 controllers/actions.github.com/ephemeralrunner_controller_test.go
+26 −0 controllers/actions.github.com/ephemeralrunnerset_controller.go
+2 −2 controllers/actions.github.com/ephemeralrunnerset_controller_test.go
+92 −0 controllers/actions.github.com/metrics/metrics.go
+187 −9 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
+128 −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
+48 −21 github/actions/client.go
+34 −0 github/actions/client_job_acquisition_test.go
+2 −0 github/actions/fake/client.go
+14 −4 github/actions/github_api_request_test.go
+62 −19 github/actions/mock_ActionsService.go
+13 −8 github/actions/mock_SessionService.go
+5 −8 github/actions/multi_client.go
+14 −7 github/actions/multi_client_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 −11 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 0e1768f

Please sign in to comment.