Skip to content
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

chore: update telegraf-operator chart to 1.3.5 #2387

Merged
merged 2 commits into from
Jun 20, 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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix(ot-operator): shorter labels values [#2374]
- chore: update fluent-bit chart to 0.20.2 [#2375]
- chore: update falco chart to 1.18.6 [#2376]
- chore: update telegraf-operator chart to 1.3.7 [#2377]
- chore: update telegraf-operator chart to 1.3.5 [#2387]
- feat: update otellogs to 0.52.0-sumo-0 [#2338][#2338]

[#2367]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2367
[#2372]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2372
[#2374]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2374
[#2375]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2375
[#2376]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2376
[#2377]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2377
[#2387]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2387
[#2338]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2338
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.10.0...main

Expand Down
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The following matrix displays the tested package versions for our Helm chart.

| Sumo Logic Helm Chart | kube-prometheus-stack/Prometheus Operator | FluentD | Fluent Bit | Falco | Metrics Server | Telegraf Operator | Tailing Sidecar Operator | OpenTelemetry Operator |
|:----------------------|:------------------------------------------|:--------|:------------------------------------|:-------|:---------------|:------------------|:-------------------------|:-----------------------|
| latest | 12.10.0 | 1.14.6 | 0.20.2 | 1.18.6 | 5.11.9 | 1.3.7 | 0.3.2 | 0.7.0 |
| latest | 12.10.0 | 1.14.6 | 0.20.2 | 1.18.6 | 5.11.9 | 1.3.5 | 0.3.2 | 0.7.0 |
| 2.10.0 | 12.10.0 | 1.14.6 | 0.14.1 | 1.17.4 | 5.11.9 | 1.3.3 | 0.3.2 | 0.7.0 |
| 2.9.0 - 2.9.1 | 12.10.0 | 1.14.6 | 0.14.1 | 1.17.4 | 5.11.9 | 1.3.3 | 0.3.2 | - |
| 2.8.0 - 2.8.2 | 12.10.0 | 1.14.6 | 0.14.1 | 1.17.4 | 5.11.9 | 1.3.3 | 0.3.2 | - |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: metrics-server.enabled
- name: telegraf-operator
version: 1.3.7
version: 1.3.5
repository: https://helm.influxdata.com/
condition: telegraf-operator.enabled
- name: tailing-sidecar-operator
Expand Down