Skip to content

Releases: helium/console

Console Open Source Release: 08/26/2021

26 Aug 21:35
Compare
Choose a tag to compare

Notes for existing open source users:

  1. Fixed issue with nginx-default.conf template where the X-Forwarded-For header was not being passed to the docker container. Existing users should check that their local nginx.conf file be updated with the fix.

  2. Added additional mandatory and optional environment variables to open source .env template

MAIL_FROM - Used for your email from address if using Mailgun
MAIL_REPLY_TO - Used for your reply email address if using Mailgun
BLOCKCHAIN_API_RETRY - Used for an upcoming feature not yet released
BLOCKCHAIN_API_URL - Used for an upcoming feature not yet released
SOCKET_CHECK_ORIGIN - Removed from docker-compose-server.yaml and surfaced to .env file to keep all environment variable in one place

Console Open Source Release: 07/29/2021

29 Jul 21:44
Compare
Choose a tag to compare

This release updates Console 1.0 (label centric data modeling) to Console 2.0 (data modeling with Flows)

Please note that the master branch on the Console repo has diverged from the original master branch. Existing open source users should delete their local master branch, fetch the latest master branch, then rebuild and redeploy as usual.

Updating to Console 2.0 will require database migrations, and thus we highly recommend taking a db backup before attempting this update.

Our db backup commands that worked for us were:
docker exec -t {container_id} pg_dumpall -c -U postgres > backup.sql (This saves a backup file)
cat backup.sql | docker exec -i {container_id} psql -U postgres (This restores the above backup file)
For other guidance, this article might help (https://www.tecmint.com/backup-and-restore-postgresql-database/)

If you have any issues migrating, please tell us about it here (https://github.com/helium/console/issues).

Console Open Source Release: 07/15/2021

15 Jul 23:18
2453b47
Compare
Choose a tag to compare

https://engineering.helium.com/2021/07/15/console-updates-1.9.55.html

Open Source users please note:

  1. Libressl-dev has been swapped with openssl-dev in the Dockerfile dependencies list. This simply requires a rebuild.
  2. If experiencing issues running Console/Router locally, update Docker to the latest version and pick up the changes in docker-compose-local.yaml template regarding socket_check_origin arg.

Console Open Source Release: 07/01/2021

01 Jul 19:33
7783e90
Compare
Choose a tag to compare

Console Open Source Release: 06/17/2021

Console Open Source Release: 06/03/2021

Console Open Source Release: 05/20/2021

Console Open Source Release: 05/06/2021

06 May 21:55
b2f8b9f
Compare
Choose a tag to compare

Console Open Source Release: 04/22/2021

23 Apr 17:17
Compare
Choose a tag to compare
2021.04.22

Check for unsupported unicode payload strings in add event (#555)

Console Open Source Release: 04/01/2021

01 Apr 20:58
Compare
Choose a tag to compare
  • Updated open source build flow with new templates folder
  • Provided sample nginx configuration for https hosting