Skip to content

Commit

Permalink
Upgrade 'logzio-monitoring' to v6.0.4 (#506)
Browse files Browse the repository at this point in the history
* Upgrade 'logzio-monitoring' to v6.0.4

  - Upgrade `logzio-k8s-telemetry` chart to `4.2.5`
    - Added 'user-agent' header for telemetry data.
  - Upgrade `logzio-trivy` chart to `0.3.2`
    - Added 'user-agent' header for telemetry data.

* Revert trivy

* Squashed commit of the following:

commit 71b2b02
Author: Ral G <[email protected]>
Date:   Wed Jun 19 17:49:27 2024 +0300

    Fix `logzio-trivy` to v0.3.2 (#507)

* Revert "Squashed commit of the following:"

This reverts commit 17ede26.
  • Loading branch information
ralongit authored Jun 19, 2024
1 parent 71b2b02 commit 38c7235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 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: 6.0.3
version: 6.0.4



Expand All @@ -14,11 +14,11 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
version: "4.2.4"
version: "4.2.5"
repository: "https://logzio.github.io/logzio-helm/"
condition: metricsOrTraces.enabled
- name: logzio-trivy
version: "0.3.1"
version: "0.3.2"
repository: "https://logzio.github.io/logzio-helm/"
condition: securityReport.enabled
- name: opencost
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 @@ -224,6 +224,11 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **6.0.4**:
- Upgrade `logzio-k8s-telemetry` chart to `4.2.5`
- Added 'user-agent' header for telemetry data.
- Upgrade `logzio-trivy` chart to `0.3.2`
- Added 'user-agent' header for telemetry data.
- **6.0.3**:
- Upgrade `logzio-k8s-events` chart to `0.0.5`
- Bugfix/ Remove the duplicate label `app.kubernetes.io/managed-by` @philwelz
Expand Down

0 comments on commit 38c7235

Please sign in to comment.