Skip to content

cdk8s-plus-22/v1.0.0-beta.21

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 00:42
· 384 commits to refs/heads/k8s-22/main since this release
7790887

1.0.0-beta.21 (2021-10-11)

⚠ BREAKING CHANGES

  • 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

  • default port when exposing deployment (#41) (4ff7fa3)
  • expose service via ingress (#51) (b6bbc0f)
  • stabilize Ingress for cdk8s-plus-22 (#4) (46e5488)

Bug Fixes

  • branch regex doesn't capture current branch names (#48) (f75c50d)
  • release branch workflow (#6) (78f5fcb)