Skip to content

v0.11.1

Latest
Compare
Choose a tag to compare
@liu-hm19 liu-hm19 released this 30 Apr 07:35
· 34 commits to main since this release
aa40a87

Features

Kusion Apply Supports Automatic Port Forwarding

In this version, kusion apply supports specifying the port of the application to forward with the --port-forward option. After the application resources are deployed, Kusion CLI will automatically forward the local port with the same number to the corresponding pod port of the application in the targeted Kubernetes cluster, which makes it easier for users to debug their application. @liu-hm19

Adding Sub Commands for Project and Stack

In this version, we added the kusion project and kusion stack sub commands for a better project and stack lifecycle management, facilitating the creation of new Project and Stack. A new stack can be created based on the existing ones, allowing users to quickly initiate a new set of application configurations. @liu-hm19

Adding Supports for Customized Namespace

In Kusion v0.11.0, application resources will by default be created in the namespace with the same name as the project. In this version, we added supports for customized namespaces. Users now can specify a namespace in the extension fields of project.yaml and stack.yaml files, and the application resources will be created in the specified namespace accordingly. @adohe

Kusion Mod Push Enhancement

In this version, we optimized the version management of Kusion Module OCI artifacts for kusion mod push cmd and introduced the support for multiple operating systems and architectures. @SparkYuan

Bug Fixes

  • Fixed some issues of the Kusion CLI interactive terminal display @liu-hm19
  • Fixed some issues of the Kusion CLI flag options @adohe @liu-hm19

Concept Update

The definitions, boundaries as well as their relationships of the Kusion core concepts, Project, Stack and Workspace, have been updated.

Docker Images

  • kusionstack/kusion:v0.11.1