Skip to content

Releases: cdk8s-team/cdk8s

Please note: CDK8s releases now have a new home(s)

13 Oct 20:21
7c2b46d
Compare
Choose a tag to compare

Hi there! 👋 If you're looking at this page, cdk8s is no longer published under this repository - instead we publish new versions under separate repos:

If this page was linked from elsewhere in the cdk8s documentation, please let us know by creating a GitHub issue - thanks!

v1.0.0-beta.10

02 Mar 13:35
f6949af
Compare
Choose a tag to compare

Features

  • Dependency upgrades.

v1.0.0-beta.9

22 Feb 12:17
e2351ad
Compare
Choose a tag to compare

Features

Bug Fixes

v1.0.0-beta.8

04 Feb 12:07
Compare
Choose a tag to compare

Bug Fixes

  • go: invalid go module name (87af61b)

v1.0.0-beta.7

04 Feb 11:30
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • lib: the deprecated API Duration.toISOString() has been removed. Use Duration.toIsoString() instead.

Features

  • plus-17: add StatefulSet construct (#400) (98aad99)
  • plus-17: restrict CIDR IP addresses for a LoadBalancer (#446) (cf96ae2), closes #435
  • experimental golang bindings (#523) (6737351)
  • only publish doc site on release commits (#507) (5acc54b)

Bug Fixes

v1.0.0-beta.6

21 Jan 15:33
4ee2837
Compare
Choose a tag to compare

Features

Bug Fixes

  • set yaml default schema to 1.1 (#505) (266c094)
  • docs: correct logo paths (#503) (9426047)
  • plus-17: adds externalName to service props (#424) (b4b7c55)
  • plus-17: multiple mounts per volume result in duplicate volumes for pod spec (#489) (47c913e)

v1.0.0-beta.5

15 Dec 13:36
Compare
Choose a tag to compare

Features

  • cli: enable using imported resources as raw manifests (#447) (aa2422e)

Bug Fixes

  • cli: importing local files is broken on windows (#427) (2c4a185)

v1.0.0-beta.4

13 Dec 15:23
63fda45
Compare
Choose a tag to compare

Features

  • cli: import a single module per api group (#402) (ac295fe), closes #378 #401
  • lib: allow hash to be optionally included in Names functions. (#396) (2c86526)
  • plus-17: additional options for the Job construct. (#398) (17e8801)

Bug Fixes

  • lib: Lazy is not resolved in metadata (#443) (914d4a8)
  • cli: which command missing for windows (#417) (38a7034)
  • docs: align getting started with new code (#410) (c61e109)
  • docs: WebService typescript example formatting (#408) (e2470f9)
  • plus-17: don't allow containers to be contructed from containers (#404) (5d11533)

v1.0.0-beta.3

19 Nov 21:36
3cfe796
Compare
Choose a tag to compare

Features

  • cli: stdout option for cdk8s synth (#361) (bbf116b)
  • add contributor instructions about using jsii docker image (#397) (bb0a5cc)

Bug Fixes

  • cli: python init template doesn't install cdk8s-plus in the correct env (#399) (0d3017b)

v1.0.0-beta.2

19 Nov 13:26
27e0deb
Compare
Choose a tag to compare

⚠ 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