File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
gha-runner-scale-set-controller
docs/gha-runner-scale-set-controller Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.4 .0
18
+ version : 0.5 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.4 .0"
24
+ appVersion : " 0.5 .0"
25
25
26
26
home : https://github.com/actions/actions-runner-controller
27
27
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.4 .0
18
+ version : 0.5 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.4 .0"
24
+ appVersion : " 0.5 .0"
25
25
26
26
home : https://github.com/actions/dev-arc
27
27
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ You can follow [this troubleshooting guide](https://docs.github.com/en/actions/h
63
63
1 . chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 [ #2716 ] ( https://github.com/actions/actions-runner-controller/pull/2716 )
64
64
1 . Move gha-* docs out of preview [ #2779 ] ( https://github.com/actions/actions-runner-controller/pull/2779 )
65
65
1 . Prepare 0.5.0 release [ #2783 ] ( https://github.com/actions/actions-runner-controller/pull/2783 )
66
+ 1 . Security fix [ #2676 ] ( https://github.com/actions/actions-runner-controller/pull/2676 )
66
67
67
68
### v0.4.0
68
69
You can’t perform that action at this time.
0 commit comments