Skip to content

v1.15.3-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:44
· 2 commits to main since this release
d0e18ed

[1.15.3-rc.3] - 2026-06-18

Full Changelog: v1.15.2...v1.15.3-rc.3

🚀 Features

  • (helm) Add imagePullSecrets support (#262) - (5fbbe37)
  • Permit exposing metrics metadata - (326016d)

🐛 Bug Fixes

  • (helm) Use /alwayshappy in startupProbe - (d0e18ed)
  • (readiness) Return 503 when the current node is cordoned - (3cfec5f)
  • Prevent neighoring checks to missing nodes - (62565bc)

📚 Documentation

⚙️ Miscellaneous Tasks

  • Update changelog - (1f33665)
  • Improve ci deployment check and prevent dups lines in readiness check - (9d461eb)

Buid

  • Bump go to v1.26 in gh-actions - (f4bd2be)

Build

  • Dependencies upgrade - (53279e2)
  • Simplify goreleaser and update gh actions - (2058700)
  • Fix kind and pin gh-actions - (a02d0b9)
  • Release to ghcr.io and permit pre-releases - (1284060)
  • Include kubenurse version - (d7673db)
  • Prevent CI on tagged version - (6295c79)

New Contributors