github kubevela/kubevela v1.0.2

latest releases: v1.9.11, v1.9.10, v1.9.9...
3 years ago
  1. remove no used ingress notes in KubeVela charts (#1405)
  2. fix import inner package in the format of third party package path and add docs (#1412 #1417)
  3. vela cli support use "vela system cue-packages" to list cue-package (#1417)
  4. Fix bug that the registered k8s built-in gvk does not exist in third party package path (#1414)
  5. Fix bug that patchKey not work when strategyUnify function not work with close call (#1430)
  6. add podDisruptive to traitdefinition to notify wether a trait update will cause restart of pod or not (#1192)
  7. Add a new cloneset scale controller (#1301)
  8. Support garbage collection for across-namespace workloads and traits (#1421)
  9. Add short name for crds && Remove redundant and ambiguous short names #1434
  10. Refresh built-in packages when component/trait definition are registered (#1402)

You should upgrade following CRDs to upgrade from v1.0.1, all CRDs changes are backward compatible:

kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/core.oam.dev_resourcetrackers.yaml
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/standard.oam.dev_rollouttraits.yaml
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/core.oam.dev_traitdefinitions.yaml
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/core.oam.dev_applications.yaml
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/core.oam.dev_approllouts.yaml
kubectl apply -f https://raw.githubusercontent.com/oam-dev/kubevela/master/charts/vela-core/crds/core.oam.dev_applicationrevisions.yaml

Don't miss a new kubevela release

NewReleases is sending notifications on new releases.