diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index d65f2c03..2568597e 100644 --- a/charts/cf-runtime/Chart.yaml +++ b/charts/cf-runtime/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Codefresh Runner name: cf-runtime -version: 8.3.3 +version: 8.3.4 keywords: - codefresh - runner @@ -17,8 +17,12 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: | - - kind: fixed - description: "Fix typo in \"runtime.engine.runtimeImagesRegistry\"" + - kind: changed + description: "Update \"dind-volume-provisioner\" to 2.0.0" + - kind: security + description: "Fix CVE-2025-50181, CVE-2025-5222, CVE-2024-47081, CVE-2025-29087, CVE-2025-29088, CVE-2025-3277, CVE-2025-6965, CVE-2025-1352, CVE-2025-1376, CVE-2025-4598, CVE-2025-6020, CVE-2025-5702, CVE-2025-5987, CVE-2025-5372, CVE-2025-5318, CVE-2025-5351, CVE-2025-4877, CVE-2025-4878, CVE-2025-4373, CVE-2025-6052, CVE-2025-52555, CVE-2025-47273, CVE-2025-40909, CVE-2025-6395, CVE-2025-32988, CVE-2025-32989, CVE-2025-32990, CVE-2024-12718, CVE-2025-8194, CVE-2025-6069, CVE-2025-4517, CVE-2025-4435, CVE-2025-4516, CVE-2025-4330, CVE-2025-4138, CVE-2025-1795, CVE-2025-3576, CVE-2025-22868" + - kind: removed + description: "Remove support for \"rbd\" volume backend from \"dind-volume-provisioner\"" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index b9cb1fe8..a9fef603 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 8.3.3](https://img.shields.io/badge/Version-8.3.3-informational?style=flat-square) +![Version: 8.3.4](https://img.shields.io/badge/Version-8.3.4-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -1428,7 +1428,7 @@ Install the Helm chart | volumeProvisioner.dind-lv-monitor | object | See below | `dind-lv-monitor` DaemonSet parameters (local volumes cleaner) | | volumeProvisioner.enabled | bool | `true` | Enable volume-provisioner | | volumeProvisioner.env | object | `{}` | Add additional env vars | -| volumeProvisioner.image | object | `{"digest":"sha256:94323807949da518a051fc8d95947da32f9276bfb78388cb133b2f38de818838","registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.35.4"}` | Set image | +| volumeProvisioner.image | object | `{"digest":"sha256:d158998a69c6843b1420ddae0b3cb18f46fe7fc0cf0e51b92f4a73f9b189d291","registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"2.0.0"}` | Set image | | volumeProvisioner.name | string | `""` | Set volume-provisioner deployment name | | volumeProvisioner.nodeSelector | object | `{}` | Set node selector | | volumeProvisioner.podAnnotations | object | `{}` | Set pod annotations | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 150b7149..bbf55440 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -163,8 +163,8 @@ volumeProvisioner: image: registry: quay.io repository: codefresh/dind-volume-provisioner - tag: 1.35.4 - digest: sha256:94323807949da518a051fc8d95947da32f9276bfb78388cb133b2f38de818838 + tag: 2.0.0 + digest: sha256:d158998a69c6843b1420ddae0b3cb18f46fe7fc0cf0e51b92f4a73f9b189d291 # -- Add additional env vars env: {} # E.g.