@@ -2,6 +2,43 @@ Changes by Version
2
2
==================
3
3
<!-- next version -->
4
4
5
+ ## 0.90.0
6
+
7
+ ### 💡 Enhancements 💡
8
+
9
+ - ` autoinstrumentation ` : Bump OpenTelemetry .NET Automatic Instrumentation to 1.2.0 (#2382 )
10
+ - ` operator ` : add liveness probe to target allocator deployment generation (#2258 )
11
+ - ` operator ` : added reconciliation errors for CRD events (#1972 )
12
+ - ` operator ` : removes the old way of running autodetection for openshift routes being available (#2108 )
13
+ - ` bridge ` : adds request headers to the opamp bridge config (#2410 )
14
+ - ` bridge ` : adds Headers to opamp bridge spec and configmap generation (#2410 )
15
+ - ` operator ` : Create PodMonitor when deploying collector in sidecar mode and Prometheus exporters are used. (#2306 )
16
+ - ` operator ` : add readiness probe to target allocator deployment generation (#2258 )
17
+ - ` target allocator ` : add readyz endpoint to TA (#2258 )
18
+ - ` target allocator ` : add target allocator securityContext configuration (#2397 )
19
+ - ` target allocator ` : Use only target address for allocation in consistent-hashing strategy (#2280 )
20
+
21
+ ### 🧰 Bug fixes 🧰
22
+
23
+ - ` operator ` : fixes ability to do a foreground cascading delete (#2364 )
24
+ - ` operator ` : fix error logging in collector container creation (#2420 )
25
+ - ` operator ` : lifecycle spec removed from cloned initContainer (#2366 )
26
+ - ` operator ` : add missing pod in the rbac (#1679 )
27
+ - ` operator ` : check if service account specified in otelcol before creating service account resource for collectors (#2372 )
28
+ - ` target allocator ` : Save targets discovered before collector instances come up (#2350 )
29
+
30
+ ### Components
31
+
32
+ * [ OpenTelemetry Collector - v0.90.1] ( https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.90.1 )
33
+ * [ OpenTelemetry Contrib - v0.90.1] ( https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.90.1 )
34
+ * [ Java auto-instrumentation - 1.32.0] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.0 )
35
+ * [ .NET auto-instrumentation - 1.2.0] ( https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0 )
36
+ * [ Node.JS - 0.44.0] ( https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.44.0 )
37
+ * [ Python - 0.41b0] ( https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.41b0 )
38
+ * [ Go - v0.8.0-alpha] ( https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.8.0-alpha )
39
+ * [ ApacheHTTPD - 1.0.3] ( https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3 )
40
+ * [ Nginx - 1.0.3] ( https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3 )]
41
+
5
42
## 0.89.0
6
43
7
44
### 🛑 Breaking changes 🛑
0 commit comments