Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@liu-hm19 liu-hm19 released this 30 Sep 07:16
· 33 commits to main since this release
a03a070

Features

Kusion Release Comand

In this version, we add a new command kusion release to help users observe and operate the Kusion Release files. It contains the following three sub-commands:

  • kusion release list lists all the Release files of the current Project in the specified Workspace. @ekjotsinghmakhija
  • kusion release show shows the details of a Release file of the current or the specified Project. @hoangndst
  • kusion release unlock unlocks the latest Release file of the current Project in the specified Workspace. @liu-hm19

Kusion Resource Command

In this version, we add a new command kusion resource to help users observe the information of the Kusion Resources within a specified Project and Workspace. It contains the following sub-command:

  • kusion resource graph displays a graph of all the resource information of the target Project and Workspace. @Yangyang96

Kusion Project Sub-command

In this version, we add a new sub-command kusion project list for kusion project to help users list all the applied Projects in the target Backend and Workspace. @Yangyang96

KCL-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. @Yangyang96

Viettel Cloud Secrets Manager

In the previous versions, Kusion supports AWS and Alicloud for cloud secrets manager, and now in v0.13.0 we add the support for ViettelCloud secrets manager. @hoangndst

LLM 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 an accessory to provide LLM service for AI applications. @kaysonyu

Bug Fixes

  • Fix some bugs of json patch for workload to allow empty path on add and remove, and skip the resources not found in the Spec. @liu-hm19
  • Fix some bugs of initializing the Kubernetes and Terraform runtime. @liu-hm19
  • Fix some bugs of release update when executing the kusion apply and kusion destroy. @liu-hm19
  • Fix some bugs of not printing all the Kubernetes resources with multiple replicas while applying. @Yangyang96

New Contributors

Docker Images

  • kusionstack/kusion:v0.13.0