Skip to content

Commit aaf04d0

Browse files
authored
chore(otel operator): Update opentelemetry-operator to 0.99.1 to fix metrics collection issues in openshift clusters (#4034)
1 parent 3aa7e4c commit aaf04d0

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

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

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

10+
## [v4.17.1]
11+
12+
### Released 2025-11-19
13+
14+
### Fixed
15+
16+
- chore(otel operator): Update opentelemetry-operator to 0.99.1 to fix metrics collection issues in openshift clusters [#4034]
17+
18+
[#4034]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/4034
19+
[v4.17.1]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v4.17.1
20+
1021
## [v4.17.0]
1122

1223
### Released 2025-10-10

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.17.0
4-
appVersion: 4.17.0
3+
version: 4.17.1
4+
appVersion: 4.17.1
55
description: A Helm chart for collecting Kubernetes logs, metrics, traces and events into Sumo Logic.
66
type: application
77
keywords:
@@ -33,7 +33,7 @@ dependencies:
3333
repository: https://sumologic.github.io/tailing-sidecar
3434
condition: tailing-sidecar-operator.enabled
3535
- name: opentelemetry-operator
36-
version: 0.93.0
36+
version: 0.99.1
3737
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
3838
condition: opentelemetry-operator.enabled,sumologic.metrics.collector.otelcol.enabled
3939
- name: prometheus-windows-exporter

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following table displays the currently used software versions for our Helm c
108108
| Name | Version |
109109
| ----------------------------------------- | ------- |
110110
| OpenTelemetry Collector | 0.130.1 |
111-
| OpenTelemetry Operator | 0.93.0 |
111+
| OpenTelemetry Operator | 0.99.1 |
112112
| kube-prometheus-stack/Prometheus Operator | 40.5.0 |
113113
| Falco | 3.8.7 |
114114
| Metrics Server | 6.11.2 |

0 commit comments

Comments
 (0)