Skip to content

Commit d7ff8be

Browse files
authored
Merge pull request #582 from logzio/release/logzio-monitoring-6.2.6
[Release] logzio monitoring 6.2.6
2 parents 7759edc + d656b83 commit d7ff8be

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/logzio-monitoring-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
kubernetes_version: ['1.24', '1.25', '1.27', '1.30']
18+
kubernetes_version: ['1.25', '1.27', '1.30']
1919
environment: [eks-linux, eks-fargate]
2020
steps:
2121
- name: Generate random id

charts/logzio-monitoring/Chart.yaml

+2-2
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.2.5
5+
version: 6.2.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.3.0"
17+
version: "4.3.2"
1818
repository: "https://logzio.github.io/logzio-helm/"
1919
condition: metricsOrTraces.enabled
2020
- name: logzio-trivy

charts/logzio-monitoring/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ Replace `<<TAINT-KEY>>`, `<<TAINT-OPERATOR>>`, `<<TAINT-VALUE>>`, and `<<TAINT-E
269269
By following these steps, you can ensure that your pods are scheduled on nodes with taints by adding the necessary tolerations to the Helm chart configuration.
270270
271271
## Changelog
272+
- **6.2.6**:
273+
- Upgrade `logzio-telemetry` chart to `v4.3.2`
274+
- Add `prometheus/kubelet` metrics receiver
272275
- **6.2.5**:
273276
- Upgrade `logzio-fluentd` chart to `v0.30.6`
274277
- Upgrade fluentd version to `1.18.0`

0 commit comments

Comments
 (0)