Skip to content

Release v0.95.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 14:05
· 150 commits to main since this release
3d71a5f

0.95.0

πŸ›‘ Breaking changes πŸ›‘

  • The operator now requires CRUD permissions for PersistentVolume and PersistentVolumeClaim. 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 featuregate operator.autoinstrumentation.apache-httpd. Use command line flag --enable-apache-httpd-instrumentation instead (#2582, #2670)
  • operator: remove featuregate operator.autoinstrumentation.multi-instrumentation. Use command line flag enable-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)

Components