Skip to content

Commit dbecd12

Browse files
authored
chore: venona security patch (#635)
1 parent fa064e3 commit dbecd12

File tree

5 files changed

+35
-31
lines changed

5 files changed

+35
-31
lines changed

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: 28.5.1-3.0.4-rootless
20-
digest: sha256:f41a83414a4befefef4b594f97770a144160370dec111a8d0ffb217cefa68287
19+
tag: 28.5.1-3.0.5-rootless
20+
digest: sha256:49d77f61e754db1329c7969cc20d2e6b6d034faa33b7303835eff318223e85ed
2121
userVolumeMounts:
2222
dind:
2323
name: dind

charts/cf-runtime/Chart.yaml

Lines changed: 6 additions & 2 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: 8.3.14
4+
version: 8.3.15
55
keywords:
66
- codefresh
77
- runner
@@ -17,8 +17,12 @@ annotations:
1717
artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20+
- kind: changed
21+
description: "Update \"engine\" to 1.180.6"
22+
- kind: fixed
23+
description: "Fix an issue that prevented the Docker metrics collector from shutting down gracefully"
2024
- kind: security
21-
description: "Security fixes in dind, engine, cf-cosign-image-signer, cf-container-logger, cf-docker-puller and cf-docker-pusher."
25+
description: "Security fixes in cf-debugger, cf-git-cloner, cli, dind, engine, fs-ops and kubectl"
2226
dependencies:
2327
- name: cf-common
2428
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)