Skip to content

Commit bb30168

Browse files
chore: Prepare release 4.13.0 (#3918)
1 parent f107d91 commit bb30168

File tree

9 files changed

+40
-11
lines changed

9 files changed

+40
-11
lines changed

.changelog/3898.changed.txt

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

.changelog/3911.added.txt

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

.changelog/3912.added.txt

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

.changelog/3913.changed.txt

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

.changelog/3914.added.txt

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

CHANGELOG.md

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

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

10+
## [v4.13.0]
11+
12+
### Released 2025-04-25
13+
14+
### Added
15+
16+
- feat(logs): Add upstream k8sattributes processor for container logs metadata enrichment [#3898]
17+
- feat(metrics): Add the upstream k8sattributes processor for metrics metadata enrichment [#3911]
18+
- feat(metadata): Add the option to wait for metadata enrichment before processing data [#3912]
19+
- chore: Upgraded otel collector version to 0.118.0 from 0.114.0 #3914 [#3914]
20+
- chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 [#3919]
21+
22+
### Changed
23+
24+
- fix(TA): Allow the target allocator access to probes and scrapeconfigs in the coreos apiGroups [#3913]
25+
26+
[#3911]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3911
27+
[#3912]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3912
28+
[#3914]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3914
29+
[#3898]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3898
30+
[#3913]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3913
31+
[#3919]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3919
32+
[v4.13.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.13.0
33+
1034
## [v4.12.1]
1135

1236
### Released 2025-03-11

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ release.
2222

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

2929
### Unsupported versions
3030

3131
| version | end of life date |
3232
| --------------------------------------------------------------------------------------------------------- | ---------------- |
33+
| [v4.10](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.10/docs/README.md) | 2025-04-01 |
3334
| [v4.9](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.9/docs/README.md) | 2025-02-01 |
3435
| [v4.8](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.8/docs/README.md) | 2025-01-01 |
3536
| [v4.7](https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/release-v4.7/docs/README.md) | 2024-12-07 |

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.12.1
4-
appVersion: 4.12.1
3+
version: 4.13.0
4+
appVersion: 4.13.0
55
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
66
type: application
77
keywords:

docs/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Deployment Guide for v4.12
1+
# Deployment Guide for v4.13
22

33
This page has instructions for collecting Kubernetes logs, metrics, and events; enriching them with deployment, pod, and service level
44
metadata; and sending them to Sumo Logic. See our [documentation guide](https://help.sumologic.com/docs/observability/kubernetes/) for
55
details on our Kubernetes Solution.
66

7-
- [Deployment Guide for v4.12](#deployment-guide-for-v412)
7+
- [Deployment Guide for v4.13](#deployment-guide-for-v413)
88
- [Solution overview](#solution-overview)
99
- [Log Collection](#log-collection)
1010
- [Metrics Collection](#metrics-collection)
@@ -115,6 +115,15 @@ The following table displays the currently used software versions for our Helm c
115115
| Telegraf Operator | 1.4.0 |
116116
| Tailing Sidecar Operator | 0.16.0 |
117117

118+
### Kubernetes Attributes Processor support
119+
120+
The
121+
[k8sattributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/k8sattributesprocessor/README.md)
122+
is now supported for logs and metrics metadata enrichment. This processor is disabled by default. To enable this processor for logs, set
123+
`metadata.logs.useSumoK8sProcessor` to `false`. To enable this processor for metrics, set `metadata.metrics.useSumoK8sProcessor` to `false`.
124+
125+
> [!NOTE] The Service name isn't part of the metadata enrichment with this new processor.
126+
118127
### ARM support
119128

120129
The collection Helm Chart supports AWS Graviton CPUs, and has been tested in ARM-based EKS clusters. In principle, it should run fine on any

0 commit comments

Comments
 (0)