Skip to content

Releases: dragonchain/dragonchain-installer

Release 0.6.4

13 Feb 19:45
6500c8a
Compare
Choose a tag to compare
Release 0.6.4 Pre-release
Pre-release

This is a small update/bug-fix release which fixes setting kubectl context when running on linux and not using a VM.

Changelog

  • Bugs:
    • Fix bug when not using a VM on linux to properly configure kubectl config environment for the proper user
  • Packaging:
    • Update default version of kubernetes to 1.15.10
    • Update default installed minikube to 1.7.2
    • Update default installed helm to 3.1.0
    • Update default installed kubectl to v1.17.3
    • Use openfaas chart version 5.5.4 (openfaas 0.18.10, faas-netes 0.10.1)

Please note that this installer is still in active development. If you have any issues or feedback, please let us know!

Release 0.6.3

05 Feb 22:44
03d84cb
Compare
Choose a tag to compare
Release 0.6.3 Pre-release
Pre-release

This is a version-bump release which installs newer versions of the software used, including Dragonchain version 4.4.0

Changelog

  • Packaging:
    • Use new dragonchain version 4.4.0 (chart version 1.0.8)
    • Update default version of kubernetes to 1.15.9
    • Update default installed minikube to 1.7.0
    • Update default installed helm to 3.0.3
    • Update default installed kubectl to v1.17.2
    • Use openfaas chart version 5.5.1 (openfaas 0.18.7, faas-netes 0.10.0)

Please note that this installer is still in active development. If you have any issues or feedback, please let us know!

Release 0.6.2

17 Jan 18:52
16c5af5
Compare
Choose a tag to compare
Release 0.6.2 Pre-release
Pre-release

This is a version-bump release which installs newer versions of the software used, including Dragonchain version 4.3.3

Changelog

  • Packaging:
    • Use new dragonchain version 4.3.3 (chart version 1.0.7)
    • Update default installed kubectl to v1.17.1
    • Update default installed virtualbox to v6.1.2
    • Use openfaas chart version 5.4.1 (openfaas 0.18.7, faas-netes 0.9.15)

Please note that this installer is still in active development. If you have any issues or feedback, please let us know!

Release 0.6.1

14 Jan 02:22
4c7e44a
Compare
Choose a tag to compare
Release 0.6.1 Pre-release
Pre-release

This is a bug-fix release for the installer with the following changes:

  • Fix install script for arm64 architecture
  • Fix bug when inputting configuration when install could fail if the configuration directory didn't already exist (~/.dragonchain or %LOCALAPPDATA%\dragonchain)
  • Add warning when running on arm64 that not everything currently works yet

Please note that this installer is still in active development. If you have any issues or feedback, please let us know!

Release 0.6.0

31 Dec 01:11
67f3b8a
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release

This is a new release for the installer with a few new useful features:

  • Helm v3 is now fully supported (as well as continuing support for helm v2), and Helm v3 is now the default installed helm version if the machine that's running doesn't currently already have helm installed. Helm v3 gets rid of tiller, and thus makes installing more stable.
  • When running on linux, starting minikube with vm-driver=none is now fully supported. This uses your machine's local docker daemon to spin up a chain, rather than building a bulky VM for kubernetes. This is highly recommended if running on something such as a VPS, or somewhere where you can't use virtualbox
  • We now use rancher's local-path-provisioner for storing data, which means that your chain's persistent data will no longer be saved in the /tmp directory. This was a necessary step to allow running with vm-driver=none, however it also means that if you upgrade an existing chain originally installed with this tool, its data will be cleared
  • Arm64 has gained experimental support (only with the vm-driver=none option). This is not yet fully working because minikube still has some issues running on arm64, however we expect this to be solved and supported at some future point
  • Resuming an installation after you've put in a configuration is now supported. This means that if you started an installation, put in all your configuration, and then the installation failed, you will be able to much more quickly retry without having to re-enter all the same configuration details. This also means you can upgrade a single chain installed with this tool without re-entering its details as well

Please note that this installer is still in active development. If you have any issues or feedback, please let us know!

Release 0.5.1

05 Dec 22:55
c45a0dc
Compare
Choose a tag to compare
Release 0.5.1 Pre-release
Pre-release

This release simply updates the installed dragonchain version from 4.2.0 to 4.3.0

In order to update an existing chain, you can simply run the installer with the same values and the existing chain will be updated.

This release also fixes a bug to make helm installs more consistent

Initial Beta Release v0.5.0

22 Nov 00:39
5c8bc72
Compare
Choose a tag to compare
Pre-release

This is the initial beta release for the Dragonchain installer

Feedback is encouraged