This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
0.21rc1
Pre-release
Pre-release
New features:
- Expose the functions to make Kopf embeddable into other apps. #156
Improvements:
- Terminate the operator better, with graceful period for clean shutdown. #156
- K8s-events for cluster-scoped objects are posted to the current namespace, not "default". #165
- Kopf's handler errors renamed to
kopf.PermanentError/kopf.TemporaryError
. #159 - Kopf's permanent/temporary errors do not dump strack-traces anymore. #159
Internal changes: