From 105cff47b13f68b5847569ea154c90bfa0c673f3 Mon Sep 17 00:00:00 2001 From: Chris Czub Date: Tue, 7 Jun 2022 01:39:28 -0400 Subject: [PATCH] Add testnet release step of checking for tendermint updates (#964) --- .github/ISSUE_TEMPLATE/release_testnet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release_testnet.md b/.github/ISSUE_TEMPLATE/release_testnet.md index b622cc9bba..3ed6569930 100644 --- a/.github/ISSUE_TEMPLATE/release_testnet.md +++ b/.github/ISSUE_TEMPLATE/release_testnet.md @@ -26,6 +26,7 @@ Thursday: - [ ] Check in with team again in a release meeting and update the GitHub milestone to ensure it represents what will make it into the testnet. Monday (release day): +- [ ] Check for any [tendermint updates](https://github.com/tendermint/tendermint/releases) and update the Dockerfiles, documentation, and relay deployments with the latest desired version - [ ] Update the User Guide to mention the git tag - [ ] Create new git tag e.g. `006-orthosie`, push to shared remote: `git tag -a ` - must be annotated tag for Vergen build. This will begin the release process. Monitor the GitHub action to ensure it completes. - [ ] Update peer configuration on our Penumbra validator running on `testnet.penumbra.zone`: in Tendermint's `config.toml`, update the `bootstrap-peers` and `persistent-peers` fields to contain the IPs of the Penumbra-operated full nodes.