Skip to content

v1.8.2

Compare
Choose a tag to compare
@Somefive Somefive released this 19 May 06:37
360f69b

What's Changed

  • [Backport release-1.8] Fix: trait not added in Go SDK by @github-actions in #5951
  • Fix: migrate CI to CNCF machines in release-x branch by @chivalryq in #5952
  • [Backport release-1.8] Chore: add e2e ci env bootstrap & remove multlcluster legacy rollout ci #5926 by @Somefive in #5939
  • [Backport release-1.8] Fix: fix the typo error in vela top by @github-actions in #5983

How to install

Install/Upgrade Vela Core by Using Vela CLI

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

Install/Upgrade Vela Core by Using Helm:

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

Full Changelog: v1.8.1...v1.8.2