Releases: instill-ai/console
Releases · instill-ai/console
v0.6.2-alpha
v0.6.1-alpha
v0.6.0-alpha
0.6.0-alpha (2022-07-15)
Console update
- Update sidebar design
- Refactor lots of types, make our codebase much more consistent
- Fix tracking and collect user usage data issue
- Fix Airbyte nested fields validation and not correct value issue
Features
- make email field required at onboarding form (#169) (1411de7)
- move ga code to PageHead (#160) (3c49122)
- update sidebar design (#167) (d8899f5)
- update TextField props and remove props that have default (#164) (7d2a8b6)
Bug Fixes
v0.5.2-alpha
v0.5.1-alpha
v0.5.0-alpha
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)
Bug Fixes
v0.4.0-alpha
0.4.0-alpha (2022-07-11)
Features
- add dot notation path setter and getter (#108) (e31e172)
- add new readme (#122) (00057c5)
- add trigger section at configure pipeline form (#86) (2ca6dee)
- implement Airbyte form and adapt new message box (#125) (9e061aa)
- Implement airbyte form builder (#101) (d39b4a4)
- Implement delete model service (#137) (3d10302)
- Implement hugging face definition (#138) (9415cbe)
- Implement model instance readme (#102) (72f3f4c)
- Implement resource tab (#128) (b2bf64d)
- recursive request destination definition (#115) (923ed69)
- stop user from testing model instance if it is offline (#88) (b855723)