github kubevela/kubevela v1.6.0-alpha.3

latest releases: v1.9.13, v1.9.12, v1.9.11...
pre-release2 years ago

In this release, we have finished most of the work for CUE 0.4.x upgrade, users can upgrade from 1.5.x to this version to experience now.

New Features

CUE Upgrade Related Issues

  • Chore: update cue version to attr and notification by @FogDong in #4734
  • Chore: update cue version to fix panic in def by @FogDong in #4758
  • Chore: revert the definitions after cue upgrade by @FogDong in #4786

Deprecation

Other Changes

How to install

Install Vela Core by Using Vela CLI

curl -fsSl https://kubevela.io/script/install.sh | bash -s 1.6.0-alpha.3
vela install -v 1.6.0-alpha.3

Install Vela Core by Using Helm:

helm repo add kubevela https://charts.kubevela.net/core
helm repo update
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --version 1.6.0-alpha.3 --wait

New Contributors

Full Changelog: v1.6.0-alpha.2...v1.6.0-alpha.3

Don't miss a new kubevela release

NewReleases is sending notifications on new releases.