Skip to content

v0.9.1-rc

Compare
Choose a tag to compare
@SparkYuan SparkYuan released this 05 Dec 13:24
· 229 commits to main since this release
f4d08f2

What's Changed

  • chore(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #600
  • chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /scripts/install-kcl-openapi by @dependabot in #603
  • feat: add random string function for upcoming secret generator refact by @adohe in #602
  • refactor: rename Spec to the Intent by @SparkYuan in #601
  • docs: add the collaboration design doc by @SparkYuan in #578
  • refactor: deprecate old vals based secret store by @adohe in #609
  • refactor: update secret generator for upcoming external secret by @adohe in #607
  • feat: introduce the new command kusion build and delete redundant commands by @SparkYuan in #608
  • docs: refresh cmd docs by @SparkYuan in #611
  • feat: add external secret store api and interface by @adohe in #610
  • chore: delete redundant scripts by @SparkYuan in #613
  • feat: add secret store provider registry impl by @adohe in #612
  • fix: stack nil pointer error by @cr7258 in #615
  • chore: delete redundant commands by @SparkYuan in #616
  • docs: add workspace management proposal by @healthjyk in #621
  • feat: update secrets related types and interfaces by @adohe in #624
  • feat: add vault secret store impl by @adohe in #614
  • refactor: file directories to enhance its conciseness by @SparkYuan in #636
  • test: enable watch for kusion apply in e2e test by @liu-hm19 in #633
  • chore: remove go build flags in the code that are not applicable for ARM64 compilation by @SparkYuan in #637
  • chore: rename remaining spec to intent by @SparkYuan in #640
  • docs: refresh cmd docs by @SparkYuan in #641
  • feat: add workspace domain model by @healthjyk in #639
  • chore: rename ProjectConfiguration to Configuration to follow go convention by @SparkYuan in #644
  • chore: rename ExternalSecretRef key to name by @adohe in #645
  • feat: add workspace, modules, backends, runtimes management by @healthjyk in #642
  • docs: add secret management proposal by @adohe in #599
  • feat: add aws secrets manager based secret store provider by @adohe in #623
  • feat: add workspace CRUD operations by @healthjyk in #651
  • feat: support setting KCL setting-files when building an Intent by @SparkYuan in #649

New Contributors

Full Changelog: v0.9.1-beta...v0.9.1-rc