Skip to content

Commit bc85259

Browse files
build: upgrade runtime components (#688)
1 parent e9a2205 commit bc85259

6 files changed

Lines changed: 70 additions & 48 deletions

File tree

charts/cf-runtime/.ci/values-rootless.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ volumeProvisioner:
1616
runtime:
1717
dind:
1818
image:
19-
tag: 29.2.0-3.0.11-rootless
20-
digest: sha256:90c9e7c8805ff0793e0ba3793f178c84387f2845cd1fddd04cbe9ab9efc3a4a6
19+
tag: 29.4.1-3.0.15-rootless
20+
digest: sha256:b740c3ded238473e0b5bded9a90650af18914db3af2fa458bbe19789bdc3ac81
2121
userVolumeMounts:
2222
dind:
2323
name: dind

charts/cf-runtime/Chart.yaml

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 10.0.17
4+
version: 10.0.18
55
keywords:
66
- codefresh
77
- runner
@@ -18,15 +18,35 @@ annotations:
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: 'update "container-logger" to 2.0.12'
21+
description: 'update "runner" to 2.0.10'
2222
- kind: changed
23-
description: 'update "docker-puller" to 8.0.27'
23+
description: 'update "template-engine" to 0.15.1'
2424
- kind: changed
25-
description: 'update "docker-pusher" to 6.0.25'
25+
description: 'update "codefresh/cli" to 1.1.4-rootless'
2626
- kind: changed
27-
description: 'update "template-engine" to 0.15.0'
27+
description: 'update "pipeline-debugger" to 1.3.14'
28+
- kind: changed
29+
description: 'update "fs-ops" to 1.2.13'
30+
- kind: changed
31+
description: 'update "gc-builder" to 0.5.10'
32+
- kind: changed
33+
description: 'update "compose" to v5.1.3-1.6.4'
34+
- kind: changed
35+
description: 'update "dind" to 29.4.1-3.0.15'
36+
- kind: changed
37+
description: 'update "docker-builder" to 1.6.1'
38+
- kind: changed
39+
description: 'update "engine" to 3.2.8'
40+
- kind: changed
41+
description: 'update "git-cloner" to 10.3.11'
42+
- kind: changed
43+
description: 'update "docker-pusher" to 6.0.26'
44+
- kind: changed
45+
description: 'update "kubectl" to 1.35.4'
46+
- kind: fixed
47+
description: 'fix support for Git LFS in "clone" step'
2848
- kind: security
29-
description: 'fix various security vulnerabilities in container-logger, docker-puller, docker-pusher and template-engine'
49+
description: 'fix various security vulnerabilities in different runtime components'
3050
dependencies:
3151
- name: cf-common
3252
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)