Skip to content

Releases: cdk8s-team/cdk8s-plus

cdk8s-plus-31/v2.0.2

12 Oct 12:22
425eebe
Compare
Choose a tag to compare

cdk8s-plus-30/v2.2.6

12 Oct 12:23
54da4a3
Compare
Choose a tag to compare

cdk8s-plus-29/v2.5.6

12 Oct 12:24
bfe7a1f
Compare
Choose a tag to compare

cdk8s-plus-31/v2.0.1

25 Sep 12:19
25c4883
Compare
Choose a tag to compare

cdk8s-plus-31/v2.0.0

11 Sep 11:01
718ca19
Compare
Choose a tag to compare

2.0.0 (2024-09-11)

⚠ BREAKING CHANGES

  • service: service.addDeployment was removed. Use selector instead. Also, service.serve is renamed to service.bind.
  • You must now pass a scope and id to imported and selected resources
  • container: Use container.env.addVariable() instead of container.addEnv(). Property env of container renamed to envVariables.

Resolves #346

Signed-off-by: Eli Polonsky [email protected]

  • The interface Resources is now named ContainerResources.

Signed-off-by: Christopher Rybicki [email protected]

  • workload: defaultSelector renamed to select. selectByLabel renamed to select and underwent an API change: deployment.selectByLabel('key', 'value') -> deployment.select(LabelSelector.equals('key', 'value'))

Fixes #414
Fixes #413

  • deployment.expose renamed to deployment.exposeViaService
  • deployment.expose and service.addDeployment now accept a port as part of the options, and not a positional argument.

Features

Read more

cdk8s-plus-30/v2.2.5

10 Sep 07:48
8a9e2fd
Compare
Choose a tag to compare

2.2.5 (2024-09-10)

Bug Fixes

cdk8s-plus-29/v2.5.5

10 Sep 07:53
7e4f8f2
Compare
Choose a tag to compare

2.5.5 (2024-09-10)

Bug Fixes

cdk8s-plus-28/v2.5.6

10 Sep 07:53
e347e4a
Compare
Choose a tag to compare

2.5.6 (2024-09-10)

Bug Fixes

cdk8s-plus-28/v2.5.5

05 Sep 12:19
4caaaec
Compare
Choose a tag to compare

cdk8s-plus-30/v2.2.4

31 Aug 12:24
fe0fd70
Compare
Choose a tag to compare