Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.5.0-alpha #140

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

droplet-bot
Copy link
Contributor

@droplet-bot droplet-bot commented Jul 12, 2022

馃 I have created a release beep boop

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)

This PR was generated with Release Please. See documentation.

@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from f83691e to 6268a49 Compare July 12, 2022 11:58
@EiffelFly EiffelFly merged commit 9134e83 into main Jul 12, 2022
@EiffelFly EiffelFly deleted the release-please--branches--main branch July 12, 2022 12:30
@droplet-bot
Copy link
Contributor Author

馃 Release is at https://github.com/instill-ai/console/releases/tag/v0.5.0-alpha 馃尰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants