|
2 | 2 |
|
3 | 3 | <!-- next version -->
|
4 | 4 |
|
| 5 | +## 0.112.0 |
| 6 | + |
| 7 | +### 💡 Enhancements 💡 |
| 8 | + |
| 9 | +- `auto-instrumentation`: Support configuring Java auto-instrumentation when runtime configuration is provided from configmap or secret. (#1814) |
| 10 | + This change allows users to configure JAVA_TOOL_OPTIONS in config map or secret when the name of the variable is defined in the pod spec. |
| 11 | + The operator in this case set another JAVA_TOOL_OPTIONS that references the original value |
| 12 | + e.g. `JAVA_TOOL_OPTIONS=$(JAVA_TOOL_OPTIONS) -javaagent:/otel-auto-instrumentation-java/javaagent.jar`. |
| 13 | + |
| 14 | +- `auto-instrumentation`: Adds VolumeClaimTemplate field to Instrumentation spec to enable user-definable ephemeral volumes for auto-instrumentation. (#3267) |
| 15 | +- `collector`: Add support for persistentVolumeClaimRetentionPolicy field (#3305) |
| 16 | +- `auto-instrumentation`: build musl based auto-instrumentation in Python docker image (#2264) |
| 17 | +- `auto-instrumentation`: An empty line should come before the addition of Include ...opentemetry_agent.conf, as a protection measure against cases of httpd.conf w/o a blank last line (#3401) |
| 18 | +- `collector`: Add automatic RBAC creation for the `kubeletstats` receiver. (#3155) |
| 19 | +- `auto-instrumentation`: Add Nodejs auto-instrumentation image builds for linux/s390x,linux/ppc64le. (#3322) |
| 20 | + |
| 21 | +### 🧰 Bug fixes 🧰 |
| 22 | + |
| 23 | +- `target allocator`: Permission check fixed for the serviceaccount of the target allocator (#3380) |
| 24 | +- `target allocator`: Change docker image to run as non-root (#3378) |
| 25 | + |
| 26 | +### Components |
| 27 | + |
| 28 | +* [OpenTelemetry Collector - v0.112.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.112.0) |
| 29 | +* [OpenTelemetry Contrib - v0.112.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.112.0) |
| 30 | +* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5) |
| 31 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) |
| 32 | +* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0) |
| 33 | +* [Python - v0.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0) |
| 34 | +* [Go - v0.15.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.15.0-alpha) |
| 35 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 36 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 37 | + |
5 | 38 | ## 0.111.0
|
6 | 39 |
|
7 | 40 | ### 💡 Enhancements 💡
|
|
0 commit comments