Releases: maxking/kubecrd
Releases · maxking/kubecrd
0.4.0 Release
- Add a new script to automate releases.
Full Changelog: v0.2.0...v0.4.0
0.3.0 Release
- 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
Added
- Support for
watch
andasync_watch
on the Custom resources to watch for the changes in K8s.
0.1.0 Release
- Basic release with support to install CRD, deserialize CR from JSON.