Skip to content

v0.11.1-rc.1

Compare
Choose a tag to compare
@liu-hm19 liu-hm19 released this 29 Apr 12:16
· 24 commits to main since this release
13098d0

What's Changed

  • refactor: update api package for enhanced maintainability by @adohe in #871
  • chore: deprecate old core api pkg, use latest instead by @adohe in #1004
  • feat: add meta flags and options for common logic and data by @adohe in #1005
  • refactor: sign state to deprecated state by @healthjyk in #1031
  • feat: update stack api by @liu-hm19 in #1032
  • feat: adjust generate cmd behavior according to latest discussion by @adohe in #1034
  • refactor: preview&apply cmd implementation follow the command cmd pattern by @adohe in #1006
  • feat: generate cmd use terminal ui framework by @adohe in #1035
  • refactor: update delete cmd to follow the common cmd pattern by @adohe in #1041
  • feat: delete unused spec storage by @healthjyk in #1043
  • chore: delete useless signal handling logic by @adohe in #1045
  • feat: support os arch in mod push and ignore .git in the OCI artifact by @SparkYuan in #1046
  • feat: update state storage which is identified by project and workspace by @healthjyk in #1044
  • fix: unexpected output in format byte slice by @healthjyk in #1052
  • feat: group multiple os arch modules by image index by @SparkYuan in #1054
  • chore: delete application field from Meta by @adohe in #1053
  • feat: add Extension api types by @adohe in #1048
  • feat: init kcp core api by @ffforest in #1033
  • feat: add version tags to the image and image index by @SparkYuan in #1055
  • fix: add the version info in the index oci url to differentiate index… by @SparkYuan in #1056
  • feat: add clipath and pathutil pkg to calculate filesystem paths by @adohe in #1042
  • feat: support sub cmd of kusion project and stack by @liu-hm19 in #826
  • feat: update kusion init scaffold template by @liu-hm19 in #1049
  • feat: apply supports port forwarding by @liu-hm19 in #1057
  • feat: customize k8s resources namespace based on extensions by @adohe in #1060
  • feat: update port forward for kusion apply by @liu-hm19 in #1063
  • feat: update kusion project and stack create by @liu-hm19 in #1065
  • feat: update implementation of terminal ui for kusion by @liu-hm19 in #1061
  • feat: update workspace mod definition by @SparkYuan in #1066
  • feat: export some plugin functions by @SparkYuan in #1067
  • fix: Revert "feat: add configs in the workspace mod definition (#1066)" by @SparkYuan in #1069
  • feat: update kusion destroy progressbar by @liu-hm19 in #1071
  • fix: workspace update defaults to use current workspace by @liu-hm19 in #1075
  • fix: add workdir to meta flag of kusion cli by @liu-hm19 in #1074
  • feat: add shorthand of the work directory flag by @SparkYuan in #1076
  • feat: move module binary to KUSION_HOME by new path format by @SparkYuan in #1062
  • fix: replace current platform image with the new one when it already … by @SparkYuan in #1077
  • fix: broken links in the readme by @SparkYuan in #1079
  • feat: parse module name and version from the kcl.mod in mod push by @SparkYuan in #1080
  • fix: the bug of workspace update without name by @healthjyk in #1078
  • feat: download kusion modules with current os arch filter by @SparkYuan in #1081
  • feat: remove server from root cmd by @liu-hm19 in #1083
  • feat: update kpm version to ignore the module downloading hint by @SparkYuan in #1084

Full Changelog: v0.11.0...v0.11.1-rc.1