Skip to content

Commit

Permalink
Prepare release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnishtala-sumo committed Aug 22, 2024
1 parent 16d439f commit 0d0e7b3
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 16 deletions.
1 change: 0 additions & 1 deletion .changelog/3795.changed.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- towncrier release notes start -->

## [v4.10.0]

### Released 2024-08-22

### Breaking Changes

- feat: Do not send any histogram or summary metric [#3818]

### Added

- feat(metrics): Define allowlist for histogram metrics [#3821]

### Changed

- test: Added custom pod label tests for global configuration attributes [#3795]
- test: Added custom pod annotation tests for global configuration attributes [#3802]
- test: Added custom service account annotation tests for global configuration attributes [#3803]
- feat: add support for kubernetes 1.30 for GKE [#3804]
- feat: add support for kubernetes 1.30 for EKS [#3804]
- feat: add support for kubernetes 1.30 for AKS [#3804]
- feat: add support for kubernetes 4.16 for OpenShift [#3804]
- test: Added custom image pull secrets tests for global configuration attributes [#3808]
- chore: update OpenTelemetry Collector to 0.104.0-sumo-1 [#3829]

### Fixed

- fix(logs): do not add exporters mutliple times to the pipeline [#3796]
- fix(metrics): Correct the name of k8s hpa metrics (part of kube-state-metrics) [#3832]

[#3821]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3821
[#3795]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3795
[#3802]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3802
[#3803]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3803
[#3804]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3804
[#3808]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3808
[#3818]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3818
[#3829]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3829
[#3796]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3796
[#3832]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3832
[v4.10.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.10.0

## [v4.9.0]

### Released 2024-07-01
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ release.

| version | planned end of life date |
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
| [v4.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.9/docs/README.md) | TBA |
| [v4.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.9/docs/README.md) | 2025-07-01 |
| [v4.8](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.8/docs/README.md) | 2025-01-01 |
| [v4.7](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.7/docs/README.md) | 2024-12-07 |
| [v4.6](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.6/docs/README.md) | 2024-10-10 |
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.9.0
appVersion: 4.9.0
version: 4.10.0
appVersion: 4.10.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 0d0e7b3

Please sign in to comment.