github cdk8s-team/cdk8s v0.23.0

latest releases: redirect, v1.0.0-beta.10, v1.0.0-beta.9...
3 years ago

⚠ BREAKING CHANGES

  • cli: the generated module names of imported CRDs now include the resource's group and not just its kind in order to ensure uniqueness. For example, when importing the Jenkins CRD, instead of 'imports/jenkins.ts, we now have imports/jenkins.io/jenkins.ts`.
  • cli: class names of imported apis are now normalized to PascalCase.

Features

Bug Fixes

  • cli: impossible to import two crds with the same kind (#203) (f6248ce)
  • docs: do not mark arguments as optional in python getting-started (#191) (be090d0)
  • lib: unable to express empty objects and array (#200) (9ae5efb)

Don't miss a new cdk8s release

NewReleases is sending notifications on new releases.