diff --git a/CHANGELOG.md b/CHANGELOG.md index 3481aed..58cb0f9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to the log analytics integration will be documented in this file. +## [1.2.2] - June 2026 + +* Fluentd sidecar image bumped to 4.20: migrated to Echo secure base (fluentd 1.19.2, Debian 13), remediating Critical/High CVEs in 4.19 (JOBS-2475) + ## [1.2.1] - April 2026 * Fix incorrect field name in access-security-audit log parsing: renamed `token_id` capture group to `trace_id` to match the actual log format documented at https://docs.jfrog.com/administration/docs/audit-trail-log (JOBS-2031) diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index 9a9b6ce..b2dfd2d 100644 --- a/helm/artifactory-values.yaml +++ b/helm/artifactory-values.yaml @@ -24,7 +24,7 @@ artifactory: name: artifactory-volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-docker.jfrog.io/fluentd:4.19" + image: "releases-docker.jfrog.io/fluentd:4.20" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/jfrog-platform-values.yaml b/helm/jfrog-platform-values.yaml index b7320c4..fa10f85 100644 --- a/helm/jfrog-platform-values.yaml +++ b/helm/jfrog-platform-values.yaml @@ -25,7 +25,7 @@ artifactory: name: artifactory-volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-docker.jfrog.io/fluentd:4.19" + image: "releases-docker.jfrog.io/fluentd:4.20" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" @@ -162,7 +162,7 @@ xray: name: data-volume customSidecarContainers: | - name: "xray-platform-fluentd-sidecar" - image: "releases-docker.jfrog.io/fluentd:4.19" + image: "releases-docker.jfrog.io/fluentd:4.20" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index eaaae73..4efc2a9 100644 --- a/helm/xray-values.yaml +++ b/helm/xray-values.yaml @@ -53,7 +53,7 @@ common: name: data-volume customSidecarContainers: | - name: "xray-platform-fluentd-sidecar" - image: "releases-docker.jfrog.io/fluentd:4.19" + image: "releases-docker.jfrog.io/fluentd:4.20" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}"