Releases: ibnesayeed/setup-ipfs
Releases · ibnesayeed/setup-ipfs
Release 0.6.0
- Add recently released IPFS 0.6
- Update dependencies
Release 0.5.0
- Add
peer_id
andwelcome_ref
output variables - Move welcome message printing out from the setup process
- Improve tests
Release 0.4.0
- Added support for optional automatic daemon booting when
run_daemon
input is set to true - Added support for two output variables
resolved_ipfs_version
andipfs_download_url
. - Added cross-platform matrix tests
Release 0.3.0
Add SemVer support in IPFS version input.
Release 0.2.0
Detect the packaged Welcome CID automatically, which was earlier hard-coded to a version that ships with IPFS 5.x.
Release 0.1.0
This is the first attempt of making a cross-platform go-ipfs
installation and setup action to be utilized in other applications that rely on an IPFS instance for testing.