This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Releases: zalando-incubator/kopf
Releases · zalando-incubator/kopf
0.12
New features:
- Basic tools for testing of the Kopf-based operators (background operator runner).
namespace
,name
,uid
kwargs for the handlers (were mentioned in the docs, absent in the code).
Other changes:
- Tests, tests, tests for the existing codebase (asyncio queueing).
- End-to-end tests with Minikube with real Kubernetes versions.
- Some little fixes detected during test writing.
- Contribution docs.
0.11
Breaking change:
- Legacy
KopfPeering
(cluster-scoped) is nowClusterKopfPeering
. - Current
KopfPeering
is made namespaced. - Code is updated to support the previous cluster config smoothly (until 1.0).
- CRD re-creation is recommended (see docs for peering).
Other changes:
- Tests, tests, tests for the existing codebase.
- RBAC docs fixed for the real demo examples.
- Watching-streaming logic refactored for testability, but keeps the functionality.
metadata.generation
does not trigger the update handlers in Minikube anymore.