From 65cbc0e22173080df7a9e3742b5e8969c3a0d345 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Wed, 1 Jun 2022 13:25:18 +0200 Subject: [PATCH] chore: prepare release v2.9.0 --- CHANGELOG.md | 15 +++++++++++++-- README.md | 3 ++- deploy/helm/sumologic/Chart.yaml | 4 ++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584b3216e3..a0124424e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v2.9.0] + +### Released 2022-06-01 + +This release changes the OpenTelemetry Collector binary used for traces collection ([#2299]). +This change affects you only if you have enabled traces with `sumologic.traces.enabled: true` +AND you have customized the configuration in the `otelcol.config.processors.source` property. +If you have modified these properties, make sure to compare the [new configuration][source_processor_new_config] +with the [old configuration][source_processor_old_config] and apply corresponding changes to your config. + +[source_processor_old_config]: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/v2.8.1/deploy/helm/sumologic/values.yaml#L3477-L3493 +[source_processor_new_config]: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/v2.9.0/deploy/helm/sumologic/values.yaml#L3484-L3499 ### Added @@ -42,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2321]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2321 [#2317]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2317 [#2324]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2324 -[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.8.0...main +[v2.9.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.8.1...v2.9.0 ## [v2.8.0] diff --git a/README.md b/README.md index d6df135abe..070c8f7f6e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Sumo Logic Helm Chart Version | version | status | |-----------------------------------------------------------------------------------------------------------|-----------------------------------------| -| [v2.8](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.8/deploy/README.md) | current / supported | +| [v2.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.9/deploy/README.md) | current / supported | +| [v2.8](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.8/deploy/README.md) | deprecated / supported until 2022-12-01 | | [v2.7](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.7/deploy/README.md) | deprecated / supported until 2022-11-10 | | [v2.6](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.6/deploy/README.md) | deprecated / supported until 2022-10-11 | | [v2.5](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v2.5/deploy/README.md) | deprecated / supported until 2022-09-03 | diff --git a/deploy/helm/sumologic/Chart.yaml b/deploy/helm/sumologic/Chart.yaml index 4172b2103d..de5db2e3dd 100644 --- a/deploy/helm/sumologic/Chart.yaml +++ b/deploy/helm/sumologic/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: sumologic -version: 2.8.0 -appVersion: 2.8.0 +version: 2.9.0 +appVersion: 2.9.0 description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic. type: application keywords: