Skip to content

v0.2.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 14:53
· 925 commits to main since this release
5c7dc04

Changelog

Features

#53 Add User custom resource and support user addon
#36 update objectRef to extend corev1.ObjectReference

Dependencies

#44 Bump @mui/material from 5.0.4 to 5.0.6 in /web/dashboard-ui
#43 Bump @mui/icons-material from 5.0.4 to 5.0.5 in /web/dashboard-ui
#42 Bump react-hook-form from 7.17.4 to 7.18.0 in /web/dashboard-ui
#41 Bump @types/react-router-dom from 5.3.1 to 5.3.2 in /web/dashboard-ui
#40 Bump react-error-boundary from 3.1.3 to 3.1.4 in /web/dashboard-ui
#39 Bump github.com/evanphx/json-patch/v5 from 5.3.0 to 5.6.0
#37 Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
#33 Bump @types/node from 16.11.1 to 16.11.6 in /web/dashboard-ui
#32 Bump @types/react from 17.0.30 to 17.0.33 in /web/dashboard-ui
#26 Bump axios from 0.22.0 to 0.24.0 in /web/dashboard-ui
#19 Bump @testing-library/user-event from 13.4.1 to 13.5.0 in /web/dashboard-ui
#15 Bump @types/react-dom from 17.0.9 to 17.0.10 in /web/dashboard-ui

Docker Images

ghcr.io/cosmo-workspace/cosmo-controller-manager:v0.2.0-rc1
ghcr.io/cosmo-workspace/cosmo-dashboard:v0.2.0-rc1
ghcr.io/cosmo-workspace/cosmo-auth-proxy:v0.2.0-rc1

How to install

See GETTING-STARTED.md

How to upgrade from v0.1.0

  1. Upgrade system components.
# 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

# upgrade cosmo-controller-manager
helm upgrade cosmo-controller-manager cosmo/cosmo-controller-manager -n cosmo-system --version=0.2.0-rc2 --values controller-manager.values.yaml

# upgrade cosmo-dashboard
helm upgrade cosmo-dashboard cosmo/cosmo-dashboard -n cosmo-system --version=0.2.0-rc2 --values dashboard.values.yaml
  1. New CRD User is added. For migrating existing UserNamespace to User, execute the following script.
bash ./hack/v0.2.0-user-migrate.sh