Skip to content

Commit

Permalink
chore: Prepare release v3.18.0 (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnishtala-sumo committed Jan 24, 2024
1 parent 0f44898 commit 729bcf4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 0 additions & 1 deletion .changelog/3463.changed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3491.added.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3510.changed.txt

This file was deleted.

10 changes: 7 additions & 3 deletions CHANGELOG.md
Expand Up @@ -9,11 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [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 @@ -23,20 +24,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- 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
Expand Up @@ -22,7 +22,7 @@ release.

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [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
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: sumologic
version: 3.17.0
appVersion: 3.17.0
version: 3.18.0
appVersion: 3.18.0
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
type: application
keywords:
Expand Down

0 comments on commit 729bcf4

Please sign in to comment.