|
2 | 2 |
|
3 | 3 | <!-- next version --> |
4 | 4 |
|
| 5 | +## 0.121.0 |
| 6 | + |
| 7 | +### 🛑 Breaking changes 🛑 |
| 8 | + |
| 9 | +- `all`: Move feature gate `operator.observability.prometheus` to stable (#3669) |
| 10 | +- `operator`: Remove the deprecated `--label` command-line option (#3236) |
| 11 | + Use `--labels-filter` instead. |
| 12 | + |
| 13 | +### 💡 Enhancements 💡 |
| 14 | + |
| 15 | +- `opamp`: Allows specifying non-identifying attributes for the Bridge, also follows OpAMP guidelines for reporting instance.service.id (#2301) |
| 16 | +- `target allocator`: Allow setting the collector namespace via the config file (#3782) |
| 17 | +- `auto-instrumentation`: Add support to set image pull policy for agent images (#3575) |
| 18 | +- `auto-instrumentation`: Enhanced Java auto-instrumentation with improved volume mount paths and configuration options (#3843) |
| 19 | + - Added support for unique volume mount paths for Java instrumentation |
| 20 | + - Improved configuration options for Java auto-instrumentation |
| 21 | + - Enhanced stability and reliability of Java instrumentation process |
| 22 | +- `target allocator`: Add support for setting the allowNamespaces and denyNamespaces in the target allocator. |
| 23 | + (#3086) |
| 24 | + allowNamespaces can be set to an empty list to watch all namespaces (default) or to list of namespaces to watch. |
| 25 | + denyNamespaces can be set to an empty list to deny watching any namespaces (default) or to a list of namespaces to deny watching. |
| 26 | + |
| 27 | +- `target allocator`: Do not assign targets to a collector pod that is not Ready for longer than a non-zero grace period (#3781) |
| 28 | + |
| 29 | +### 🧰 Bug fixes 🧰 |
| 30 | + |
| 31 | +- `collector`: Add nil check for Extensions in GetLivenessProbe and GetReadinessProbe functions (#3747) |
| 32 | + |
| 33 | +### Components |
| 34 | + |
| 35 | +* [OpenTelemetry Collector - v0.121.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.121.0) |
| 36 | +* [OpenTelemetry Contrib - v0.121.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.121.0) |
| 37 | +* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6) |
| 38 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) |
| 39 | +* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0) |
| 40 | +* [Python - v0.51b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.51b0) |
| 41 | +* [Go - v0.19.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha) |
| 42 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 43 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 44 | + |
5 | 45 | ## 0.120.0 |
6 | 46 | No changes. |
7 | 47 |
|
|
0 commit comments