Skip to content

Commit f4357d3

Browse files
authored
[chore] prep v0.131.0 release (#4237)
* [chore] prep v0.131.0 release * bump python version * bump go version * Switch to v0.131.1 for collector
1 parent a344487 commit f4357d3

15 files changed

+64
-175
lines changed

.chloggen/add-servicemonitor-extralabels.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.chloggen/add_trimpath.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/autoscaler-maxreplica-check.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.chloggen/breaking_drop-kube-124-125.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/check-crd-availability.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/fix-ta-tlsconfig-scrapeconfig.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.chloggen/golang-bump.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/rbac_for_config.extensions.k8s_observer.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.chloggen/upgrade-urllib3-after-py38-drop.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
<!-- next version -->
44

5+
## 0.131.0
6+
7+
### 🛑 Breaking changes 🛑
8+
9+
- `operator`: Drop support for Kubernetes 1.23 and 1.24 (#4104)
10+
11+
### 💡 Enhancements 💡
12+
13+
- `collector`: Add support for extraLabels in ServiceMonitor creation (#4138)
14+
Added extraLabels field to MetricsConfigSpec in v1beta1 API to allow custom labels on ServiceMonitor resources.
15+
This enables users to add additional labels to ServiceMonitors created by the operator for better organization and filtering.
16+
17+
- `manager, target-allocator, opamp-bridge, must-gather`: add -trimpath when building binaries (#4078)
18+
- `collector, targer allocator, opamp`: Require Go 1.24+ to build the collector, target allocator, and opamp. (#4173)
19+
- `collector`: Added RBAC permissions for config.extensions.k8s_observer. (#4113)
20+
Generating RBAC rules for the k8s_observer extension in the OpenTelemetry Collector when used in the operator.
21+
The change addresses the issue where the collector lacked necessary permissions to list and watch Kubernetes resources.
22+
23+
- `auto-instrumentation`: Upgrade urllib3 upper limit following Python 3.8 support drop (#3712)
24+
25+
### 🧰 Bug fixes 🧰
26+
27+
- `collector`: added check for maxReplica when minReplica is set in autoscaler (#4160)
28+
When using the AutoScaler, maxReplica must be set when minReplica is set.
29+
- `target allocator`: check CRD availability before registering informers (#3987)
30+
- `target allocator`: Allow collector to use TLS Config from Target Allocator with ScrapeConfig (#3724)
31+
This change allows the target allocator to configure TLS Config for a collector using the ScrapeConfig.
32+
33+
34+
### Components
35+
36+
* [OpenTelemetry Collector - v0.131.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.131.1)
37+
* [OpenTelemetry Contrib - v0.131.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.131.0)
38+
* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6)
39+
* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0)
40+
* [Node.JS - v0.62.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.62.0)
41+
* [Python - v0.57b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.57b0)
42+
* [Go - v0.22.1](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.22.1)
43+
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
44+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
45+
546
## 0.129.1
647

748
### 🛑 Breaking changes 🛑

0 commit comments

Comments
 (0)