Skip to content

Commit

Permalink
Mark v1.20.0-rc3 (#2191)
Browse files Browse the repository at this point in the history
* Add a bit to the summary.

* Mark v1.20.0-rc3
  • Loading branch information
SpicyLemon authored Oct 17, 2024
1 parent e90871c commit 500d5ba
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/v1.20.0-rc3/summary.md
Original file line number Diff line number Diff line change
@@ -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`).
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

0 comments on commit 500d5ba

Please sign in to comment.