From c8728fc573ad02d4d10148a78672b8fd25fc2fd7 Mon Sep 17 00:00:00 2001 From: Mahitha Byreddy Date: Wed, 10 Jan 2024 15:50:10 -0800 Subject: [PATCH 1/2] Upgrading fluentd version to 1.16.3 --- CHANGELOG.md | 7 +++++++ helm/artifactory-ha-values.yaml | 2 +- helm/artifactory-values.yaml | 2 +- helm/jfrog-platform-values.yaml | 2 +- helm/xray-values.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ce23a..adbf479 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # JFrog Log Analytics Changelog All changes to the log analytics integration will be documented in this file. +## [1.0.2] - Jan 10, 2023 +* Upgrading fluentd image to the latest image from releases.jfrog.io (Fluentd version 1.16.3) + +## [1.0.1] - Nov 14, 2023 +* Upgrading fluentd image to the latest image from releases.jfrog.io (Fluentd version 1.15.2) +* Removing sed substitutions in helm charts to eliminate human errors in loki URL + ## [1.0.0] - Dec 12, 2022 * Prometheus Solution Redesigned * Addition of Loki Component for Log Data Ingestion diff --git a/helm/artifactory-ha-values.yaml b/helm/artifactory-ha-values.yaml index 646b5b9..8b9216c 100644 --- a/helm/artifactory-ha-values.yaml +++ b/helm/artifactory-ha-values.yaml @@ -24,7 +24,7 @@ artifactory: name: volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index a3e4445..0b4a9cd 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-pts-observability-fluentd.jfrog.io/fluentd:2.1" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/jfrog-platform-values.yaml b/helm/jfrog-platform-values.yaml index b51033c..6c926ea 100644 --- a/helm/jfrog-platform-values.yaml +++ b/helm/jfrog-platform-values.yaml @@ -26,7 +26,7 @@ artifactory: name: artifactory-volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index f7974af..7d4dd1b 100644 --- a/helm/xray-values.yaml +++ b/helm/xray-values.yaml @@ -36,7 +36,7 @@ common: name: data-volume customSidecarContainers: | - name: "xray-platform-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}" From ad82c9e77b3de615218f38a36a29c07495123c34 Mon Sep 17 00:00:00 2001 From: Mahitha Byreddy Date: Wed, 10 Jan 2024 15:52:38 -0800 Subject: [PATCH 2/2] Changing date to 2024 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbf479..b9bba8c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Log Analytics Changelog All changes to the log analytics integration will be documented in this file. -## [1.0.2] - Jan 10, 2023 +## [1.0.2] - Jan 10, 2024 * Upgrading fluentd image to the latest image from releases.jfrog.io (Fluentd version 1.16.3) ## [1.0.1] - Nov 14, 2023