Skip to content

1.32rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nolar nolar released this 14 May 14:42
· 283 commits to main since this release
2c02cef

New features:

  • Rudimentary authentication from kubeconfig/serviceaccount with no pykube-ng/kubernetes libraries. #771

Improvements:

  • Actionable suggestions on 401 "Unauthenticated" API errors. #770
  • Expose Kopf's version in user-agent & in logs. #777

Contributor experience:

  • Lint the source code with pre-commit. #776 #778

Internal refactoring:

  • Fix the documentation cross-linking. #773
  • Correct some code-formatting and linting issues. #775
  • Parse E2E flags/configs with AST instead of RegExps. #733
  • Use only pure f-strings for logs, avoid %s/%r formatting. #772