Skip to content

Commit 8adc2f5

Browse files
authored
Release 0.112.0 (#3405)
* Release 0.112.0 Signed-off-by: Yuri Sa <[email protected]> * Release 0.112.0 Signed-off-by: Yuri Sa <[email protected]> --------- Signed-off-by: Yuri Sa <[email protected]>
1 parent 839da24 commit 8adc2f5

15 files changed

+47
-161
lines changed

.chloggen/1814-java-configmap.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.chloggen/3267-custom-instr-vol.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/3305-persistentVolumeClaimRetentionPolicy.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/3380-ta-serviceaccount-check.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/3384-build-musl-python-autoinstrumentation.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/httpd_safe_conf.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/kubeletstats.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/nodejs-ibm-platforms.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/ta-no-root.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
<!-- next version -->
44

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+
538
## 0.111.0
639

740
### 💡 Enhancements 💡

0 commit comments

Comments
 (0)