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
-
Features
Optimize Storage Backend Management
In this version, we add support for AWS S3
path-style
endpoint for Kusion backend storage, and provide the newkusion release unlock
command to unlock the latestRelease
file of the currentStack
. @hoangndst @liu-hm19Optimize the Display of Sensitive Information
In previous versions, the
kusion preview
andkusion apply
command would directly expose the plaintextdata
andstringData
when displaying KubernetesSecret
resources, posing a risk of sensitive information leakage. In this version, we have optimized the preview of the sensitive information, and thedata
andstringData
of KubernetesSecret
resources 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
context
field inWorkspace
. @liu-hm19Support Using Spec for Preview and Apply
In this version, Kusion supports using the
Spec
file as the input for thekusion preview
andkusion apply
command. Users can specify aSpec
file in theStack
directory with the--spec-file
flag. @liu-hm19Workload Modularization
In the version of
v0.12.0
, we have decoupled the schema definitions ofService
andJob
workloads separately from the codes of Kusion. And in this version, we have completely modularized theWorkload
, both of the schema definitions and module generator implementations forService
andJob
workloads have been moved to the catalog repository. And users can also implement their own customizedWorkload
modules according to their needs. @SparkYuanBug Fixes
JsonPatch
error message exposure @Liuxingyu1111111New Contributors
Docker Images
kusionstack/kusion:v0.12.1
Full 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