Skip to content

Commit

Permalink
chore(deps): upgrade fluentd to 1.14.6-sumo-3
Browse files Browse the repository at this point in the history
The new version reloads ServiceAccount tokens periodically, correctly
handling token expiration enabled in K8s 1.21.
  • Loading branch information
Mikołaj Świątek committed May 23, 2022
1 parent a40e3a1 commit af59a39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- feat(fluentd): expose extra configuration for fluentd output plugin [#2244][#2244]
- feat(monitors): the Sumo Logic monitors installation as part of the setup job [#2250][#2250], [#2274][#2274]
- feat(dashboards): the Sumo Logic dashboards installation as part of the setup job [#2268][#2268]
- feat(dashboards): the Sumo Logic dashboards installation as part of the setup job [#2267][#2267]

### Changed

- fix: use custom ServiceMonitor for Prometheus' own metrics [#2238]
- chore(deps): upgrade fluentd to 1.14.6-sumo-2 [#2245][#2245]
- chore(deps): upgrade fluentd to 1.14.6-sumo-3 [#2286][#2286]
- feat(otellogs): upgrade to 0.49.0-sumo-0 [#2246][#2246]
- feat(metadata/otc): upgrade to v0.50.0-sumo-0 [#2251][#2251]
- chore: update Thanos to v0.25.2 [#2272][#2272]
Expand All @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2222]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2222
[#2238]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2238
[#2244]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2244
[#2245]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2245
[#2245]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2287
[#2246]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2246
[#2250]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2250
[#2251]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2251
Expand Down
10 changes: 5 additions & 5 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ sumologic:
fluentd:
image:
repository: public.ecr.aws/sumologic/kubernetes-fluentd
tag: 1.14.6-sumo-2
tag: 1.14.6-sumo-3
pullPolicy: IfNotPresent

## Specifies whether a PodSecurityPolicy should be created
Expand Down Expand Up @@ -564,11 +564,11 @@ fluentd:
## Defines whether container-level pod annotations are enabled.
## Setting this to `true` might slightly affect Fluentd performance.
## See below link for full reference:
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-2/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-3/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
perContainerAnnotationsEnabled: false
## Defines the list of prefixes of container-level pod annotations.
## See below link for full reference:
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-2/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-3/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
perContainerAnnotationPrefixes: []

## ref: https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter#configuration
Expand All @@ -587,8 +587,8 @@ fluentd:
bearerTokenFile: ""
## Regex to match containers tag to `pod_name`, `namespace`, `container_name` and `docker_id`. All of them are obligatory
## See below links for reference:
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/blob/v1.14.6-sumo-2/fluent-plugin-kubernetes-metadata-filter/lib/fluent/plugin/filter_kubernetes_metadata.rb#L322-L325
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-2/fluent-plugin-kubernetes-metadata-filter#configuration
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/blob/v1.14.6-sumo-3/fluent-plugin-kubernetes-metadata-filter/lib/fluent/plugin/filter_kubernetes_metadata.rb#L322-L325
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-3/fluent-plugin-kubernetes-metadata-filter#configuration
tagToMetadataRegexp: '.+?\.containers\.(?<pod_name>[^_]+)_(?<namespace>[^_]+)_(?<container_name>.+)-(?<docker_id>[a-z0-9]{64})\.log$'

## To use additional filter plugins
Expand Down

0 comments on commit af59a39

Please sign in to comment.