Skip to content

Commit

Permalink
chore: prepare 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Nov 27, 2023
1 parent 741a83b commit a50cb37
Show file tree
Hide file tree
Showing 27 changed files with 63 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changelog/3368.breaking.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,62 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<!-- towncrier release notes start -->

## [v4.2.0]

### Released 2023-11-27

### Breaking Changes

- chore!: upgrade otel to 0.88.0-sumo-0 [#3368] Otelcol enqueue failure metrics are now only reported if they're non-zero. If you have
monitors set based on the assumption that they're always present, you'll need to update them. Monitors installed by this Chart are
unaffected.

### Added

- feat(metrics): add setting affinity for metrics collector [#3400]
- docs: add GKE v1.28 [#3403]

### Changed

- chore: add support for EKS 1.28 [#3387]
- chore: add support for OpenShift 4.14 [#3387]
- chore: drop support for EKS 1.23 [#3387]
- chore: drop support for kops 1.23 [#3387]
- chore: add support for EKS Fargate 1.28 [#3387]
- chore: drop support for OpenShift 4.10 [#3387]
- chore: add support for kops 1.28 [#3387]
- chore: add support for AKS 1.28 [#3387]
- deps: update tailing-sidecar to 0.9.0 [#3391]
- deps: update metrics-server to `6.6.3` [#3392], [#3405], [#3416]
- deps: update falco to `v3.8.5` [#3393], [#3415]
- deps: update opentelemetry-operator to `v0.43.0` [#3394], [#3404], [#3418]
- chore: upgrade otel to 0.89.0-sumo-2 [#3414]
- deps: update telegraf operator to `v1.3.12` [#3417]

### Fixed

- fix(metrics): set nodeSelector and tolerations for target allocator [#3411]
- fix(metrics): set affinity for target allocator [#3412]

[#3368]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3368
[#3400]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3400
[#3403]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3403
[#3387]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3387
[#3391]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3391
[#3392]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3392
[#3405]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3405
[#3416]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3416
[#3393]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3393
[#3415]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3415
[#3394]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3394
[#3404]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3404
[#3418]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3418
[#3414]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3414
[#3417]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3417
[#3411]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3411
[#3412]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3412
[v4.2.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.2.0

## [v4.1.0]

### Released 2023-11-03
Expand Down
9 changes: 5 additions & 4 deletions 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.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.1/docs/README.md) | TBA |
| [v4.2](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.2/docs/README.md) | TBA |
| [v4.1](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.1/docs/README.md) | 2024-05-11 |
| [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 |
Expand All @@ -33,14 +34,14 @@ release.
| [v3.10](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.10/docs/README.md) | 2024-01-28 |
| [v3.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.9/docs/README.md) | 2024-01-06 |
| [v3.8](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.8/docs/README.md) | 2023-12-14 |
| [v3.7](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.7/docs/README.md) | 2023-11-22 |
| [v3.6](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.6/docs/README.md) | 2023-11-11 |
| [v3.5](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.5/docs/README.md) | 2023-11-04 |

### Unsupported versions

| version | end of life date |
| --------------------------------------------------------------------------------------------------------- | ---------------- |
| [v3.7](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.7/docs/README.md) | 2023-11-22 |
| [v3.6](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.6/docs/README.md) | 2023-11-11 |
| [v3.5](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.5/docs/README.md) | 2023-11-04 |
| [v3.4](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.4/docs/README.md) | 2023-10-14 |
| [v3.3](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.3/docs/README.md) | 2023-09-27 |
| [v3.2](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v3.2/docs/README.md) | 2023-09-01 |
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.1.0
appVersion: 4.1.0
version: 4.2.0
appVersion: 4.2.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 a50cb37

Please sign in to comment.