Skip to content

Releases: swiatekm/opentelemetry-operator

Release 0.95.0

29 Feb 10:56
Compare
Choose a tag to compare

0.95.0

🛑 Breaking changes 🛑

  • operator: remove featuregate EnableApacheHTTPAutoInstrumentationSupport. Use command line flag --enable-apache-httpd-instrumentation instead (open-telemetry#2582, open-telemetry#2670)
  • operator: change multi instrumentation feature gate into command line flag --enable-multi-instrumentation (open-telemetry#2582)

🧰 Bug fixes 🧰

Components

Release v0.94.0

22 Feb 12:03
7def507
Compare
Choose a tag to compare

0.94.0

💡 Enhancements 💡

  • target allocator: Add new "per node" allocation strategy to target allocator. This strategy will allocate targets to nodes on which given target resides. It should only be used conjunction with the daemonset mode. (open-telemetry#1828)

🧰 Bug fixes 🧰

  • operator: Fixed handling of protocol in exposed ports. (open-telemetry#2619)
    Make distinction not only on the port number, but also on protocol. This fix allows to have multiple exposed
    ServicePorts with the same port number, but different protocols.

  • operator: Fixed handling of exposed port protocol in syslog, tcplog and udplog receivers. (open-telemetry#767, open-telemetry#2619)
    Please note that the operator currently exposes just one port (tcp or udp) of syslog receiver due to the current
    receiver implementation (patches are welcome).

  • operator: Fixing WATCH_NAMESPACE for a single namespace value (open-telemetry#2589)

Components