Skip to content

Releases: cdk8s-team/cdk8s

v0.15.0

12 Mar 20:33
Compare
Choose a tag to compare

Features

  • default chart namespaces (#68) (36b9ff1)
  • peer-depend on "constructs" instead of "@aws-cdk/core" (#66) (c336c95)
  • sort keys of ApiObject manifests (#67) (1fe89bd), closes #17

v0.14.0

11 Mar 15:06
Compare
Choose a tag to compare

Features

v0.13.1

09 Mar 18:56
Compare
Choose a tag to compare

Bug Fixes

  • cli: init could not find a version that matches cdk8s0-13-0 (e1267f6)

v0.13.0

09 Mar 18:38
f9ee84a
Compare
Choose a tag to compare

This release adds Python support for cdk8s and includes;

  • The cdk8s library is released to PyPI
  • cdk8s init python-app creates new Python apps
  • cdk8s import generates python classes for Kubernetes API objects

⚠ BREAKING CHANGES

  • cli: cdk8s import now generates a single file with all types, which means you will have to modify TypeScript code to import { Deployment, Pod, ... } from './imports/k8s' instead of importing multiple files.
  • cli: cdk8s gen is now cdk8s import k8s and output goes to imports/k8s.ts instead of .gen/index.ts.

Features

  • cli: "cdk8s gen" is now "cdk8s import k8s" (#43) (fb9e0b5), closes #31 #40
  • cli: "cdk8s synth" (#44) (d457ea9), closes #41
  • cli: cdk8s.yaml (#52) (e6834d3), closes #42
  • cli: import only one class for every api object (#39) (2db4cfb)
  • cli: python project template (#36) (30f3bb7)
  • cli: python support for "import" (#47) (3b93d64)
  • cli: typescript project - "npm run upgrade" & "upgrade:next" (735e840)
  • cli: typescript project - "npm run build" now includes "synth" (7b15e3a)
  • docs: getting started in python (#60) (27d3bac)
  • examples: updates to hello-world example and directory reorganization (#33) (1c8f694)

Bug Fixes

  • cli: new typescript apps cannot be created with @next versions (#55) (119d95c)

v0.12.0

03 Mar 14:40
Compare
Choose a tag to compare

Bug Fixes

  • yaml not found in jsii languages (39ef409)

v0.11.0

03 Mar 14:06
b22e30d
Compare
Choose a tag to compare

Bug Fixes

  • yaml not found in jsii languages (39ef409)

v0.10.0

28 Feb 14:26
Compare
Choose a tag to compare

Bug Fixes

  • cdk8s: autogenerated names fail validation for some resource types (#18) (b70e4fe), closes #16

v0.9.0

27 Feb 20:18
Compare
Choose a tag to compare

Features

v0.8.0

27 Feb 19:20
7ae7914
Compare
Choose a tag to compare

Features

  • cli: remove the cookiecutter prerequisite (#13) (10ab259)

v0.7.0

26 Feb 20:26
Compare
Choose a tag to compare

Bug Fixes

  • cli: typescript-app does not include main.ts (43b435a)