Skip to content

Commit ded39be

Browse files
authored
Prepare 0.12.1 release (#4153)
1 parent 9890c05 commit ded39be

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/gha-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
TARGET_ORG: actions-runner-controller
1717
TARGET_REPO: arc_e2e_test_dummy
1818
IMAGE_NAME: "arc-test-image"
19-
IMAGE_VERSION: "0.12.0"
19+
IMAGE_VERSION: "0.12.1"
2020

2121
concurrency:
2222
# This will make sure we only apply the concurrency limits on pull requests

charts/gha-runner-scale-set-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.12.0
18+
version: 0.12.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.12.0"
24+
appVersion: "0.12.1"
2525

2626
home: https://github.com/actions/actions-runner-controller
2727

charts/gha-runner-scale-set/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.12.0
18+
version: 0.12.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.12.0"
24+
appVersion: "0.12.1"
2525

2626
home: https://github.com/actions/actions-runner-controller
2727

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ You can follow [this troubleshooting guide](https://docs.github.com/en/actions/h
4343

4444
## Changelog
4545

46+
### 0.12.1
47+
48+
1. Fix indentation of startupProbe attributes in dind sidecar [#4126](https://github.com/actions/actions-runner-controller/pull/4126)
49+
1. Remove duplicate float64 call [#4139](https://github.com/actions/actions-runner-controller/pull/4139)
50+
1. Fix dind sidecar template [#4128](https://github.com/actions/actions-runner-controller/pull/4128)
51+
1. Remove check if runner exists after exit code 0 [#4142](https://github.com/actions/actions-runner-controller/pull/4142)
52+
1. Explicitly requeue during backoff ephemeral runner [#4152](https://github.com/actions/actions-runner-controller/pull/4152)
53+
4654
### 0.12.0
4755

4856
1. Allow use of client id as an app id [#4057](https://github.com/actions/actions-runner-controller/pull/4057)

0 commit comments

Comments
 (0)