From 500d5badc776c5f2e085dc837a6c44bf40689909 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 17 Oct 2024 10:00:51 -0600 Subject: [PATCH] Mark v1.20.0-rc3 (#2191) * Add a bit to the summary. * Mark v1.20.0-rc3 --- .../bug-fixes/2189-remove-params-storekey.md | 0 .changelog/v1.20.0-rc3/summary.md | 4 ++++ CHANGELOG.md | 14 ++++++++++++++ RELEASE_CHANGELOG.md | 19 +++++++++++++++++++ 4 files changed, 37 insertions(+) rename .changelog/{unreleased => v1.20.0-rc3}/bug-fixes/2189-remove-params-storekey.md (100%) create mode 100644 .changelog/v1.20.0-rc3/summary.md diff --git a/.changelog/unreleased/bug-fixes/2189-remove-params-storekey.md b/.changelog/v1.20.0-rc3/bug-fixes/2189-remove-params-storekey.md similarity index 100% rename from .changelog/unreleased/bug-fixes/2189-remove-params-storekey.md rename to .changelog/v1.20.0-rc3/bug-fixes/2189-remove-params-storekey.md diff --git a/.changelog/v1.20.0-rc3/summary.md b/.changelog/v1.20.0-rc3/summary.md new file mode 100644 index 000000000..58f61be69 --- /dev/null +++ b/.changelog/v1.20.0-rc3/summary.md @@ -0,0 +1,4 @@ +Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). +Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. + +Version `v1.20.0-rc3` should be used in place of `v1.20.0-rc2`. Version `v1.20.0-rc2` doesn't allow restarting a node once it has been stopped (after applying the `viridian-rc1` upgrade). Switching to `v1.20.0-rc3` will fix the error `failed to load latest version: version of store params mismatch root store's version`. It is also safe to use `v1.20.0-rc3` to apply the upgrade (even though the upgrade says to use `v1.20.0-rc2`). diff --git a/CHANGELOG.md b/CHANGELOG.md index da7a51f4c..0417354b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,20 @@ See: [.changelog/unreleased](.changelog/unreleased) --- +## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16 + +### Bug Fixes + +* Remove the params store key and transient store key from the app [PR 2189](https://github.com/provenance-io/provenance/pull/2189). + This fixes a problem in `v1.20.0-rc2` that prevented nodes from restarting if stopped after the upgrade. + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc2...v1.20.0-rc3 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc3 + +--- + ## [v1.20.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc2) 2024-10-16 ### Bug Fixes diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 09f0c9443..4b0efeca9 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,3 +1,22 @@ +## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16 + +Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). +Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. + +Version `v1.20.0-rc3` should be used in place of `v1.20.0-rc2`. Version `v1.20.0-rc2` doesn't allow restarting a node once it has been stopped (after applying the `viridian-rc1` upgrade). Switching to `v1.20.0-rc3` will fix the error `failed to load latest version: version of store params mismatch root store's version`. It is also safe to use `v1.20.0-rc3` to apply the upgrade (even though the upgrade says to use `v1.20.0-rc2`). + +### Bug Fixes + +* Remove the params store key and transient store key from the app [PR 2189](https://github.com/provenance-io/provenance/pull/2189). + This fixes a problem in `v1.20.0-rc2` that prevented nodes from restarting if stopped after the upgrade. + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc2...v1.20.0-rc3 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc3 + +--- + ## [v1.20.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc2) 2024-10-16 Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/).