Skip to content

Releases: instill-ai/console

v0.6.2-alpha

22 Jul 13:53
ac51161
Compare
Choose a tag to compare
v0.6.2-alpha Pre-release
Pre-release

0.6.2-alpha (2022-07-22)

Bug Fixes

v0.6.1-alpha

20 Jul 12:22
acd7a9d
Compare
Choose a tag to compare
v0.6.1-alpha Pre-release
Pre-release

0.6.1-alpha (2022-07-20)

Bug Fixes

v0.6.0-alpha

15 Jul 15:06
e871df9
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

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

Bug Fixes

  • fix action issue (#172) (c02e4ad)
  • fix Airbyte nested form validation issue (#171) (1101acc)
  • fix description field is duplicated when create pipeline (#165) (7ef7b1a)

v0.5.2-alpha

13 Jul 05:21
7e09284
Compare
Choose a tag to compare
v0.5.2-alpha Pre-release
Pre-release

0.5.2-alpha (2022-07-13)

Bug Fixes

v0.5.1-alpha

13 Jul 00:26
a3f7bff
Compare
Choose a tag to compare
v0.5.1-alpha Pre-release
Pre-release

0.5.1-alpha (2022-07-13)

Bug Fixes

v0.5.0-alpha

12 Jul 12:31
9134e83
Compare
Choose a tag to compare
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

Bug Fixes

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

v0.4.0-alpha

11 Jul 14:15
e3af87d
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

0.4.0-alpha (2022-07-11)

Features

Bug Fixes

v0.3.3-alpha

30 Jun 15:14
49dcf4e
Compare
Choose a tag to compare
v0.3.3-alpha Pre-release
Pre-release

0.3.3-alpha (2022-06-30)

Bug Fixes

  • fix condition issue when installing deps at image action (#84) (03b32b9)

v0.3.2-alpha

30 Jun 14:19
e50344b
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release

0.3.2-alpha (2022-06-30)

Bug Fixes

  • fix not setup node env and deps issue at image action (56ec66d)
  • fix version (#83) (66abfc9)

v0.3.1-alpha

30 Jun 13:52
d03e1a8
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

0.3.1-alpha (2022-06-30)

Bug Fixes