Skip to content

Releases: maxking/kubecrd

0.4.0 Release

03 Apr 08:00
v0.4.0
5d671cc
Compare
Choose a tag to compare
  • Add a new script to automate releases.

Full Changelog: v0.2.0...v0.4.0

0.3.0 Release

03 Apr 07:24
v0.3.0
5af6898
Compare
Choose a tag to compare
  • Add support to save the CR to K8s.
  • Add support for asyncio based watch and save operations.
  • Update operator example 03 to be end-to-end example of how to use kubecrd to create a Webapp that relies on K8s as a data store.

Full Changelog: v0.2.0...v0.3.0

0.2.0 Release

28 Mar 01:03
v0.2.0
e247540
Compare
Choose a tag to compare

Added

  • Support for watch and async_watch on the Custom resources to watch for the changes in K8s.

0.1.0 Release

20 Mar 07:13
v0.1.0
ee35020
Compare
Choose a tag to compare
  • Basic release with support to install CRD, deserialize CR from JSON.