Skip to content

v1.14.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 08:51
· 2 commits to main since this release
6528a22

[1.14.2] - 2024-10-02

Full Changelog: v1.14.1...v1.14.2

πŸš€ Features

  • Support setting .endpoints[].relabelings in ServiceMonitor - (d369419)

πŸ› Bug Fixes

  • Don't set spec.updateStrategy.maxSurge of DaemonSet by default - (3facb9c)

πŸ“š Documentation

  • Add the serviceMonitor.relabelings Helm parameter - (2a107b0)
  • Add the daemonset.updateStrategy.maxUnavailable and daemonset.updateStrategy.maxSurge Helm parameters - (143a0e1)

Build

  • (goreleaser) Update deprecated field name - (4a5a679)

New Contributors