v0.12.0 #1162
liu-hm19
announced in
Announcements
v0.12.0
#1162
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Kusion Apply Enhancement
In the previous versions,
kusion apply
by default only sends the apply request and does not wait for actual reconciliation of Kubernetes resources. In this version, thekusion apply
command has been enhanced with upgraded functionality and user experience, including the support of timeout settings, default watch and real-time display for resource reconciliation, along with a better terminal user interface.State Upgrades to Release
In the previous versions, a state file would be created or updated in the storage backend to record the resource status after applying or destroying a stack. In this version, we have upgraded the state into release, which now records both the spec and the state of a stack, as well as the operation phase, making it more suitable and convenient for team collaboration and audit management.
Kusion Module Management Upgrade
In this version, we added the
kusion mod list
andkusion mod add
commands for developers to better manage the Kusion modules.kusion mod list
can help to obtain the name, version and URL of the available modules in a specific workspace. Andkusion mod add
enables users to fetch module artifacts and add the corresponding dependency declarations inkcl.mod
.Workload Modularization
In the version of
v0.11.1
, the Workload schema was tightly coupled with the AppConfiguration model. And in this version, we implemented the modularization of the Workload. The built-in definitions for the Service and Job modules have been moved to the catalog repository. Users can also implement customized Workload modules according to their own needs.Bug Fixes
New Contributors
Docker Images
kusionstack/kusion:v0.12.0
This discussion was created from the release v0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions