Skip to content

Commit

Permalink
chore: prepare release v4.3.0 (#3442)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek committed Dec 13, 2023
1 parent a72dca8 commit 4c193e1
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
1 change: 0 additions & 1 deletion .changelog/3423.added.txt

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3428.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3434.fixed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<!-- towncrier release notes start -->

## [v4.3.0]

### Released 2023-12-13

### Added

- feat: add description including helm version to collector [#3423]
- feat(chart): add global nodeSelector option [#3427]

### Changed

- chore: update OpenTelemetry Collector to v0.90.1-sumo-0 [#3438]
- chore: update OpenTelemetry Operator to v0.44.0 [#3441]

### Fixed

- fix(metrics): use `sumologic.metrics.excludeNamespaceRegex` instead of `sumologic.logs.container.excludeNamespaceRegex` [#3428]
- fix: fix add_timestamp behavior [#3434]

[#3423]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3423
[#3427]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3427
[#3438]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3438
[#3441]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3441
[#3428]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3428
[#3434]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3434
[v4.3.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.3.0

## [v4.2.0]

### Released 2023-11-27
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,8 @@ release.

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [v4.2](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.2/docs/README.md) | TBA |
| [v4.3](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.3/docs/README.md) | TBA |
| [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.16](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.16/docs/README.md) | 2024-04-20 |
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: sumologic
version: 4.2.0
appVersion: 4.2.0
version: 4.3.0
appVersion: 4.3.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 4c193e1

Please sign in to comment.