Skip to content

Commit

Permalink
chore: prepare v4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Nov 3, 2023
1 parent 507b4ac commit 64a4815
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
1 change: 0 additions & 1 deletion .changelog/3348.fixed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.0]

### Released 2023-11-03

### Added

- feat: allow setting the cluster DNS domain [#3362]
- Add new service account for the otel cloudwatch collector statefulset [#3374]

### Changed

- chore: upgrade nginx image to 1.25.2-alpine-sumo-1 [#3375]

### Fixed

- fix(otel-collector): deploy collector by default on all nodes [#3348]
- use autoscaling/v2 if available on the cluster [#3366]
- fix(instrumentation): replace tools image with kubectl [#3373]

[#3362]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3362
[#3374]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3374
[#3375]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3375
[#3348]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3348
[#3366]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3366
[#3373]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3373
[v4.1.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.1.0

## [v4.0.1]

### Released 2023-10-25
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ release.

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [v4.0](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.0/docs/README.md) | TBA |
| [v4.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.1/docs/README.md) | TBA |
| [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 |
| [v3.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.15/docs/README.md) | 2024-04-18 |
| [v3.14](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.14/docs/README.md) | 2024-03-18 |
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: 4.0.0
appVersion: 4.0.0
version: 4.1.0
appVersion: 4.1.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 64a4815

Please sign in to comment.