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: Backport changes from 3.18.0 #3517

Merged
merged 4 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,12 @@ See the [migration guide][v4_migration_guide] for details.

## [v3.18.0]

### Released 2023-12-14
### Released 2024-01-24

### Added

- feat: add description including helm version to collector [#3425]
- feat: add endpointslices RBAC permission [#3491]

### Changed

Expand All @@ -215,20 +216,23 @@ See the [migration guide][v4_migration_guide] for details.
- deps: upgrade `fluent-bit` subchart from `v0.34.2` to `v0.40.0` [#3408]
- deps: upgrade `metrics-server` subchart from `v6.4.3` to `v6.6.3` [#3408] [#3444]
- deps: upgrade `tailing-sidecar` subchart from `v0.8.0` to `v0.9.0` [#3408]
- chore: update OpenTelemetry Collector to v0.90.1-sumo-0 [#3439]
- deps: update telegraf operator to `v1.3.12` [#3443]
- feat(opentelemetry): send information about k8s version [#3463]
- chore: update OpenTelemetry Collector to v0.92.0-sumo-0 [#3510]

### Fixed

- fix(metrics): use `sumologic.metrics.excludeNamespaceRegex` instead of `sumologic.logs.container.excludeNamespaceRegex` [#3436]

[#3425]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3425
[#3408]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3408
[#3439]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3439
[#3443]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3443
[#3444]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3444
[#3445]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3445
[#3436]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3436
[#3491]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3491
[#3463]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3463
[#3510]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3510
[v3.18.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.18.0

## [v3.17.0]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release.
| [v4.2](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.2/docs/README.md) | 2024-06-13 |
| [v4.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.1/docs/README.md) | 2024-05-27 |
| [v4.0](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.0/docs/README.md) | 2024-05-03 |
| [v3.18](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.18/docs/README.md) | 2024-04-20 |
| [v3.18](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.18/docs/README.md) | 2024-07-20 |
| [v3.17](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.17/docs/README.md) | 2024-04-20 |
| [v3.16](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.16/docs/README.md) | 2024-04-20 |
| [v3.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.15/docs/README.md) | 2024-04-18 |
Expand Down
Loading