Skip to content

Commit

Permalink
chore: update fluent-bit chart to 0.20.2 (#2375)
Browse files Browse the repository at this point in the history
* chore: update fluent-bit chart to 0.20.2

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore(changelog): update

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek authored Jun 14, 2022
1 parent f5e89bb commit 6aadc07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- feat(metrics): add service metrics [#2367]

### Changed

- fix(metrics): remove outdated API calls [#2372]
- fix(ot-operator): shorter labels values [#2374]
- chore: update fluent-bit chart to 0.20.2 [#2375]

[#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
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.10.0...main

## [v2.10.0]
Expand Down
3 changes: 2 additions & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ 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 |
|:----------------------|:------------------------------------------|:--------|:------------------------------------|:-------|:---------------|:------------------|:-------------------------|:-----------------------|
| 2.10.0 - latest | 12.10.0 | 1.14.6 | 0.14.1 | 1.17.4 | 5.11.9 | 1.3.3 | 0.3.2 | 0.7.0 |
| latest | 12.10.0 | 1.14.6 | 0.20.2 | 1.17.4 | 5.11.9 | 1.3.3 | 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 | - |
| 2.7.0 - 2.7.3 | 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 @@ -13,7 +13,7 @@ sources:
- https://github.com/SumoLogic/sumologic-kubernetes-collection
dependencies:
- name: fluent-bit
version: 0.14.1
version: 0.20.2
repository: https://fluent.github.io/helm-charts
condition: fluent-bit.enabled,sumologic.logs.enabled
- name: kube-prometheus-stack
Expand Down

0 comments on commit 6aadc07

Please sign in to comment.