Skip to content

Kurator v0.6.0

Latest
Compare
Choose a tag to compare
@hzxuzhonghu hzxuzhonghu released this 19 Jan 06:20
· 64 commits to main since this release
2c61062

What's New

Unified Application Rollout

As a modern cloud-native application platform, facilitating application deployment models is a highly demanded feature. In this release, kurator supported Canary deployment, A/B Testing and Blue/Green Deployment across clusters within a fleet. This is significant for users to manage their application rolling out policy in a single entrypoint.

Move here to take a look at proposal.
And to get a quick start on kurator unified application rollout, please transite to our official user guide.

CI/CD Pipeline

The current landscape of CI/CD in cloud-native development often presents a steep learning curve due to the complexity of tools like Tekton. Users must have in-depth knowledge of various configurations and components to set up a functional pipeline.
In this release, we implemented super simplified CI/CD pipeline management aimed at providing a user-friendly interface, thereby accelerating application development and deployment workflows in cloud-native projects.

To get a good understanding of this feature, please move here to take a look at the proposal.
And if you want to quickly setup your own CI/CD pipeline, please view our official doc to get a detailed guidance.

What's Changed

Full Changelog: v0.5.0...v0.6.0