Skip to content

v3.2

Compare
Choose a tag to compare
@hagay3 hagay3 released this 27 Sep 12:32
· 118 commits to master since this release
78ca78c

What's Changed

New Contributors

  • @awh21 made their first contribution in #325 🎉🎉🎉

Migration notes

CustomResourceDefinition v1beta1 is deprecated, migrate to CustomResourceDefinition v1.
You can still use CustomResourceDefinition v1beta1 under the new location:
import skuber.apiextensions.CustomResourceDefinition
->
import skuber.apiextensions.v1beta1.CustomResourceDefinition

Full Changelog: v3.1...v3.2