Skip to content

Commit

Permalink
logzio-monitoring - upgrade fluentd to 0.28.1 (#420)
Browse files Browse the repository at this point in the history
* bump fluentd

* bump chart version
  • Loading branch information
mirii1994 authored Jan 10, 2024
1 parent 7594aad commit b8ab2d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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,13 +2,13 @@ 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.0.0
version: 5.0.1

sources:
- https://github.com/logzio/logzio-helm
dependencies:
- name: logzio-fluentd
version: "0.28.0"
version: "0.28.1"
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
Expand Down
13 changes: 9 additions & 4 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **5.0.1**:
- Upgrade `logzio-fluentd` to `0.28.1`:
- Added `windowsDaemonset.enabled` customization.
- **5.0.0**:
- Upgrade `logzio-k8s-telemetry` to `4.0.0`:
- **BREAKING CHANGES**:
Expand All @@ -199,6 +203,11 @@ There are two possible approaches to the upgrade you can choose from:
- Updated K360 metrics list in `secrets.yaml` - now created dynamically from OOB filters.
- Added `job_dummy` relabel and processor - Fixing an issue where duplicate metrics were being sent if the metrics were not in the `K8S_360_METRICS` environment variable.
- Use attributes processor to create the `unified_status_code` dimension as it supports connectors.
<details>
<summary markdown="span"> Expand to check old versions </summary>
- **3.5.0**:
- Upgrade `logzio-fluentd` to `0.28.0`:
- Added `daemonset.initContainerSecurityContext` customization.
Expand All @@ -213,10 +222,6 @@ There are two possible approaches to the upgrade you can choose from:
- `serviceGraph.enabled` option.
- Refactored span metrics processor to a connector.
- Added metrics transform processor to modify the data for Logz.io backwards compatibility.
<details>
<summary markdown="span"> Expand to check old versions </summary>
- **3.2.0**:
- Upgrade `logzio-k8s-telemetry` to `2.1.0`:
- Update SPM labels
Expand Down

0 comments on commit b8ab2d7

Please sign in to comment.