Releases: spion/cdk8s-core
Releases · spion/cdk8s-core
v2.4.0
2.4.0 (2023-03-10)
Features
- app: hook into synthesis with
chart.toJson
(#1053) (e83464c) - helm:
namespace
,version
andrepo
extracted to dedicated properties (#947) (4436532), closes #940 - optional construct metadata in charts (#721) (4b71d6c)
- schedule class (#637) (20a077e)
Bug Fixes
- align schedule class to K8s cron requirements (#705) (54e04a8)
- app
outdir
property cannot be different from CLI or cdk8s.yaml file (#783) (05bf5f4) - chart: disable resource name hashes at chart level (#1079) (d1c8cde), closes #1037
- multiple calls to
toJson
cause unexpected json patches (#915) (931f016), closes cdk8s-team/cdk8s-core#954