@@ -2,6 +2,40 @@ Changes by Version
2
2
==================
3
3
<!-- next version -->
4
4
5
+ ## 0.92.0
6
+
7
+ ### 🛑 Breaking changes 🛑
8
+
9
+ - ` target allocator ` : Use standard K8s label selectors for collectors in target allocator config (#2422 )
10
+ This is a breaking change only for users of standalone target allocator. Operator users are unaffected.
11
+ The operator is still compatible with previous target allocator versions, and will be for the next 3 releases.
12
+
13
+ - ` target allocator ` : Use container securityContext for target allocator (#2490 )
14
+ This is really a bug fix, as the current behaviour is not intended. We've marked it as breaking in case anyone started depending on it.
15
+
16
+ ### 💡 Enhancements 💡
17
+
18
+ - ` operator ` : Automate the creation of the permissions needed by the resourcedetection processor (#2393 )
19
+ - ` operator ` : Automate the creation of the permissions needed by the k8sattributes processor (#2395 )
20
+ - ` target allocator ` : Change default allocation and filtering strategy (#2477 )
21
+ - ` operator ` : Introduce common fields to the v1alpha2 types that can be reused for any CRDs. (#901 )
22
+ - ` target allocator ` : Use Pod securityContext for target allocator (#2495 )
23
+ Bring back PodSecurityContext as it was removed in the previous changes.
24
+ - ` bridge ` : Sets pods in the component health map (#2489 )
25
+ this change adds a requirement for a new permission for the bridge to list and get pods.
26
+
27
+ ### Components
28
+
29
+ * [ OpenTelemetry Collector - v0.92.0] ( https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.92.0 )
30
+ * [ OpenTelemetry Contrib - v0.92.0] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.92.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
+
5
39
## 0.91.0
6
40
7
41
### 🛑 Breaking changes 🛑
0 commit comments