Skip to content

Commit 5c9e804

Browse files
authored
Upgrade logzio-monitoring chart to v6.0.6 (#514)
- Upgrade `logzio-k8s-telemetry` chart to `v4.2.7` - Fix `cluster-admin` cluster role binding creation condition
1 parent 80daa3b commit 5c9e804

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.5
5+
version: 6.0.6
66

77

88

@@ -14,7 +14,7 @@ dependencies:
1414
repository: "https://logzio.github.io/logzio-helm/"
1515
condition: logs.enabled
1616
- name: logzio-k8s-telemetry
17-
version: "4.2.6"
17+
version: "4.2.7"
1818
repository: "https://logzio.github.io/logzio-helm/"
1919
condition: metricsOrTraces.enabled
2020
- name: logzio-trivy

charts/logzio-monitoring/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,11 @@ There are two possible approaches to the upgrade you can choose from:
224224
225225
226226
## Changelog
227+
- **6.0.6**:
228+
- Upgrade `logzio-k8s-telemetry` chart to `v4.2.7`
229+
- Fix `cluster-admin` cluster role binding creation condition
227230
- **6.0.5**:
228-
- Upgrade `logzio-k8s-telemetry` chart to `v4.2.4`
231+
- Upgrade `logzio-k8s-telemetry` chart to `v4.2.6`
229232
- Upgrade `otel/opentelemetry-collector-contrib` image to `v0.103.0`
230233
- Fix standalone self metrics collection for EKS Fargate
231234
- Upgrade `logzio-logs-collector` chart to `v1.0.5`

0 commit comments

Comments
 (0)