Skip to content

v0.5.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@droplet-bot droplet-bot released this 12 Jul 12:31
9134e83

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

Bug Fixes

  • use instill owned icons when interact with instill owned destination (#150) (d466a09)