Releases: cdk8s-team/cdk8s
Releases · cdk8s-team/cdk8s
Please note: CDK8s releases now have a new home(s)
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:
- https://github.com/cdk8s-team/cdk8s-cli (command line tool)
- https://github.com/cdk8s-team/cdk8s-core (core library)
- https://github.com/cdk8s-team/cdk8s-plus (cdk8s+ library that models higher-level concepts)
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
Features
- Dependency upgrades.
v1.0.0-beta.9
v1.0.0-beta.8
Bug Fixes
- go: invalid go module name (87af61b)
v1.0.0-beta.7
⚠ BREAKING CHANGES
- lib: the deprecated API
Duration.toISOString()
has been removed. UseDuration.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
v1.0.0-beta.5
v1.0.0-beta.4
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
v1.0.0-beta.2
⚠ 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 ofmaxLen
. - lib:
Names.toLabelValue()
now accepts a construct scope instead of a string path, and a set of options instead ofmaxLen
.