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