Skip to content

Commit

Permalink
chore: prepare 4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm-sumo committed Feb 22, 2024
1 parent 2505b9f commit 555839f
Show file tree
Hide file tree
Showing 33 changed files with 75 additions and 36 deletions.
1 change: 0 additions & 1 deletion .changelog/3514.fixed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/3534.changed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- towncrier release notes start -->

## [v4.5.0]

### Released 2024-02-21

### Added

- feat: add Sumo Logic Mock and debug features for logs and metrics [#3520]
- feat(metrics): allow customizing kubelet metrics [#3528]

### Changed

- feat(tracesgateway): move config map from values.yaml [#3525]
- feat(tracessampler): move tracessampler config map from values.yaml [#3526]
- feat(otelcolinstrumentation): move otelcol-instrumentation config from values.yaml [#3529]
- feat(sumologic-mock): support mock for cleanup process [#3532]
- feat(sumologic-mock): use secret to store `accessId` and `accessKey` during cleanup process [#3532]
- feat(sumologic-mock): support mock for setup process [#3532]
- feat(sumologic-mock): use shorter name for serviceaccount [#3533]
- chore: replace `sumologic_schema` processor with `sumologic` processor [#3534] If your values file mentions the `sumologic_schema`
processor, you should update the name to `sumologic`.
- feat: rename sumologic-mock to mock in kubernets object names [#3536]
- chore(otelcolInstrumentation): use loadbalancing exporter when traces-gateway is disabled [#3538]
- feat(sumologic-mock): add sumologic.com/app label [#3541]
- feat(sumologic-mock): add full support to instrumentation [#3544]
- feat(sumologic-mock): add full support to events [#3545]
- feat: add support for kubernetes 1.29 for AKS [#3547]
- feat: add support for kubernetes 1.29 for EKS [#3547]
- feat: add support for kubernetes 1.29 for KOPS [#3547]
- chore(tracessampler): add persistence configuration" [#3551]
- deps: update Metrics Server subchart to `6.10.0` [#3553]
- fix(logs): do not require resources for additionalDaemonset [#3555]
- deps: update tailing-sidecar to 0.10.0 [#3556]
- deps: update opentelemetry-operator to 0.47.0 [#3557]
- chore: drop support for EKS 1.24 [#3560]
- chore: drop support for OpenShift 4.11 [#3560]

### Fixed

- fix: fix capabilities check for PodDisrutionBudget [#3514]
- fix(logs): fix global tolerations for otellogs daemonset [#3523]
- fix(debug): fix exclusion of logs scraping [#3535]
- fix(metrics): image pull secrets for metrics collector [#3539]
- fix: fix opentelemetry object for metrics collector [#3542]

[#3520]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3520
[#3528]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3528
[#3525]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3525
[#3526]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3526
[#3529]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3529
[#3532]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3532
[#3533]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3533
[#3534]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3534
[#3536]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3536
[#3538]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3538
[#3541]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3541
[#3544]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3544
[#3545]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3545
[#3547]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3547
[#3551]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3551
[#3553]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3553
[#3555]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3555
[#3556]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3556
[#3557]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3557
[#3560]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3560
[#3514]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3514
[#3523]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3523
[#3535]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3535
[#3539]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3539
[#3542]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3542
[v4.5.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.5.0

## [v4.4.0]

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

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [v4.4](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.4/docs/README.md) | TBA |
| [v4.5](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.5/docs/README.md) | TBA |
| [v4.4](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.4/docs/README.md) | 2024-08-22 |
| [v4.3](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.3/docs/README.md) | 2024-07-24 |
| [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 |
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: sumologic
version: 4.4.0
appVersion: 4.4.0
version: 4.5.0
appVersion: 4.5.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 555839f

Please sign in to comment.