Releases: PaskLab/cardano-docker
Hotfix
Support for node 10.3.1
Added support for node 10.3.1.
Removed references to TopologyUpdater.
Added docs for genesis peer snapshot topology.
9.2.1 Improved db-sync support
Added support for db-sync snapshot.
Updated docs.
Support for node 9.2
Images files reduced by 90% using multistage build.
Dockerfile refactored and updated.
Db-Sync build fixed. Standard lib sodium was installed along the custom one, which causing the build to use the wrong one.
8.7.3.1 Fix - Support for node 8.7.3
Removed '-qa' RTS flag causing issue with latest node release.
Changed google domain dynamic DNS support for Cloudflare since Squarespace doesn't support dynamic dns.
What's Changed
- Fixed RTS flags and added support for Cloudflare by @pascallapointe in #29
Full Changelog: 8.7.3...8.7.3.1
Support for node 8.7.3
- GHC updated to version 9.6.4
- LLVM updated to version 14
- Updated docs
- cardano-cli version branched from cardano-node version number
- Cabal build all doesn't work anymore, explicitly target item to build
Cardano Submit API support
- Added Dockerfile for Cardano-Submit-API support.
- Updated docker-compose.yaml to support cardano-submit.
- Updated README.md to gives submit container build guidance.
Build dependencies update
GHC updated to support cardano-node 1.35.4 requirements.
- Updated ghcup to v0.1.18.0
- Updated GHC to V8.10.7
- Updated cabal to v3.6.2.0
Network isolation & cardano-node 1.35.3 build support
Support have been added to run multiples nodes & bp in network isolation on a single host machine.
Dockerfiles dependencies updated to support build of cardano-node 1.35.3.
Documentation reviewed to reflect container operation changes.
Release changes:
- [Breaking change]:
port.txtfile removed in configuration, use environment var PUBLIC_PORT instead. docker-compose.yamlfiles updated to support multiple node and network isolation.- Prometheus & Grafana configuration updated
- Dependencies updated to build cardano-node 1.35.3 (Vasil HFC).
- Docker-compose json log size limit reduced.
- Change to launch scripts RTS flags.
Upgrade to GHC 8.10.4 with native ARM support
Dockerfiles now rely on GHCUP 0.1.14 instead of cross-compilation to setup the GHC environment.
As a side effect, the cardano_env image building time as been speeded up by an exponential factor..!
Release changes :
- Upgrade to cabal 3.4 and GHC 8.10.4 with native ARM support
- Documentation improvement to fit some changes in docker-compose.yaml file.
- Grafana dashboard upgrade to support cardano-node version 1.25.1 EKG parameters name change.
- Added multithread RTS flag in startup scripts.
- Revert docker-compose logs from journald to json-files.
- Fix parameter name in topologyUpdater to fit cardano_node 1.26.1 new naming
- Removed necessity of duplicating shelley-genesis.json to genesis.json file.