Skip to content

Commit 104d574

Browse files
authored
[Release] update fluentd chart version to 0.30.6
2 parents 1fd9447 + 361d708 commit 104d574

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

charts/logzio-monitoring/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ 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.4
5+
version: 6.2.5
66

77

88

99
sources:
1010
- https://github.com/logzio/logzio-helm
1111
dependencies:
1212
- name: logzio-fluentd
13-
version: "0.30.5"
13+
version: "0.30.6"
1414
repository: "https://logzio.github.io/logzio-helm/"
1515
condition: logs.enabled
1616
- name: logzio-k8s-telemetry

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.5**:
273+
- Upgrade `logzio-fluentd` chart to `v0.30.6`
274+
- Upgrade fluentd version to `1.18.0`
272275
- **6.2.4**:
273276
- Upgrade `logzio-trivy` chart to `v0.3.6`
274277
- Fix `tolerations` value

tests/metrics_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func TestFargateMetrics(t *testing.T) {
9292
}
9393
requiredMetrics := map[string][]string{
9494
"kube_pod_status_phase": {"p8s_logzio_name", "namespace", "pod", "phase", "uid"},
95-
"kube_pod_info": {"p8s_logzio_name", "namespace", "host_ip", "pod"},
95+
"kube_pod_info": {"p8s_logzio_name", "namespace", "pod"},
9696
"kube_pod_container_resource_limits": {"p8s_logzio_name", "namespace", "pod", "resource"},
9797
"kube_pod_container_info": {"p8s_logzio_name", "namespace", "pod"},
9898
"kube_pod_created": {"p8s_logzio_name", "namespace", "pod"},

0 commit comments

Comments
 (0)