Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 07:41
· 31 commits to main since this release
9c81fdc

Summary

1 commit(s) since v0.3.3 — 1 feature(s).

Upgrading

helm upgrade kube-workspaces \
  oci://ghcr.io/kube-workspaces/charts/kube-workspaces \
  --version 0.4.0 --namespace kube-workspaces-system

Or with Kustomize:

kubectl apply --server-side -k https://github.com/kube-workspaces/deploy/kustomize/crds
kubectl apply --server-side -k https://github.com/kube-workspaces/deploy/kustomize/base

What's Changed

Other changes

  • feat(chart): manage Traefik Middleware CRs from values (v0.4.0) by @flaccid in #6

Full Changelog: v0.3.3...v0.4.0