v0.7.0 🌈
github-actions
released this
06 Oct 20:05
·
479 commits
to refs/heads/main
since this release
Changes
🛠 Improvements
- [controller-manager]Support port number change @oruharo (#562)
- Update helm chart @jlandowner (#557)
🧰 Maintenance
- Refactering: Add UserAddonTemplateRef @jlandowner (#556)
- Update Go 1.19 and dependencies @jlandowner (#548)
⛓️ Dependency update
- Bump UI packages @oruharo (#547)
- Bump @mui/icons-material from 5.10.3 to 5.10.6 in /web/dashboard-ui @dependabot (#546)
- Bump web-vitals from 3.0.1 to 3.0.2 in /web/dashboard-ui @dependabot (#545)
- Bump react-hook-form from 7.35.0 to 7.36.0 in /web/dashboard-ui @dependabot (#544)
- Bump @mui/icons-material from 5.10.3 to 5.10.6 in /web/auth-proxy-ui @dependabot (#543)
- Bump @types/react from 18.0.19 to 18.0.21 in /web/auth-proxy-ui @dependabot (#542)
- Bump @types/react from 18.0.19 to 18.0.21 in /web/dashboard-ui @dependabot (#541)
- Bump react-router-dom from 6.3.0 to 6.4.1 in /web/dashboard-ui @dependabot (#536)
- Bump @mui/material from 5.10.4 to 5.10.6 in /web/auth-proxy-ui @dependabot (#535)
- Bump @mui/material from 5.10.4 to 5.10.6 in /web/dashboard-ui @dependabot (#534)
- Bump web-vitals from 3.0.1 to 3.0.2 in /web/auth-proxy-ui @dependabot (#529)
- Bump @types/jest from 29.0.0 to 29.0.3 in /web/auth-proxy-ui @dependabot (#528)
- Bump @types/jest from 29.0.0 to 29.0.3 in /web/dashboard-ui @dependabot (#527)
- Bump @types/node from 18.7.16 to 18.7.18 in /web/dashboard-ui @dependabot (#525)
- Bump @openapitools/openapi-generator-cli from 2.5.1 to 2.5.2 in /hack/api-generate @dependabot (#509)
- Bump @types/node from 18.7.16 to 18.7.18 in /web/auth-proxy-ui @dependabot (#524)
Docker Images
ghcr.io/cosmo-workspace/cosmo-controller-manager:v0.7.0
ghcr.io/cosmo-workspace/cosmo-dashboard:v0.7.0
ghcr.io/cosmo-workspace/cosmo-auth-proxy:v0.7.0
How to install
How to upgrade
# update helm local repository
helm repo update
# get current values for cosmo-controller-manager
helm get values cosmo-controller-manager -n cosmo-system | tail -n +2 > controller-manager.values.yaml
# get current values for cosmo-dashboard
helm get values cosmo-dashboard -n cosmo-system | tail -n +2 > dashboard.values.yaml
# TODO: fix values.yaml if chart options is updated
# upgrade cosmo-controller-manager
helm upgrade cosmo-controller-manager cosmo/cosmo-controller-manager -n cosmo-system --values controller-manager.values.yaml
# update default Templates
kubectl apply -f https://raw.githubusercontent.com/cosmo-workspace/cosmo/v0.7.0/config/user-addon/auth-proxy/user-addon-cosmo-auth-proxy-role.yaml
# upgrade cosmo-dashboard
helm upgrade cosmo-dashboard cosmo/cosmo-dashboard -n cosmo-system --values dashboard.values.yaml