v0.13.0 #1298
liu-hm19
announced in
Announcements
v0.13.0
#1298
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Kusion Release Comand
In this version, we add a new command
kusion release
to help users observe and operate the KusionRelease
files. It contains the following three sub-commands:kusion release list
lists all theRelease
files of the currentProject
in the specifiedWorkspace
. @ekjotsinghmakhijakusion release show
shows the details of aRelease
file of the current or the specifiedProject
. @hoangndstkusion release unlock
unlocks the latestRelease
file of the currentProject
in the specifiedWorkspace
. @liu-hm19Kusion Resource Command
In this version, we add a new command
kusion resource
to help users observe the information of the KusionResources
within a specifiedProject
andWorkspace
. It contains the following sub-command:kusion resource graph
displays a graph of all the resource information of the targetProject
andWorkspace
. @Yangyang96Kusion Project Sub-command
In this version, we add a new sub-command
kusion project list
forkusion project
to help users list all the appliedProjects
in the targetBackend
andWorkspace
. @Yangyang96KCL-based Customized Health Check
In the previous versions, Kusion watches the reconciliation status of some specific Kubernetes resources while applying, and now in
v0.13.0
we support KCL-based health check for users to customize the reconciliation conditions for any Kubernetes resources. @Yangyang96Viettel Cloud Secrets Manager
In the previous versions, Kusion supports
AWS
andAlicloud
for cloud secrets manager, and now inv0.13.0
we add the support forViettelCloud
secrets manager. @hoangndstLLM Ops with Inference Module for AI Applications
To simplify the process from Large Language Model (LLM) construction and deployment to the interaction with AI applications, KusionStack community has provided an
inference
module. Users can use it as anaccessory
to provide LLM service for AI applications. @kaysonyuBug Fixes
add
andremove
, and skip the resources not found in theSpec
. @liu-hm19kusion apply
andkusion destroy
. @liu-hm19New Contributors
Docker Images
kusionstack/kusion:v0.13.0
This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions