Skip to content

v28.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 07:48
· 16 commits to master since this release
b593e14

28.0.0 (2024-04-30)

⚠ BREAKING CHANGES

Features

  • podtemplate: set GOMEMLIMIT, GOMAXPROCS when limits are defined (e4f2aa8)
  • 💥 initial support of Traefik Proxy v3 (536059d)
  • ✨ add support of experimental-v3.0 unstable version (579984c)
  • ✨ fail gracefully when required port number is not set (f8be5e1)
  • ports: add transport options (47e0f28)
  • ability to override liveness and readiness probe paths (ea95df0)

Bug Fixes

  • 🐛 logs filters on status codes (c204014)
  • 🐛 only expose http3 port on service when TCP variant is exposed (2d6243d)

Styles

  • 🎨 consistent capitalization on --entryPoints CLI flag (b1f6f96)

Documentation

  • 📚️ improve EXAMPLES on acme resolver (2252aba)

New Contributors