kubevela/CHANGELOG/CHANGELOG-1.2.md

15 KiB
Raw Permalink Blame History

v1.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/oam-dev/kubevela/compare/v1.2.1...v1.2.2

v1.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/oam-dev/kubevela/compare/v1.2.0...v1.2.1

v1.2.0

❤️ KubeVela v1.2.0 released ! ❤️

Docs have been updated about the release at https://kubevela.io/docs/next/ .

Changelog Between v1.2.0-rc.2~v1.2.0: https://github.com/oam-dev/kubevela/compare/v1.2.0-rc.2...v1.2.0

What's New

UI Console Supported

Check how to use the GUI by this how-to document.

GUI frontend code repo is here: https://github.com/oam-dev/velaux API Server Code is here: https://github.com/oam-dev/kubevela/tree/master/pkg/apiserver

We also add a VelaQL feature that could allow apiserver to interact with K8s Object in an extended way.

Addon System

We add a new addon system in v1.2, this helps KubeVela install it's extension including more than X-Definition files.

The community has already supported some built-in addons herehttps://github.com/oam-dev/catalog/tree/master/addons , there're also some experimental addons here https://github.com/oam-dev/catalog/tree/master/experimental/addons

You can learn how to use it from docs.

You can build and contribute your own addons.

CI/CD Integration

You can use triggers to integrate with different CI and image registry systems on VelaUX.

  • Feat: add ACR webhook trigger for CI/CD (#3044)
  • Feat: add Harbor image registry webhook trigger for CI/CD (#3065)
  • Feat: add DockerHub webhook trigger for CI/CD (#3081)

Cloud Resources Enhancement

Multi-Cluster Enhancement

Workflow Enhancement

Component/Trait Enhancement

Vela CLI Enhancement

Overall Enhancements

What's Changed/Deprecated

Bugfix

New Contributors

Full Changelog: https://github.com/oam-dev/kubevela/compare/v1.1.3...v1.2.0