v1.0.0-rc5 🌈
Pre-release
Pre-release
github-actions
released this
31 Aug 04:11
·
131 commits
to refs/heads/main
since this release
Changes from v0.11.0
- Store workspace last start and stop time in annotation @jlandowner (#807)
🚀 Features
- Update User's Addon by UI @jlandowner (#787)
🛠 Improvements
- Backoff for next reconciliation @jlandowner (#804)
- keep search string and filter roles state in URL param @jlandowner (#803)
- Show webhook error on UI @jlandowner (#800)
- Improve UI about UserAddon infomation @jlandowner (#799)
- Improve cosmoctl @jlandowner (#795)
- Support group-admin is admin for group @jlandowner (#794)
- Feature required UserAddons and improve template validation @jlandowner (#793)
🐛 Bug Fixes
- Skip UserRole validation for Default UserAddon @jlandowner (#802)
- Disable change password button when auth type is not 'password-secret' @jlandowner (#785)
- Fix GC @jlandowner (#783)
- fix charts and local-run-test @jlandowner (#781)
🧰 Maintenance
- Improve reconciliation @jlandowner (#809)
- Show webhook error on UI @jlandowner (#800)
- fix local-run-test @jlandowner (#796)
- Update GitHub Actions to choose version manually @jlandowner (#780)
⛓️ Dependency update
Docker Images
ghcr.io/cosmo-workspace/cosmo-controller-manager:v1.0.0
ghcr.io/cosmo-workspace/cosmo-dashboard:v1.0.0
ghcr.io/cosmo-workspace/cosmo-traefik-plugins:v1.0.0
How to install
How to upgrade
# update helm local repository
helm repo update
# get current values
helm get values cosmo -n cosmo-system | tail -n +2 > current.values.yaml
# TODO: fix values.yaml if chart options is updated
# upgrade cosmo
helm upgrade cosmo cosmo/cosmo -n cosmo-system --values new.values.yaml