@@ -38,7 +38,7 @@ https://user-images.githubusercontent.com/568794/212668313-8946ddc5-60c1-461f-a7
3838 --namespace " ${NAMESPACE} " \
3939 --create-namespace \
4040 oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller \
41- --version 0.2 .0
41+ --version 0.3 .0
4242 ```
4343
44441. Generate a Personal Access Token (PAT) or create and install a GitHub App. See [Creating a personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) and [Creating a GitHub App](https://docs.github.com/en/developers/apps/creating-a-github-app).
@@ -59,7 +59,7 @@ https://user-images.githubusercontent.com/568794/212668313-8946ddc5-60c1-461f-a7
5959 --create-namespace \
6060 --set githubConfigUrl=" ${GITHUB_CONFIG_URL} " \
6161 --set githubConfigSecret.github_token=" ${GITHUB_PAT} " \
62- oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set --version 0.2 .0
62+ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set --version 0.3 .0
6363 ` ` `
6464
6565 ` ` ` bash
@@ -77,7 +77,7 @@ https://user-images.githubusercontent.com/568794/212668313-8946ddc5-60c1-461f-a7
7777 --set githubConfigSecret.github_app_id=" ${GITHUB_APP_ID} " \
7878 --set githubConfigSecret.github_app_installation_id=" ${GITHUB_APP_INSTALLATION_ID} " \
7979 --set githubConfigSecret.github_app_private_key=" ${GITHUB_APP_PRIVATE_KEY} " \
80- oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set --version 0.2 .0
80+ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set --version 0.3 .0
8181 ` ` `
8282
83831. Check your installation. If everything went well, you should see the following:
@@ -86,8 +86,8 @@ https://user-images.githubusercontent.com/568794/212668313-8946ddc5-60c1-461f-a7
8686 $ helm list -n " ${NAMESPACE} "
8787
8888 NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
89- arc arc-systems 1 2023-01-18 10:03:36.610534934 +0000 UTC deployed gha-runner-scale-set-controller-0.2 .0 preview
90- arc-runner-set arc-systems 1 2023-01-18 10:20:14.795285645 +0000 UTC deployed gha-runner-scale-set-0.2 .0 0.2 .0
89+ arc arc-systems 1 2023-01-18 10:03:36.610534934 +0000 UTC deployed gha-runner-scale-set-controller-0.3 .0 preview
90+ arc-runner-set arc-systems 1 2023-01-18 10:20:14.795285645 +0000 UTC deployed gha-runner-scale-set-0.3 .0 0.3 .0
9191 ` ` `
9292
9393 ` ` ` bash
@@ -158,6 +158,18 @@ Verify that the secret you provided is correct and that the `githubConfigUrl` yo
158158
159159# # Changelog
160160
161+ # ## v0.3.0
162+
163+ # ### Major changes
164+
165+ 1. Runner pods are more similar to hosted runners [# 2348](https://github.com/actions/actions-runner-controller/pull/2348)
166+ 1. Add support for self-signed CA certificates [# 2268](https://github.com/actions/actions-runner-controller/pull/2268)
167+ 1. Fixed trailing slashes in config URLs breaking installations [# 2381](https://github.com/actions/actions-runner-controller/pull/2381)
168+ 1. Fixed a bug where the listener pod would ignore proxy settings from env [# 2366](https://github.com/actions/actions-runner-controller/pull/2366)
169+ 1. Added runner set name field making it optionally configurable [# 2279](https://github.com/actions/actions-runner-controller/pull/2279)
170+ 1. Name and namespace labels of listener pod have been split [# 2341](https://github.com/actions/actions-runner-controller/pull/2341)
171+ 1. Added chart name constraints validation on AutoscalingRunnerSet install [# 2347](https://github.com/actions/actions-runner-controller/pull/2347)
172+
161173# ## v0.2.0
162174
163175# ### Major changes
0 commit comments