v0.11.1 #1086
liu-hm19
announced in
Announcements
v0.11.1
#1086
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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-hm19Adding Sub Commands for Project and Stack
In this version, we added the
kusion project
andkusion stack
sub commands for a better project and stack lifecycle management, facilitating the creation of newProject
andStack
. A new stack can be created based on the existing ones, allowing users to quickly initiate a new set of application configurations. @liu-hm19Adding 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 ofproject.yaml
andstack.yaml
files, and the application resources will be created in the specified namespace accordingly. @adoheKusion 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. @SparkYuanBug Fixes
Concept Update
The definitions, boundaries as well as their relationships of the Kusion core concepts,
Project
,Stack
andWorkspace
, have been updated.Docker Images
kusionstack/kusion:v0.11.1
This discussion was created from the release v0.11.1.
Beta Was this translation helpful? Give feedback.
All reactions