v0.5.0-alpha
Pre-release
Pre-release
0.5.0-alpha (2022-07-12)
Console updates
- Add additional tracking attribute based on the env CONSOLE_EDITION
- Add Google Analytic to track demo website usage
- Add optional description field when create every model_definition
- Stop visitors from deleting resource on demo website
- Add correct page title
- Refactor env var CONSOLE_DOMAIN to CONSOLE_BASE_URL
Upgrade guideline
- Change env config at docker-compose from
environment:
- DISABLE_USAGE_COLLECTION=false
- MGMT_BACKEND_BASE_URL=http://localhost:8084
- PIPELINE_BACKEND_BASE_URL=http://localhost:8081
- CONNECTOR_BACKEND_BASE_URL=http://localhost:8082
- MODEL_BACKEND_BASE_URL=http://localhost:8083
- API_VERSION=v1alpha
- CONSOLE_DOMAIN=localhost
to
environment:
- DISABLE_USAGE_COLLECTION=false
- MGMT_BACKEND_BASE_URL=http://localhost:8084
- PIPELINE_BACKEND_BASE_URL=http://localhost:8081
- CONNECTOR_BACKEND_BASE_URL=http://localhost:8082
- MODEL_BACKEND_BASE_URL=http://localhost:8083
- CONSOLE_BASE_URL=http://localhost:3000
- API_VERSION=v1alpha
- CONSOLE_EDITION=local:ce-dev (depend on your environment)
You could check most up-to-date config here
Features
- add additional tracking attribute (#142) (451d830)
- add ga (#147) (2183570)
- add hugging face icon at model table (#152) (5f50328)
- make description field be a universal optional field when create model (#151) (f7718a5)
- make sure readme is correct (#139) (e5622a8)
- set page title (#146) (f5ecca8)
- stop user delete resource on demo website (#149) (dd68df6)