|
2 | 2 |
|
3 | 3 | <!-- next version -->
|
4 | 4 |
|
| 5 | +## 0.114.0 |
| 6 | + |
| 7 | +### 💡 Enhancements 💡 |
| 8 | + |
| 9 | +- `collector`: Create RBAC rules for the k8s_cluster receiver automatically. (#3427) |
| 10 | +- `collector`: Create RBAC rules for the k8sobjects receiver automatically. (#3429) |
| 11 | +- `collector`: Add a warning message when one created collector needs extra RBAC permissions and the service account doesn't have them. (#3432) |
| 12 | +- `target allocator`: Added allocation_fallback_strategy option as fallback strategy for per-node allocation strategy, can be enabled with feature flag operator.targetallocator.fallbackstrategy (#3477) |
| 13 | + If using per-node allocation strategy, targets that are not attached to a node will not |
| 14 | + be allocated. As the per-node strategy is required when running as a daemonset, it is |
| 15 | + not possible to assign some targets under a daemonset deployment. |
| 16 | + Feature flag operator.targetallocator.fallbackstrategy has been added and results in consistent-hashing |
| 17 | + being used as the fallback allocation strategy for "per-node" only at this time. |
| 18 | + |
| 19 | +- `auto-instrumentation`: updated node auto-instrumentation dependencies to the latest version (#3476) |
| 20 | + auto-instrumentations-node to 0.53.0 |
| 21 | + exporter-metrics-otlp-grpc to 0.55.0 |
| 22 | + exporter-prometheus to 0.55.0 |
| 23 | + |
| 24 | +- `operator`: Replace references to gcr.io/kubebuilder/kube-rbac-proxy with quay.io/brancz/kube-rbac-proxy (#3485) |
| 25 | + |
| 26 | +### 🧰 Bug fixes 🧰 |
| 27 | + |
| 28 | +- `operator`: Operator pod crashed if the Service Monitor for the operator metrics was created before by another operator pod. (#3446) |
| 29 | + Operator fails when the pod is restarted and the Service Monitor for operator metrics was already created by another operator pod. |
| 30 | + To fix this, the operator now sets the owner reference on the Service Monitor to itself and checks if the Service Monitor already exists. |
| 31 | + |
| 32 | +- `auto-instrumentation`: Bump base memory requirements for python and go (#3479) |
| 33 | + |
| 34 | +### Components |
| 35 | + |
| 36 | +* [OpenTelemetry Collector - v0.114.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.114.0) |
| 37 | +* [OpenTelemetry Contrib - v0.114.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.114.0) |
| 38 | +* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5) |
| 39 | +* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0) |
| 40 | +* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0) |
| 41 | +* [Python - v0.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0) |
| 42 | +* [Go - v0.17.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.17.0-alpha) |
| 43 | +* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 44 | +* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4) |
| 45 | + |
5 | 46 | ## 0.113.0
|
6 | 47 |
|
7 | 48 | ### 💡 Enhancements 💡
|
|
0 commit comments