Skip to content

Releases: cdk8s-team/cdk8s-plus

cdk8s-plus-30/v2.2.8

15 Nov 12:25
cca9210
Compare
Choose a tag to compare

cdk8s-plus-29/v2.5.8

15 Nov 12:26
0c2637d
Compare
Choose a tag to compare

cdk8s-plus-31/v2.0.3

05 Nov 22:27
0dabe45
Compare
Choose a tag to compare

cdk8s-plus-30/v2.2.7

05 Nov 22:27
8c340e3
Compare
Choose a tag to compare

cdk8s-plus-29/v2.5.7

05 Nov 22:18
bf35033
Compare
Choose a tag to compare

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