Skip to content

Commit

Permalink
Upgrade logzio-monitoring to v6.0.1 (#494)
Browse files Browse the repository at this point in the history
* Upgrade `logzio-logs-collector` chart to v1.0.4

- Add standalone deployment mode
- Rename `LogzioRegion` to camelCase - `logzioRegion` closes #492
- Add user-agent header
  • Loading branch information
ralongit authored Jun 6, 2024
1 parent 2197639 commit 7127169
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: 6.0.0
version: 6.0.1



Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: deployEvents.enabled
- name: logzio-logs-collector
version: "1.0.3"
version: "1.0.4"
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 @@ -224,6 +224,11 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **6.0.1**:
- Upgrade `logzio-logs-collector` chart to v1.0.4
- Add standalone deployment mode
- Rename `LogzioRegion` to camelCase - `logzioRegion`
- Add user-agent header
- **6.0.0**:
- **Breaking changes**:
- Make `logzio-logs-collector` default subchart for logging instead of `logzio-fluentd`
Expand Down

0 comments on commit 7127169

Please sign in to comment.