0.95.0
🛑 Breaking changes 🛑
- The operator now requires CRUD permissions for
PersistentVolume
andPersistentVolumeClaim
. See #2575 for details. The official kustomize manifests and Helm Chart will include this change, otherwise it will need to be applied manually. operator
: remove featuregateoperator.autoinstrumentation.apache-httpd
. Use command line flag--enable-apache-httpd-instrumentation
instead (#2582, #2670)operator
: remove featuregateoperator.autoinstrumentation.multi-instrumentation
. Use command line flagenable-multi-instrumentation
instead (#2582)
💡 Enhancements 💡
operator
: Allow for label selectors on the daemonset through update status (#2605)
🧰 Bug fixes 🧰
operator
: propagate otel name label down to selector of ta resources (#2598)operator
: fixes an error in conversion from v1alpha1 to v1beta1 (#2689)operator
: Fixes a panic on exporter prometheus endpoint not valid (#2628)operator
: Fixed HPA deletion (#2568, #2587, #2651)