Skip to content

v0.9.1

Compare
Choose a tag to compare
@liu-hm19 liu-hm19 released this 15 Dec 09:46
· 304 commits to main since this release
df5aa5a

What's Changed

Feature

  • Introduce the new command kusion build and deprecate the kusion compile to build the single-source-of-truth (Intent) by @SparkYuan
  • Support declaring the kubeconfig file path in stack.yaml by @liu-hm19
  • The unit test framework of kusion has been upgraded from monkey to mockey by @Mrcopytuo
  • The implementation framework of AppConfiguration generator has been upgraded by @Wenfeng-GAO

Bug Fixes

  • Fix some problems with setting remote state backend in project.yaml by @liu-hm19
  • Fix missing pod restartPolicy issue in the job generator by @adohe
  • Fix a nil pointer error when executing kusion apply with --watch by @cr7258

Design Docs

  • Define the Collaboration Paradigm Between App Developers and Platform Engineers With Kusion by @SparkYuan
  • Kusion Workspace Management Proposal by @healthjyk
  • Secret Management with Kusion by @adohe

Deprecated

  • kusion compile has been deprecated and replaced with kusion build to generate the Intent
  • Use AppConfiguration generator as the default generator instead of KCL generator

New Contributors

Full Changelog: v0.9.0...v0.9.1