Skip to content

Commit 85af38d

Browse files
ralongityotamloebardabunnico-shishkin
authored
Upgrade chart version for logzio-monitoring v5.3.0 (#465)
* Logzio logs collector 1.0.1 (#458) * Update multiline.md * update multiline parsing and error detection * change log * Release logzio-telemetry v4.2.0 (#459) - Upgraded `opentelemetry-collector-contrib` image to `v0.97.0` - Added Kubernetes objects receiver - Removed servicegraph connector from span metrics configuration - Allow `env_id` & `p8s_logzio_name` non string values * Bugfix/logs collector default log type (#460) * Update Chart.yaml * Change default log type * Add support for numeric values in env_id (#457) Co-authored-by: Ral G <[email protected]> * Logzio monitoring 5.3.0 upgrade (#461) * Create NOTES.txt * Add `logzio-logs-collector` + `fluentd.enabled` values * Update Chart.yaml * edit `maintainers` * change log * Update NOTES.txt * Update README.md * Update README.md * Update NOTES.txt * 5.2.5 * update docs and change log * Upgrade sub charts --------- Co-authored-by: Yotam loewenbach <[email protected]> Co-authored-by: Nico <[email protected]> Co-authored-by: Yotam loewenbach <[email protected]> * Update README.md * Fix readme install command * Revert monitoring chart versions temporarily * Upgrade logzio-monitoring chart.yaml versions to v5.3.0 --------- Co-authored-by: Yotam loewenbach <[email protected]> Co-authored-by: Bar <[email protected]> Co-authored-by: Yotam loewenbach <[email protected]> Co-authored-by: Nico <[email protected]>
1 parent a630a4b commit 85af38d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

charts/logzio-monitoring/Chart.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,36 @@ 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: 5.2.4
5+
version: 5.3.0
6+
67

78
sources:
89
- https://github.com/logzio/logzio-helm
910
dependencies:
1011
- name: logzio-fluentd
11-
version: "0.29.0"
12+
version: "0.29.2"
1213
repository: "https://logzio.github.io/logzio-helm/"
1314
condition: logs.enabled
1415
- name: logzio-k8s-telemetry
15-
version: "4.1.3"
16+
version: "4.2.0"
1617
repository: "https://logzio.github.io/logzio-helm/"
1718
condition: metricsOrTraces.enabled
1819
- name: logzio-trivy
19-
version: "0.3.0"
20+
version: "0.3.1"
2021
repository: "https://logzio.github.io/logzio-helm/"
2122
condition: securityReport.enabled
2223
- name: opencost
2324
version: "1.3.0"
2425
repository: "https://opencost.github.io/opencost-helm-chart"
2526
condition: finops.enabled
2627
- name: logzio-k8s-events
27-
version: "0.0.3"
28+
version: "0.0.4"
2829
repository: "https://logzio.github.io/logzio-helm/"
2930
condition: deployEvents.enabled
30-
31+
- name: logzio-logs-collector
32+
version: "1.0.1"
33+
repository: "https://logzio.github.io/logzio-helm/"
34+
condition: logs.enabled
3135
maintainers:
3236
- name: yotamloe
3337

0 commit comments

Comments
 (0)