Skip to content

Commit 9d63017

Browse files
authored
Upgrade logzio-monitoring chart to v6.0.5 (#512)
- Upgrade `logzio-k8s-telemetry` chart to `v4.2.4` - Upgrade `otel/opentelemetry-collector-contrib` image to `v0.103.0` - Fix standalone self metrics collection for EKS Fargate - Upgrade `logzio-logs-collector` chart to `v1.0.5` - Upgrade `otel/opentelemetry-collector-contrib` image to `v0.103.0` - Upgrade `logzio-fluentd` chart to `v0.30.1` - Handle empty etcd `log` field, populated based on `message` field.
1 parent d09b289 commit 9d63017

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

charts/logzio-monitoring/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ 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.4
5+
version: 6.0.5
66

77

88

99
sources:
1010
- https://github.com/logzio/logzio-helm
1111
dependencies:
1212
- name: logzio-fluentd
13-
version: "0.30.0"
13+
version: "0.30.1"
1414
repository: "https://logzio.github.io/logzio-helm/"
1515
condition: logs.enabled
1616
- name: logzio-k8s-telemetry
17-
version: "4.2.5"
17+
version: "4.2.6"
1818
repository: "https://logzio.github.io/logzio-helm/"
1919
condition: metricsOrTraces.enabled
2020
- name: logzio-trivy
@@ -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.4"
33+
version: "1.0.5"
3434
repository: "https://logzio.github.io/logzio-helm/"
3535
condition: logs.enabled
3636
maintainers:

charts/logzio-monitoring/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,14 @@ There are two possible approaches to the upgrade you can choose from:
224224
225225
226226
## Changelog
227+
- **6.0.5**:
228+
- Upgrade `logzio-k8s-telemetry` chart to `v4.2.4`
229+
- Upgrade `otel/opentelemetry-collector-contrib` image to `v0.103.0`
230+
- Fix standalone self metrics collection for EKS Fargate
231+
- Upgrade `logzio-logs-collector` chart to `v1.0.5`
232+
- Upgrade `otel/opentelemetry-collector-contrib` image to `v0.103.0`
233+
- Upgrade `logzio-fluentd` chart to `v0.30.1`
234+
- Handle empty etcd `log` field, populated based on `message` field.
227235
- **6.0.4**:
228236
- Upgrade `logzio-k8s-telemetry` chart to `4.2.5`
229237
- Added 'user-agent' header for telemetry data.

0 commit comments

Comments
 (0)