Skip to content

Commit e3e548d

Browse files
chore: Prepare release v4.15.0 (#3960)
1 parent d193794 commit e3e548d

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.changelog/3953.changed.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/3954.added.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
<!-- towncrier release notes start -->
99

10+
## [v4.15.0]
11+
12+
### Released 2025-07-09
13+
14+
### Added
15+
16+
- feat: Add service name and namespace to the k8sattributes processor [#3954]
17+
18+
### Changed
19+
20+
- chore: Upgrade otel collector to v0.127.0-sumo-0 [#3953]
21+
22+
[#3954]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3954
23+
[#3953]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3953
24+
[v4.15.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.15.0
25+
1026
## [v4.14.0]
1127

1228
### Released 2025-06-04

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ release.
2222

2323
| version | planned end of life date |
2424
| ------------------------------------------------------------------------------------------------------- | ------------------------ |
25-
| [v4.14](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.14/docs/README.md) | TBD |
25+
| [v4.15](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.15/docs/README.md) | TBD |
26+
| [v4.14](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.14/docs/README.md) | 2026-01-09 |
2627
| [v4.13](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.13/docs/README.md) | 2025-12-04 |
2728
| [v4.12](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.12/docs/README.md) | 2025-10-14 |
2829
| [v4.11](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.11/docs/README.md) | 2025-08-13 |

deploy/helm/sumologic/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: sumologic
3-
version: 4.14.0
4-
appVersion: 4.14.0
3+
version: 4.15.0
4+
appVersion: 4.15.0
55
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
66
type: application
77
keywords:

0 commit comments

Comments
 (0)