Skip to content

Commit

Permalink
Release logzio-monitoring v6.2.3 (#565)
Browse files Browse the repository at this point in the history
- Upgrade `logzio-k8s-events` chart to `v0.0.8`
    - Upgrade `logzio-k8s-events` image to v`0.0.4`
      - Upgrade GoLang version to `v1.23.0`
      - Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
      - Upgrade GoLang docker image to `golang:1.23.0-alpine3.20`
  • Loading branch information
ralongit authored Dec 23, 2024
1 parent c1e9017 commit b7bee77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logzio-monitoring
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.
type: application
version: 6.2.2
version: 6.2.3



Expand All @@ -26,7 +26,7 @@ dependencies:
repository: "https://opencost.github.io/opencost-helm-chart"
condition: finops.enabled
- name: logzio-k8s-events
version: "0.0.7"
version: "0.0.8"
repository: "https://logzio.github.io/logzio-helm/"
condition: deployEvents.enabled
- name: logzio-logs-collector
Expand Down
6 changes: 6 additions & 0 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ There are two possible approaches to the upgrade you can choose from:
- Before running the `helm upgrade` command, delete the old subcharts resources: `logzio-monitoring-prometheus-pushgateway` deployment and the `logzio-monitoring-prometheus-node-exporter` daemonset.
## Changelog
- **6.2.3**:
- Upgrade `logzio-k8s-events` chart to `v0.0.8`
- Upgrade `logzio-k8s-events` image to v`0.0.4`
- Upgrade GoLang version to `v1.23.0`
- Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
- Upgrade GoLang docker image to `golang:1.23.0-alpine3.20`
- **6.2.2**:
- Upgrade `logzio-telemetry` chart to `v4.3.0`
- Set `servicegraph` connector, `metrics_flush_interval` setting to `60s` to reduce outgoing connections
Expand Down

0 comments on commit b7bee77

Please sign in to comment.