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