Skip to content

Commit 7127169

Browse files
authored
Upgrade logzio-monitoring to v6.0.1 (#494)
* Upgrade `logzio-logs-collector` chart to v1.0.4 - Add standalone deployment mode - Rename `LogzioRegion` to camelCase - `logzioRegion` closes #492 - Add user-agent header
1 parent 2197639 commit 7127169

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

charts/logzio-monitoring/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: logzio-monitoring
33
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.
44
type: application
5-
version: 6.0.0
5+
version: 6.0.1
66

77

88

@@ -30,7 +30,7 @@ dependencies:
3030
repository: "https://logzio.github.io/logzio-helm/"
3131
condition: deployEvents.enabled
3232
- name: logzio-logs-collector
33-
version: "1.0.3"
33+
version: "1.0.4"
3434
repository: "https://logzio.github.io/logzio-helm/"
3535
condition: logs.enabled
3636
maintainers:

charts/logzio-monitoring/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ There are two possible approaches to the upgrade you can choose from:
224224
225225
226226
## Changelog
227+
- **6.0.1**:
228+
- Upgrade `logzio-logs-collector` chart to v1.0.4
229+
- Add standalone deployment mode
230+
- Rename `LogzioRegion` to camelCase - `logzioRegion`
231+
- Add user-agent header
227232
- **6.0.0**:
228233
- **Breaking changes**:
229234
- Make `logzio-logs-collector` default subchart for logging instead of `logzio-fluentd`

0 commit comments

Comments
 (0)