WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gha-runner-scale-set-controller/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,10 @@ You can follow [this troubleshooting guide](https://docs.github.com/en/actions/h
43
43
44
44
## Changelog
45
45
46
+
### 0.10.1
47
+
48
+
1. Fix helm chart bug related to `runnerMaxConcurrentReconciles`[#3858](https://github.com/actions/actions-runner-controller/pull/3858)
49
+
46
50
### 0.10.0
47
51
48
52
This release includes major improvements to the runner provisioning duration. In short, you should see less latency between queueing a workflow run and having a runner available to execute the job.
@@ -59,7 +63,7 @@ Make sure to check [#3832](https://github.com/actions/actions-runner-controller/
59
63
### Minor changes
60
64
61
65
1. Bump github.com/bradleyfalzon/ghinstallation/v2 from `2.8.0` to `2.12.0`[#3837](https://github.com/actions/actions-runner-controller/pull/3837)
62
-
2. Bump golang.org/x/crypto from `0.22.0` to `0.31.0`[#3844](https://github.com/actions/actions-runner-controller/pull/3844)
66
+
1. Bump golang.org/x/crypto from `0.22.0` to `0.31.0`[#3844](https://github.com/actions/actions-runner-controller/pull/3844)
63
67
1. Update docs with details for the dashboard visualizations [#3696](https://github.com/actions/actions-runner-controller/pull/3696)
0 commit comments