Skip to content

logzio-monitoring-0.1.16 #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 and traces from your Kubernetes cluster using the OpenTelemetry collector for metrics and traces, and Fluentd for logs.
type: application
version: 0.1.15
version: 0.1.16

sources:
- https://github.com/logzio/logzio-helm
Expand All @@ -12,7 +12,7 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
version: "0.0.18"
version: "0.0.19"
repository: "https://logzio.github.io/logzio-helm/"
condition: metricsOrTraces.enabled

Expand Down
2 changes: 2 additions & 0 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ logzio-monitoring logzio-helm/logzio-monitoring
```

## Changelog
- **0.1.16**:
- Upgrade `logzio-k8s-telemetry` Chart to `0.0.19`.
- **0.1.15**:
- Upgrade `logzio-k8s-telemetry` Chart to `0.0.18`.
- **0.1.14**:
Expand Down