Skip to content

Release v0.94.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 19:08
· 175 commits to main since this release
7def507

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. (#1828)

🧰 Bug fixes 🧰

  • operator: Fixed handling of protocol in exposed ports. (#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. (#767, #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 (#2589)

Components