Skip to content

1.31rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nolar nolar released this 28 Mar 10:44
· 380 commits to main since this release
c4a4448

New features:

  • Validating/mutating admission webhooks: #708 #724 #721
    • With a built-in server.
    • With self-signed certificates for dev-mode.
    • With tunnelling via external systems (now: ngrok).
    • With auto-detection of the best server/tunnel for the cluster.
    • With automatic management of webhook configurations in the cluster.
    • Documentation: https://kopf.readthedocs.io/en/latest/admission/

Improvements:

Contributor experience:

  • Drop Kubernetes 1.14 support. #723
  • Examples are now type-checked too (non-strict). #704