Skip to content

Releases: cdk8s-team/cdk8s-plus

cdk8s-plus-32/v2.0.1

25 Feb 12:31
ab154be
Compare
Choose a tag to compare

cdk8s-plus-32/v2.0.0

25 Feb 10:32
a1f7eb4
Compare
Choose a tag to compare

2.0.0 (2025-02-25)

⚠ 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 epolon@amazon.com

  • The interface Resources is now named ContainerResources.

Signed-off-by: Christopher Rybicki rybickic@amazon.com

  • 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-31/v2.1.1

25 Feb 12:31
fded6c2
Compare
Choose a tag to compare

cdk8s-plus-31/v2.1.0

25 Feb 06:58
2be034c
Compare
Choose a tag to compare

2.1.0 (2025-02-25)

Features

cdk8s-plus-30/v2.3.1

25 Feb 12:30
e22b502
Compare
Choose a tag to compare

cdk8s-plus-30/v2.3.0

25 Feb 07:05
ddfbfb3
Compare
Choose a tag to compare

2.3.0 (2025-02-25)

Features

cdk8s-plus-29/v2.6.0

25 Feb 07:04
168e61b
Compare
Choose a tag to compare

2.6.0 (2025-02-25)

Features

cdk8s-plus-31/v2.0.19

21 Feb 12:30
6432737
Compare
Choose a tag to compare

cdk8s-plus-30/v2.2.23

21 Feb 12:31
7a27953
Compare
Choose a tag to compare

cdk8s-plus-29/v2.5.23

21 Feb 12:33
5963e3c
Compare
Choose a tag to compare