Releases: cheqd/cheqd-node
v1.4.2
Release Notes for cheqd-node v1.4.2
This release is a security update to remediate the "Huckleberry" vulnerability in ibc-go
. Please see our security advisory notice for further details.
This is a non-state breaking release and does not require a coordinated upgrade. Node operators are suggested to update their nodes regardless to remediate the vulnerability. You can use the interactive installer to carry this out, or by manually replacing the cheqd-noded
binary wherever it is on your system.
What's Changed
- ci: Update cleanup cache by @ankurdotb in #579
- chore(deps-dev): Bump semantic-release from 21.0.0 to 21.0.1 by @dependabot in #583
- chore(deps): Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 by @dependabot in #580
- chore(deps): Bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 by @dependabot in #582
- chore(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 by @dependabot in #585
- chore(deps): Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #584
- chore(deps): Bump github/super-linter from 4 to 5 by @dependabot in #586
- chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2 by @dependabot in #589
- chore(deps): Bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.9 by @dependabot in #590
- chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 by @dependabot in #592
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 by @dependabot in #591
- security(no-release): Security upgrade alpine from 3.17 to 3 [Snyk] by @snyk-bot in #593
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 by @dependabot in #595
- chore(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in #594
- ci(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 by @dependabot in #596
- chore(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #598
- chore(deps): Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #597
- security: ibc-go "Huckleberry" patch [DEV-2690] by @ankurdotb in #600
- ci(release): Fix release workflow guard for GoReleaser by @ankurdotb in #601
- ci(release): Add better release guard in CI workflow by @ankurdotb in #602
Full Changelog: v1.4.0...v1.4.2
v1.4.1-develop.3
Release Notes for cheqd-node v1.4.1-develop.3
What's Changed
- ci: Update cleanup cache by @ankurdotb in #579
- chore(deps-dev): Bump semantic-release from 21.0.0 to 21.0.1 by @dependabot in #583
- chore(deps): Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 by @dependabot in #580
- chore(deps): Bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 by @dependabot in #582
- chore(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 by @dependabot in #585
- chore(deps): Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #584
- chore(deps): Bump github/super-linter from 4 to 5 by @dependabot in #586
- chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2 by @dependabot in #589
- chore(deps): Bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.9 by @dependabot in #590
- chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 by @dependabot in #592
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 by @dependabot in #591
- security(no-release): Security upgrade alpine from 3.17 to 3 [Snyk] by @snyk-bot in #593
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 by @dependabot in #595
- chore(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in #594
- ci(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 by @dependabot in #596
- chore(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #598
- chore(deps): Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #597
- security: ibc-go "Huckleberry" patch [DEV-2690] by @ankurdotb in #600
- ci(release): Fix release workflow guard for GoReleaser by @ankurdotb in #601
- ci(release): Add better release guard in CI workflow by @ankurdotb in #602
Full Changelog: v1.4.0...v1.4.1-develop.3
v1.4.0
Release Notes for cheqd-node v1.4.0
This version primarily fixes the interactive installer, an off-ledger helper software for carrying out cheqd-node installations and upgrades. The installer now:
- Attempts to create a backup of the user's configuration folder and private validator state files, when carrying out upgrades or downloading snapshots.
- Frees up spaces by deleting the data folder when requesting a snapshot restore (only if the backup has been made).
- Bumps Cosmovisor if necessary.
- Set environment variables for cheqd-node as well as for Cosmovisor.
- Separates out warning, error, info etc level messages based on success status of the action.
To enable debug level logs in case the installer fails, set an environment variable called PYTHONDEVMODE
to the value 1
on your system. This will provide additional diagnostic logging that can help pinpoint errors if the installer fails.
What's Changed
- build: Add publish API sub-package for cheqd-node [DEV-2232] by @abdulla-ashurov in #553
- chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 by @dependabot in #561
- chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 in /api by @dependabot in #558
- chore(deps): Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in #559
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in #560
- feat: Fix multibase && fix base58 encoding in debug cmd by @DaevMithran in #562
- ci(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 by @dependabot in #567
- chore(deps): Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2 by @dependabot in #566
- chore(deps): Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 by @dependabot in #565
- docs: Update testnet and mainnet upgrade-v1.json files [DEV-2296] by @filipdjokic in #568
- chore(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 by @dependabot in #573
- chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 by @dependabot in #572
- chore(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by @dependabot in #571
- chore(deps): Bump actions/setup-go from 3 to 4 by @dependabot in #570
- feat(installer): Rewrite interactive installer to handle edge cases more robustly [DEV-1900] by @benyam7 in #462
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 by @dependabot in #576
- chore(deps): Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 by @dependabot in #575
- chore(deps): Bump github.com/multiformats/go-multibase from 0.1.1 to 0.2.0 by @dependabot in #569
- chore: Merge develop to main by @ankurdotb in #578
Full Changelog: v1.3.0...v1.4.0
v1.4.0-develop.1
Release Notes for cheqd-node v1.4.0-develop.1
What's Changed
- chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 by @dependabot in #561
- chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 in /api by @dependabot in #558
- chore(deps): Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in #559
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in #560
- feat: Fix multibase && fix base58 encoding in debug cmd by @DaevMithran in #562
Full Changelog: v1.3.1-develop.1...v1.4.0-develop.1
v1.3.1-develop.1
Release Notes for cheqd-node v1.3.1-develop.1
What's Changed
- build: Add publish API sub-package for cheqd-node [DEV-2232] by @abdulla-ashurov in #553
Full Changelog: v1.3.0...v1.3.1-develop.1
v1.3.0
Release Notes for cheqd-node v1.3.0
What's Changed
- feat: Bump Cosmos SDK to v0.46.10 [DEV-2290] by @ankurdotb in #556
- chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #555
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 by @dependabot in #554
- build: Updated cheqd-node/api package + Cosmos SDK bump by @ankurdotb in #557
Full Changelog: v1.2.8...v1.3.0
v1.3.0-develop.3
Release Notes for cheqd-node v1.3.0-develop.3
Full Changelog: v1.3.0-develop.2...v1.3.0-develop.3
v1.3.0-develop.2
Release Notes for cheqd-node v1.3.0-develop.2
What's Changed
- chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #555
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 by @dependabot in #554
Full Changelog: v1.3.0-develop.1...v1.3.0-develop.2
v1.3.0-develop.1
Release Notes for cheqd-node v1.3.0-develop.1
What's Changed
- feat: Bump Cosmos SDK to v0.46.10 [DEV-2290] by @ankurdotb in #556
Full Changelog: v1.2.8...v1.3.0-develop.1
v1.2.8
Release Notes for cheqd-node v1.2.8
What's Changed
- fix: Draft bugfix to installer file to handle filenames for binaries
Full Changelog: v1.2.7...v1.2.8
Release Notes for cheqd-node v1.2.8
Full Changelog: v1.2.7...v1.2.8