Releases: sayshar/alpine-rpi-os
v1.7.0: Major release to upgrade cardano-node to 1.35.4 and more
Major Updates
- Upgrade instructions from AlpineOS 3.16 to 3.17 now included. New AlpineOS 3.17 link included for those who are performing a clean install.
- Updated links to static builds of cardano-node/cli version 1.35.4 (necessary for the upgrade to protocol v8 for SECP support). Follow the upgrade instructions in "Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries" section.
v1.6.1: Major release to upgrade cardano-node to 1.35.3
Major Updates
- Updated links to static builds of cardano-node/cli version to 1.35.3 instead of 1.35.0 (necessary for the upcoming Vasil hardfork). Please do not use 1.35.2 and below on mainnet in preparation for Vasil. Follow the upgrade instructions in "Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries" section.
v1.6.0: Major release to upgrade cardano-node to 1.35.0 and more
Major Updates
- Upgrade instructions from AlpineOS 3.15 to 3.16 now included. New AlpineOS 3.16 link include for those who are performing a clean install.
- Updated links to static builds of cardano-node/cli version 1.35.0 (necessary for the upcoming Vasil hardfork). Follow the upgrade instructions in "Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries" section.
- Updated prometheus version to 2.36.2.
v1.5.0: Major release to upgrade cardano-node to 1.33.0 and more
Major Updates
- Upgrade instructions from AlpineOS 3.14 to 3.15 now included. New AlpineOS 3.15 link include for those who are performing a clean install.
- Updated links to static builds of cardano-node/cli version 1.33.0. Follow the upgrade instructions in "Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries" section.
- Updated prometheus version to 2.32.1.
- Updated node-exporter version to 1.3.1.
Bug Fixes
- The script
start_stop_cnode_service.sh
has been fixed to ensure new users do not experience this error/lib/rc/sh/openrc-run.sh: source: line 10: can't open '/home//cnode_env': No such file or directory
anymore. A new troubleshooting tip has been added in the readme for those who still experience this issue.
v1.4.0: Major release to upgrade cardano-node to 1.31.0
Updated links to static builds of cardano-node/cli version 1.31.0. Follow the upgrade instructions in "Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries" section.
Updated linked prometheus version to 2.31.1.
v1.3.0: Major release to upgrade cardano-node to 1.30.1
You can now obtain binaries for cardano node 1.30.1 via the instruction links in README.md.
v1.2.1: Major fix for mainnet network configuration files
Instructions to update Alpine OS to version 3.14 is included
You can now obtain binaries for cardano node 1.29.0 (Alonzo HFC ready)
Updated Prometheus and Node-Exporter software version (31/08/2021)
v1.2.0: Major release includes AlpineOS 3.14 upgrade instructions and cardano-node 1.29.0
Instructions to update Alpine OS to version 3.14 is included
You can now obtain binaries for cardano node 1.29.0 (Alonzo HFC ready)
Updated Prometheus and Node-Exporter software version (31/08/2021)
v1.1.1: Minor release to update Readme.md
Added step to ensure tagged version used to ensure a stable version of the scripts are used.
v1.1.0: Major release for system security and instructions for zram
- Updated the init service scripts for AlpineOS to run cardano-node, node-exporter and prometheus in user mode (no longer runs as root).
- Introduced instructions and scripts for zram.
- Updated start_stop_cnode_service.sh to auto-detect username and update a new environment variable
USER
within /etc/profile. This will ensure that these scripts can be used for usernames other than the default usernamecardano
. - The script start_stop_cnode_service.sh should ensure a seamless upgrade from the previous version
v1.0.1
of these scripts when running cardano-node as it checks for file ownership and changes it according to your username. - Prometheus users may have to delete the subfolder
~/prometheus/data
when upgrading fromv1.0.1
. If you intend to keep this subfolder, ensure the folder and all of its contents have their ownership changed via chown to reflect your username.