diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0d1323..3d4441b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 2024-01-09 +### Changed +- Concat filter plugin behavior changed to not include newline character as separator while handling CRI partial logs. +- Dashboards Import is now optional while installing the monitoring solution through RMS Stack. Default behavior remains the same. + ## 2023-12-01 ### Added - Uptake ARM compatible container image from OCR for logan(Fluentd) chart. diff --git a/charts/logan/Chart.yaml b/charts/logan/Chart.yaml index 7681dc5e..72be057e 100644 --- a/charts/logan/Chart.yaml +++ b/charts/logan/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: oci-onm-logan description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics. type: application -version: 3.2.1 +version: 3.2.2 appVersion: "3.0.0" dependencies: diff --git a/charts/logan/templates/logs-configmap.yaml b/charts/logan/templates/logs-configmap.yaml index 0fc7e608..6e1e3533 100644 --- a/charts/logan/templates/logs-configmap.yaml +++ b/charts/logan/templates/logs-configmap.yaml @@ -123,6 +123,7 @@ data: use_partial_cri_logtag true partial_cri_logtag_key logtag partial_cri_stream_key stream + separator "" # timeout scenario should not occur in general for partial logs handling timeout_label "@NORMAL{{- ternary (print "." $currWorker) "" $multiWorkersEnabled }}" @@ -407,6 +408,7 @@ data: use_partial_cri_logtag true partial_cri_logtag_key logtag partial_cri_stream_key stream + separator "" # timeout scenario should not occur in general for partial logs handling timeout_label "@NORMAL{{- ternary (print "." $currWorker) "" $multiWorkersEnabled }}" @@ -514,6 +516,7 @@ data: use_partial_cri_logtag true partial_cri_logtag_key logtag partial_cri_stream_key stream + separator "" # timeout scenario should not occur in general for partial logs handling timeout_label "@NORMAL{{- ternary (print "." $currWorker) "" $multiWorkersEnabled }}" diff --git a/charts/oci-onm/Chart.yaml b/charts/oci-onm/Chart.yaml index 92853230..11ad3cea 100644 --- a/charts/oci-onm/Chart.yaml +++ b/charts/oci-onm/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.2.1 +version: 3.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -32,7 +32,7 @@ dependencies: repository: "file://../common" condition: oci-onm-common.enabled - name: oci-onm-logan - version: "3.2.1" + version: "3.2.2" repository: "file://../logan" condition: oci-onm-logan.enabled - name: oci-onm-mgmt-agent