Skip to content

v1.0.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 19 Nov 13:26
27e0deb

⚠ BREAKING CHANGES

  • lib: CAUTION! Auto-generated resource names will change with this release. Resource names in manifests synthesized by a previous version of the CDK8s will be invalidated. Deploying new manifests will cause resources to be replaced. Temporarily, you can opt to use the legacy hashing mechanism by setting the environment variable CDK8S_LEGACY_HASH=1.
  • lib: Names.toDnsLabel() now accepts a construct scope instead of a string path, and a set of options instead of maxLen.
  • lib: Names.toLabelValue() now accepts a construct scope instead of a string path, and a set of options instead of maxLen.

Features

Bug Fixes

  • cli: python init templates are broken (#393) (d786001)
  • lib: names generated using non-FIPS compliant algorithm (#392) (a1acae7), closes #334