Skip to content

Commit

Permalink
chore: prepare release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Jun 1, 2022
1 parent 7a9bd2b commit 65cbc0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 65cbc0e

Please sign in to comment.