Skip to content

v1.8.0

Compare
Choose a tag to compare
@barnettZQG barnettZQG released this 19 Apr 09:38
· 10 commits to release-1.8 since this release
eca8d1d

We're excited to release VelaUX v1.8 here. Thanks, great work from all contributors!

In this release, we focus on several new key features, including plugin framework, canary-rollout, new layout, etc.

Highlight features of VelaUX v1.8

Simplified architecture

VelaUX has only one component named velaux-server now. The server is the runtime of the UI and provides many APIs.

image

Plugin framework

We launch a new feature to support developers in customizing the platform. It is the VelaUX plugin. Now, this feature is beta.

Here is a guide to developing the plugin: https://github.com/kubevela/velaux/blob/main/docs/contributing/how-to-build-plugin.md

Canary Rollout

VelaUX could guide users to create a canary rollout workflow to deploy the application to any environment.

image

New Layout

Launch a new layout that includes many workspaces, including:

  • Continuous Delivery
  • Extensions
  • Admin Dashboard

image

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0