diff --git a/.github/workflows/release-status-changer.yml b/.github/workflows/release-status-changer.yml index e5601180d8..aae0d034bd 100644 --- a/.github/workflows/release-status-changer.yml +++ b/.github/workflows/release-status-changer.yml @@ -26,8 +26,8 @@ jobs: - name: Run Python Script env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - STATUS_ENDPOINT: "https://zetachain-mainnet-archive.allthatnode.com:26657/status" - PROPOSAL_ENDPOINT: "https://zetachain-mainnet-archive.allthatnode.com:1317/cosmos/gov/v1/proposals" + STATUS_ENDPOINT: "https://zetachain-mainnet.g.allthatnode.com/archive/tendermint/status" + PROPOSAL_ENDPOINT: "https://zetachain-mainnet.g.allthatnode.com/archive/rest/cosmos/gov/v1/proposals" run: | import requests import time diff --git a/changelog.md b/changelog.md index 3892671555..94fc32a162 100644 --- a/changelog.md +++ b/changelog.md @@ -41,6 +41,7 @@ * [2119](https://github.com/zeta-chain/node/pull/2119) - Updated the release pipeline to only run on hotfix/ and release/ branches. Added option to only run pre-checks and not cut release as well. Switched approval steps to use environments. * [2189](https://github.com/zeta-chain/node/pull/2189) - Updated the docker tag when a release trigger runs to be the github event for the release name which should be the version. Removed mac specific build as the arm build should handle that. * [2191](https://github.com/zeta-chain/node/pull/2191) - Fixed conditional logic for the docker build step for non release builds to not overwrite the github tag. +* [2192](https://github.com/zeta-chain/node/pull/2192) - Added release status checker and updater pipeline that will update release statuses when they go live on network. ## v16.0.0 ### Breaking Changes