Skip to content

Commit

Permalink
Merge pull request #532 from logzio/release/logzio-monitoring-6.1.0
Browse files Browse the repository at this point in the history
Release/logzio monitoring 6.1.0
  • Loading branch information
yotamloe authored Aug 25, 2024
2 parents aeb0d12 + 863f329 commit fcd2d0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 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.0.9
version: 6.1.0



Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies:
repository: "https://logzio.github.io/logzio-helm/"
condition: deployEvents.enabled
- name: logzio-logs-collector
version: "1.0.8"
version: "1.0.9"
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
maintainers:
Expand Down
14 changes: 13 additions & 1 deletion charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ Then use `kubectl port-forward` to accsess the user intefrace in your browser:
```shell
kubectl port-forward svc/ezkonnect-ui -n monitoring 31032:31032
```
### Changes in kubernetes metadate fields names from version 6.1.0
Changes in field names (replacing dots with underscore):
- `kubernetes.*` -> `kubernetes_*`
- `kubernetes.labels.*` -> `kubernetes_labels_*`
- `kubernetes.annotations.*` -> `kubernetes_annotations_*`
### Handling image pull rate limit
Expand Down Expand Up @@ -224,6 +228,14 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **6.1.0**:
- Upgrade `logzio-logs-collector` chart to `v1.0.9`
- EKS fargate Breaking changes:
- Add nest filters to remove dots from kubernetes metadata keys.
- Changes in fields names:
- `kubernetes.*` -> `kubernetes_*`
- `kubernetes.labels.*` -> `kubernetes_labels_*`
- `kubernetes.annotations.*` -> `kubernetes_annotations_*`
- **6.0.9**:
- Upgrade `logzio-logs-collector` chart to `v1.0.8`
- Bug-fix: Remove comment from `_helpers.tpl` template that breaks `aws-logging` configmap
Expand Down

0 comments on commit fcd2d0d

Please sign in to comment.