-
Notifications
You must be signed in to change notification settings - Fork 15
feat(container): update image actions-runner-controller-charts/gha-runner-scale-set ( 0.9.3 → 0.12.1 ) #5448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-actions-runner-controller-charts-gha-runner-scale-set-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/cluster-0/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-carpenike
+++ kubernetes/cluster-0/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-carpenike
@@ -14,13 +14,13 @@
chart: actions-runner-controller-charts/gha-runner-scale-set
interval: 30m
sourceRef:
kind: HelmRepository
name: actions-runner-controller
namespace: flux-system
- version: 0.9.3
+ version: 0.11.0
interval: 30m
values:
containerMode:
type: dind
controllerServiceAccount:
name: actions-runner-controller-gha-rs-controller |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
2f77514
to
9ea42a0
Compare
e5c0357
to
9ea42a0
Compare
9ea42a0
to
b093db8
Compare
ee714b2
to
b093db8
Compare
b093db8
to
0227c9f
Compare
0227c9f
to
38a6ae3
Compare
a4c8166
to
38a6ae3
Compare
38a6ae3
to
57777e1
Compare
7f368c3
to
4bd588d
Compare
--- HelmRelease: dev/arc-carpenike AutoscalingRunnerSet: dev/arc-carpenike
+++ HelmRelease: dev/arc-carpenike AutoscalingRunnerSet: dev/arc-carpenike
@@ -10,13 +10,13 @@
app.kubernetes.io/instance: arc-carpenike
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: gha-rs
actions.github.com/scale-set-name: arc-carpenike
actions.github.com/scale-set-namespace: dev
annotations:
- actions.github.com/values-hash: 12b758f0ccf70bd3eb94559ad8fb68d40651b759670796ddada1f06cd620ecd
+ actions.github.com/values-hash: 3db617fc3c80491b0da8602a4a69175f8244eb9db71a5c8f492d447aa759c6f
actions.github.com/cleanup-github-secret-name: arc-carpenike-gha-rs-github-secret
actions.github.com/cleanup-manager-role-binding: arc-carpenike-gha-rs-manager
actions.github.com/cleanup-manager-role-name: arc-carpenike-gha-rs-manager
actions.github.com/cleanup-no-permission-service-account-name: arc-carpenike-gha-rs-no-permission
spec:
githubConfigUrl: https://github.com/carpenike/k8s-gitops
@@ -42,13 +42,12 @@
- name: init-dind-externals
image: ghcr.io/onedr0p/actions-runner:2.322.0
command:
- cp
args:
- -r
- - -v
- /home/runner/externals/.
- /home/runner/tmpDir/
volumeMounts:
- name: dind-externals
mountPath: /home/runner/tmpDir
containers: |
4bd588d
to
83446a7
Compare
83446a7
to
77d4c1f
Compare
77d4c1f
to
b998875
Compare
…nner-scale-set ( 0.9.3 → 0.12.1 ) | datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ----- | ------ | | docker | ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set | 0.9.3 | 0.12.1 |
b998875
to
de830c0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
0.9.3
->0.12.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/actions-runner-controller (actions-runner-controller-charts/gha-runner-scale-set)
v0.12.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.12.0...gha-runner-scale-set-0.12.1
v0.12.0
Compare Source
Changelog
docker
access withoutsudo
, by changing therunner
container to use TCP instead of docker.sock (#177)dockerEnabled: false
to disable thedind
sidecar, so that you can run runner pod on clusters on where privileged pods are disallowed (#191)v0.11.0
Compare Source
0.11.0
The new way of configuring metrics has been added along with the new listenerMetrics field in the
gha-runner-scale-set
chart. If the controller is configured to publish metrics, but thelistenerMetrics
field is empty, the listener will not start. Please uncomment out this field and configure the metrics you want listeners to publish. The changes have been made to the CRDs as well, so please make sure you remove the old CRDs before installing the new version.What's Changed
githubConfigSecret
by @jww3 in #3812gha-runner-scale-set
chart by @nikola-jokic in #3934OwnerReferences
during resource creation forEphemeralRunnerSet
,EphemeralRunner
, andEphemeralRunnerPod
by @kahirokunn in #3575New Contributors
Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.10.1...gha-runner-scale-set-0.11.0
v0.10.1
Compare Source
What's Changed
runnerMaxConcurrentReconciles
by @Link- in #3858Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.10.0...gha-runner-scale-set-0.10.1
v0.10.0
Compare Source
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.
Make sure to check #3832 and #3848 for details on how to fine-tune that behavior.
Major changes
Minor changes
2.8.0
to2.12.0
#38370.22.0
to0.31.0
#3844Full Changelog: actions/actions-runner-controller@gha-runner-scale-set-0.9.3...gha-runner-scale-set-0.10.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.