Skip to content

Commit

Permalink
Merge pull request #478 from logzio/logzio-monitoring-5.3.3
Browse files Browse the repository at this point in the history
logzio-monitoring-5.3.3
  • Loading branch information
yotamloe authored Apr 30, 2024
2 parents f41d150 + b34e4aa commit 7302c65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logzio-monitoring
description: logzio-monitoring allows you to ship logs, metrics, traces and security reports from your Kubernetes cluster using the OpenTelemetry collector for metrics and traces, Fluentd for logs, and Trivy for security reports.
type: application
version: 5.3.2
version: 5.3.3


sources:
Expand All @@ -29,7 +29,7 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: deployEvents.enabled
- name: logzio-logs-collector
version: "1.0.2"
version: "1.0.3"
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
maintainers:
Expand Down
5 changes: 5 additions & 0 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **5.3.3**:
- Upgrade `logzio-logs-collector` version to `1.0.3`:
- Replace dots `.` with underscores `_` in log attributes keys:
- Added `transform/dedot` proccesor.
- Edited `k8sattributes`, `transform/log_type`, `transform/log_level` proccesors.
- **5.3.2**:
- Upgrade `logzio-fluentd` to version `0.30.0`
- Upgrade fluentd version to `1.16.5`
Expand Down

0 comments on commit 7302c65

Please sign in to comment.