Skip to content

Commit 978251f

Browse files
authored
feat: prepare release v4.24.1 (#4115)
* chore: bump tailing sidecar to v0.20.2 * docs: add changelog * chore: update chart
1 parent 61cc24c commit 978251f

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.changelog/4113.added.txt

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

CHANGELOG.md

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

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

10+
## [v4.24.1]
11+
12+
### Released 2026-03-19
13+
14+
### Added
15+
16+
- feat: add serviceAnnotations and trafficDistribution support to service templates [#4113]
17+
- chore: bump tailing sidecar to v0.20.2
18+
19+
[#4113]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/4113
20+
[v4.24.1]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.24.1
21+
1022
## [v4.24.0]
1123

1224
### Released 2026-03-16

deploy/helm/sumologic/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: sumologic
3-
version: 4.24.0
4-
appVersion: 4.24.0
3+
version: 4.24.1
4+
appVersion: 4.24.1
55
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
66
type: application
77
keywords:
@@ -29,7 +29,7 @@ dependencies:
2929
repository: https://helm.influxdata.com/
3030
condition: telegraf-operator.enabled
3131
- name: tailing-sidecar-operator
32-
version: 0.20.0
32+
version: 0.20.2
3333
repository: https://sumologic.github.io/tailing-sidecar
3434
condition: tailing-sidecar-operator.enabled
3535
- name: opentelemetry-operator

0 commit comments

Comments
 (0)