Skip to content

Commit 16c712c

Browse files
authored
prepare release 0.93.0 (#2596)
* prepare release 0.93.0 Signed-off-by: Benedikt Bongartz <[email protected]> * autoinstr version did not change Signed-off-by: Benedikt Bongartz <[email protected]> * fix Signed-off-by: Benedikt Bongartz <[email protected]> --------- Signed-off-by: Benedikt Bongartz <[email protected]>
1 parent 08416ad commit 16c712c

13 files changed

+52
-148
lines changed

.chloggen/add_shared_process_namespace_cap.yaml

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

.chloggen/bridge-config-env-variables.yaml

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

.chloggen/dotnet_auto_1_3_0.yaml

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

.chloggen/feat_ta_monitor-selectors.yaml

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

.chloggen/fix-annotations-for-openshift.yaml

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

.chloggen/fix_filterstrategy-default.yaml

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

.chloggen/optional-annotations.yaml

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

.chloggen/target-allocator-use-recommended-prometheus-operator-interfaces.yaml

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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@ Changes by Version
22
==================
33
<!-- next version -->
44

5+
## 0.93.0
6+
7+
### 🛑 Breaking changes 🛑
8+
9+
This version brings stable semantic convention for network and HTTP. It includes new metrics and attributes names.
10+
- `target allocator`: Use standard K8s label selectors for Prometheus CRs in target allocator config (#1907)
11+
This is a breaking change only for users of standalone target allocator. Operator users are unaffected.
12+
The operator is still compatible with previous target allocator versions, and will be for the next 3 releases.
13+
- `target allocator`: Use recommended interfaces(resource selector) by the prometheus-operator for watching CRs. (#2309)
14+
The target allocator now requires get/list/watch permissions for namespaces. Update your RBAC permissions for the attached role, if necessary.
15+
16+
### 💡 Enhancements 💡
17+
18+
- `operator`: Add SharedProcessNamespace capabilities to the OpenTelemetryCollector CRD (#2472)
19+
- `opamp bridge`: Added env variable parsing to opamp bridge config loading (#2577)
20+
- `target allocator`: Set the default filter strategy in the CRD (#2477)
21+
- `operator, target allocator`: Adding a feature flag to disable default prometheus annotations (#2554)
22+
23+
### 🧰 Bug fixes 🧰
24+
25+
- `operator`: Fix annotations required by the OpenShift Operator Hub (#2557)
26+
27+
### Components
28+
29+
* [OpenTelemetry Collector - v0.92.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.93.0)
30+
* [OpenTelemetry Contrib - v0.92.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.93.0)
31+
* [Java auto-instrumentation - 1.32.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.0)
32+
* [.NET auto-instrumentation - 1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0)
33+
* [Node.JS - 0.46.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.46.0)
34+
* [Python - 0.43b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.43b0)
35+
* [Go - v0.10.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.10.0-alpha)
36+
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
37+
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)]
38+
539
## 0.92.1
640

741
### 💡 Enhancements 💡

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
710710

711711
| OpenTelemetry Operator | Kubernetes | Cert-Manager |
712712
|------------------------|----------------------|---------------------|
713+
| v0.93.0 | v1.23 to v1.29 | v1 |
713714
| v0.92.0 | v1.23 to v1.29 | v1 |
714715
| v0.91.0 | v1.23 to v1.29 | v1 |
715716
| v0.90.0 | v1.23 to v1.28 | v1 |
@@ -732,7 +733,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
732733
| v0.73.0 | v1.19 to v1.26 | v1 |
733734
| v0.72.0 | v1.19 to v1.26 | v1 |
734735
| v0.71.0 | v1.19 to v1.25 | v1 |
735-
| v0.70.0 | v1.19 to v1.25 | v1 |
736736

737737
## Contributing and Developing
738738

0 commit comments

Comments
 (0)