Releases: lephleg/nano-node-docker
Releases · lephleg/nano-node-docker
v4.5 (Oct 2023)
v4.4 (Apr 2021)
- Make
-t
argument required and move to explicit Nano node versions following the Nano Foundation changes. - Add notice in documentation to clarify the installer shall not be used unattended for main net nodes.
v4.3 (Jun 2020)
- Deprecate Nano node watchdog, as it distracts any lengthy node upgrade operations.
v4.3 BETA (Jun 2020)
- Deprecate Nano node watchdog, as it distracts any lengthy node upgrade operations.
v4.2.1 BETA (Jul 2019)
- Adapt to changes v19 of Nano node introduced.
- Deprecate feature support for versions prior to v18.
- Fix watchdog from failing to fetch the proper node logs.
- Fix installer final output.
- Update documentation.
v4.2.1 (Jul 2019)
- Adapt to changes v19 of Nano node introduced.
- Deprecate feature support for versions prior to v18.
- Fix watchdog from failing to fetch the proper node logs.
- Fix installer final output.
- Update documentation.
v4.0 (Feb 2019)
- Switch to IPv6 loopback address to keep aligned with official guides.
- Display installer version during runtime.
- Add node CLI bash alias. (Implements #7 )
- Switch mount directory to /root to support Nano node v18 and handle directory structure by migrating existing database.
- Improve output readability.
- Fix quiet mode.
v4.0 BETA (Feb 2019)
This release points to the beta branch. For the v4.0 changelog, check the mainnet release.
v3.8 BETA (Sept 2018)
This release points to the beta branch. For the v3.8 changelog, check the mainnet release.
v3.8 (Sept 2018)
- You can now select a different Docker image tag for the NANO node, using the new -t argument.
- Added support for the NANO BETA network (testnet), using a separate branch.
- Simplified how the Compose files are used by the installer.
- The installer now keeps a record of the latest used settings.
- Documentation updates.