Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Releases: zalando-incubator/kopf

0.12

28 May 09:12
ff34f5f
Compare
Choose a tag to compare

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

17 May 12:07
49006fd
Compare
Choose a tag to compare

Breaking change:

  • Legacy KopfPeering (cluster-scoped) is now ClusterKopfPeering.
  • 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.

0.10

26 Apr 15:17
ec6fc27
Compare
Choose a tag to compare
  • Follow the Kubernetes "eventual consistency" principle and react only to the latest events, ignore the past replayed events #43 #42
  • Tests for the diff calculations #40 #48

0.9.1

25 Apr 09:25
3a04596
Compare
Choose a tag to compare
  • Better PyPI's README page #41

0.9

24 Apr 15:57
fa4d772
Compare
Choose a tag to compare
0.9
  • Peering mode auto-detection by default, falling back to standalone if not configured. #33 #38

0.8

18 Apr 14:45
f8cbadf
Compare
Choose a tag to compare
0.8
Merge pull request #14 from zalando-incubator/docs

Initial documentation

0.7

16 Apr 11:54
84c3852
Compare
Choose a tag to compare
0.7
Merge pull request #27 from zalando-incubator/freezing-watching

Replace built-in StopIteration with custom StopStreaming for API calls

0.6.1

28 Mar 13:13
e5e8a9f
Compare
Choose a tag to compare
Merge pull request #11 from zalando-incubator/pypi-page

Add README to the PyPI page, plus some other metainfo

0.6

27 Mar 13:58
84a99f5
Compare
Choose a tag to compare
0.6
Merge pull request #8 from zalando-incubator/error-events

React on the errors and unknown events from k8s API

0.5

27 Mar 12:54
c553c99
Compare
Choose a tag to compare
0.5

Initial import of the squashed repository.