v0.12.1 #1248
liu-hm19
announced in
Announcements
v0.12.1
#1248
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Features
Optimize Storage Backend Management
In this version, we add support for AWS S3
path-styleendpoint for Kusion backend storage, and provide the newkusion release unlockcommand to unlock the latestReleasefile of the currentStack. @hoangndst @liu-hm19Optimize the Display of Sensitive Information
In previous versions, the
kusion previewandkusion applycommand would directly expose the plaintextdataandstringDatawhen displaying KubernetesSecretresources, posing a risk of sensitive information leakage. In this version, we have optimized the preview of the sensitive information, and thedataandstringDataof KubernetesSecretresources will not be displayed in plaintext. @liu-hm19Optimize Terraform Cloud Resource Management
In this version, Kusion provide the ability to import existing cloud resources, and for the imported resources, Kusion will skip their deletion during
kusion destroy, as there may be multiple applications sharing the same resources. Additionally, Kusion also supports concurrent operations on independent Terraform resources, thereby improving the operational efficiency. @liu-hm19 @hoangndst @SparkYuanSupport Runtime Configurations in Workspace
In this version, users can declare the Kubernetes cluster configs and Terraform Provider credentials as runtime configurations in the
contextfield inWorkspace. @liu-hm19Support Using Spec for Preview and Apply
In this version, Kusion supports using the
Specfile as the input for thekusion previewandkusion applycommand. Users can specify aSpecfile in theStackdirectory with the--spec-fileflag. @liu-hm19Workload Modularization
In the version of
v0.12.0, we have decoupled the schema definitions ofServiceandJobworkloads separately from the codes of Kusion. And in this version, we have completely modularized theWorkload, both of the schema definitions and module generator implementations forServiceandJobworkloads have been moved to the catalog repository. And users can also implement their own customizedWorkloadmodules according to their needs. @SparkYuanBug Fixes
JsonPatcherror message exposure @Liuxingyu1111111New Contributors
Docker Images
kusionstack/kusion:v0.12.1Full Changelog: v0.12.0...v0.12.1
This discussion was created from the release v0.12.1.
Beta Was this translation helpful? Give feedback.
All reactions