Skip to content

v0.2.0

Compare
Choose a tag to compare
@javaducky javaducky released this 29 Sep 14:50
· 91 commits to main since this release
c6d495d

What's Changed

⚠️ Resource helpers should be considered deprecated at this time and will be removed soon!

Use of methods like k8s.config_maps.apply(...) or k8s.config_maps.list(...) should be replaced using the generic API equivalent of k8s.apply(...) or k8s.list("ConfigMap", ...), respectively.

Full Changelog: v0.1.1...v0.2.0