Skip to content

Commit 2051150

Browse files
committed
Fix md
1 parent c01c1bc commit 2051150

File tree

1 file changed

+21
-21
lines changed
  • docs/gha-runner-scale-set-controller

1 file changed

+21
-21
lines changed

docs/gha-runner-scale-set-controller/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,31 @@ You can follow [this troubleshooting guide](https://docs.github.com/en/actions/h
4444
## Changelog
4545

4646
### v0.7.0
47-
1. Add ResizePolicy and RestartPolicy on mergeListenerContainer (#3075)[https://github.com/actions/actions-runner-controller/pull/3075]
48-
1. feat: GHA controller Helm Chart quoted labels (#3061)[https://github.com/actions/actions-runner-controller/pull/3061]
49-
1. Update authorization for PAT to be Bearer as documented (#3039)[https://github.com/actions/actions-runner-controller/pull/3039]
50-
1. Metrics: set max and min runners during startup time (#3032)[https://github.com/actions/actions-runner-controller/pull/3032]
51-
1. Update Chart.yaml home URLs (#3013)[https://github.com/actions/actions-runner-controller/pull/3013]
52-
1. Remove inheritance of imagePullPolicy from manager to listeners (#3009)[https://github.com/actions/actions-runner-controller/pull/3009]
53-
1. Trim down metrics cardinality (#3003)[https://github.com/actions/actions-runner-controller/pull/3003]
54-
1. Fix role and rolebinding cleanup for the listener controller (#2970)[https://github.com/actions/actions-runner-controller/pull/2970]
55-
1. Configure listener pod with the secret instead of env (#2965)[https://github.com/actions/actions-runner-controller/pull/2965]
56-
1. Allow custom labels to be specified for controller pods (#2952)[https://github.com/actions/actions-runner-controller/pull/2952]
57-
1. Bump go version and all direct dependencies to newest for k8s compatibility (#2947)[https://github.com/actions/actions-runner-controller/pull/2947]
58-
1. chore: Service accounts in Kubernetes mode can now be annotated. (#2566)[https://github.com/actions/actions-runner-controller/pull/2566]
47+
1. Add ResizePolicy and RestartPolicy on mergeListenerContainer [#3075](https://github.com/actions/actions-runner-controller/pull/3075)
48+
1. feat: GHA controller Helm Chart quoted labels [#3061](https://github.com/actions/actions-runner-controller/pull/3061)
49+
1. Update authorization for PAT to be Bearer as documented [#3039](https://github.com/actions/actions-runner-controller/pull/3039)
50+
1. Metrics: set max and min runners during startup time [#3032](https://github.com/actions/actions-runner-controller/pull/3032)
51+
1. Update Chart.yaml home URLs [#3013](https://github.com/actions/actions-runner-controller/pull/3013)
52+
1. Remove inheritance of imagePullPolicy from manager to listeners [#3009](https://github.com/actions/actions-runner-controller/pull/3009)
53+
1. Trim down metrics cardinality [#3003](https://github.com/actions/actions-runner-controller/pull/3003)
54+
1. Fix role and rolebinding cleanup for the listener controller [#2970](https://github.com/actions/actions-runner-controller/pull/2970)
55+
1. Configure listener pod with the secret instead of env [#2965](https://github.com/actions/actions-runner-controller/pull/2965)
56+
1. Allow custom labels to be specified for controller pods [#2952](https://github.com/actions/actions-runner-controller/pull/2952)
57+
1. Bump go version and all direct dependencies to newest for k8s compatibility [#2947](https://github.com/actions/actions-runner-controller/pull/2947)
58+
1. chore: Service accounts in Kubernetes mode can now be annotated. [#2566](https://github.com/actions/actions-runner-controller/pull/2566)
5959

6060
### v0.6.1
61-
1. Replace TLS dockerd connection with unix socket (#2833)[https://github.com/actions/actions-runner-controller/pull/2833]
62-
1. Fix name override labels when runnerScaleSetName value is set (#2915)[https://github.com/actions/actions-runner-controller/pull/2915]
63-
1. Fix nil map when annotations are applied (#2916)[https://github.com/actions/actions-runner-controller/pull/2916]
64-
1. Updates: container-hooks to v0.4.0 (#2928)[https://github.com/actions/actions-runner-controller/pull/2928]
61+
1. Replace TLS dockerd connection with unix socket [#2833](https://github.com/actions/actions-runner-controller/pull/2833)
62+
1. Fix name override labels when runnerScaleSetName value is set [#2915](https://github.com/actions/actions-runner-controller/pull/2915)
63+
1. Fix nil map when annotations are applied [#2916](https://github.com/actions/actions-runner-controller/pull/2916)
64+
1. Updates: container-hooks to v0.4.0 [#2928](https://github.com/actions/actions-runner-controller/pull/2928)
6565

6666
### v0.6.0
67-
1. Fix parsing AcquireJob MessageQueueTokenExpiredError (#2837)[https://github.com/actions/actions-runner-controller/pull/2837]
68-
1. Set restart policy on the runner pod to Never if restartPolicy is not set in template (#2787)[https://github.com/actions/actions-runner-controller/pull/2787]
69-
1. Set the AutoscalingRunnerSet name to runnerScaleSetName (#2803)[https://github.com/actions/actions-runner-controller/pull/2803]
70-
1. Extend and generate crds allowing listener pod spec change (#2758)[https://github.com/actions/actions-runner-controller/pull/2758]
71-
1. Extend the user agent and fix the build version for the listener app (#2892)[https://github.com/actions/actions-runner-controller/pull/2892]
67+
1. Fix parsing AcquireJob MessageQueueTokenExpiredError [#2837](https://github.com/actions/actions-runner-controller/pull/2837)
68+
1. Set restart policy on the runner pod to Never if restartPolicy is not set in template [#2787](https://github.com/actions/actions-runner-controller/pull/2787)
69+
1. Set the AutoscalingRunnerSet name to runnerScaleSetName [#2803](https://github.com/actions/actions-runner-controller/pull/2803)
70+
1. Extend and generate crds allowing listener pod spec change [#2758](https://github.com/actions/actions-runner-controller/pull/2758)
71+
1. Extend the user agent and fix the build version for the listener app [#2892](https://github.com/actions/actions-runner-controller/pull/2892)
7272

7373
### v0.5.0
7474

0 commit comments

Comments
 (0)