v3.2
What's Changed
- Support v1 CRD API Version by @awh21 in #325
- Update scalatest to 3.2.17 by @scala-steward in #320
- Update bcpkix-jdk18on to 1.76 by @scala-steward in #311
New Contributors
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