From 3f2cb121c3de988315a1efd0382a797c7a2e038e Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Fri, 25 Oct 2024 09:14:33 -0600 Subject: [PATCH] Mark v1.20.0-rc4 (#2201) --- .../bug-fixes/2148-fix-recordspec-cli.md | 0 .../bug-fixes/2198-fix-gov-props.md | 0 .../bug-fixes/2199-fix-wasm-build-addr.md | 0 .../improvements/2121-commit-timeout.md | 0 .../2181-combine-changelog-dep-lines.md | 0 .../2192-use-v1-20-0-in-spec-links.md | 0 .../improvements/2195-hide-md-mig-events.md | 0 .changelog/v1.20.0-rc4/summary.md | 4 +++ CHANGELOG.md | 22 +++++++++++++++ RELEASE_CHANGELOG.md | 27 +++++++++++++++++++ 10 files changed, 53 insertions(+) rename .changelog/{unreleased => v1.20.0-rc4}/bug-fixes/2148-fix-recordspec-cli.md (100%) rename .changelog/{unreleased => v1.20.0-rc4}/bug-fixes/2198-fix-gov-props.md (100%) rename .changelog/{unreleased => v1.20.0-rc4}/bug-fixes/2199-fix-wasm-build-addr.md (100%) rename .changelog/{unreleased => v1.20.0-rc4}/improvements/2121-commit-timeout.md (100%) rename .changelog/{unreleased => v1.20.0-rc4}/improvements/2181-combine-changelog-dep-lines.md (100%) rename .changelog/{unreleased => v1.20.0-rc4}/improvements/2192-use-v1-20-0-in-spec-links.md (100%) rename .changelog/{unreleased => v1.20.0-rc4}/improvements/2195-hide-md-mig-events.md (100%) create mode 100644 .changelog/v1.20.0-rc4/summary.md diff --git a/.changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md b/.changelog/v1.20.0-rc4/bug-fixes/2148-fix-recordspec-cli.md similarity index 100% rename from .changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md rename to .changelog/v1.20.0-rc4/bug-fixes/2148-fix-recordspec-cli.md diff --git a/.changelog/unreleased/bug-fixes/2198-fix-gov-props.md b/.changelog/v1.20.0-rc4/bug-fixes/2198-fix-gov-props.md similarity index 100% rename from .changelog/unreleased/bug-fixes/2198-fix-gov-props.md rename to .changelog/v1.20.0-rc4/bug-fixes/2198-fix-gov-props.md diff --git a/.changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md b/.changelog/v1.20.0-rc4/bug-fixes/2199-fix-wasm-build-addr.md similarity index 100% rename from .changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md rename to .changelog/v1.20.0-rc4/bug-fixes/2199-fix-wasm-build-addr.md diff --git a/.changelog/unreleased/improvements/2121-commit-timeout.md b/.changelog/v1.20.0-rc4/improvements/2121-commit-timeout.md similarity index 100% rename from .changelog/unreleased/improvements/2121-commit-timeout.md rename to .changelog/v1.20.0-rc4/improvements/2121-commit-timeout.md diff --git a/.changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md b/.changelog/v1.20.0-rc4/improvements/2181-combine-changelog-dep-lines.md similarity index 100% rename from .changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md rename to .changelog/v1.20.0-rc4/improvements/2181-combine-changelog-dep-lines.md diff --git a/.changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md b/.changelog/v1.20.0-rc4/improvements/2192-use-v1-20-0-in-spec-links.md similarity index 100% rename from .changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md rename to .changelog/v1.20.0-rc4/improvements/2192-use-v1-20-0-in-spec-links.md diff --git a/.changelog/unreleased/improvements/2195-hide-md-mig-events.md b/.changelog/v1.20.0-rc4/improvements/2195-hide-md-mig-events.md similarity index 100% rename from .changelog/unreleased/improvements/2195-hide-md-mig-events.md rename to .changelog/v1.20.0-rc4/improvements/2195-hide-md-mig-events.md diff --git a/.changelog/v1.20.0-rc4/summary.md b/.changelog/v1.20.0-rc4/summary.md new file mode 100644 index 000000000..bab16b824 --- /dev/null +++ b/.changelog/v1.20.0-rc4/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-rc4` is state-compatible with `v1.20.0-rc3` and `v1.20.0-rc2` and it is recommended that nodes update at their earliest convenience. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0417354b6..6a30099d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,28 @@ See: [.changelog/unreleased](.changelog/unreleased) --- +## [v1.20.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc4) 2024-10-25 + +### Improvements + +* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121). +* Update the prep-release script to combine dependency changelog entries [PR 2181](https://github.com/provenance-io/provenance/pull/2181). +* Update the proto file links in the spec docs to point to `v1.20.0` (instead of `v1.19.0`) [PR 2192](https://github.com/provenance-io/provenance/pull/2192). +* Suppress the events emitted during the metadata migration that changes how scope value owners are recorded [PR 2195](https://github.com/provenance-io/provenance/pull/2195). + +### Bug Fixes + +* Fix the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148). +* Register the params types with the codecs so old gov props can be read [PR 2198](https://github.com/provenance-io/provenance/pull/2198). +* Add the query flags to the query wasm build-addr command [PR 2199](https://github.com/provenance-io/provenance/pull/2199). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4 + +--- + ## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16 ### Bug Fixes diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 4b0efeca9..aa80914c5 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,3 +1,30 @@ +## [v1.20.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc4) 2024-10-25 + +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-rc4` is state-compatible with `v1.20.0-rc3` and `v1.20.0-rc2` and it is recommended that nodes update at their earliest convenience. + +### Improvements + +* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121). +* Update the prep-release script to combine dependency changelog entries [PR 2181](https://github.com/provenance-io/provenance/pull/2181). +* Update the proto file links in the spec docs to point to `v1.20.0` (instead of `v1.19.0`) [PR 2192](https://github.com/provenance-io/provenance/pull/2192). +* Suppress the events emitted during the metadata migration that changes how scope value owners are recorded [PR 2195](https://github.com/provenance-io/provenance/pull/2195). + +### Bug Fixes + +* Fix the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148). +* Register the params types with the codecs so old gov props can be read [PR 2198](https://github.com/provenance-io/provenance/pull/2198). +* Add the query flags to the query wasm build-addr command [PR 2199](https://github.com/provenance-io/provenance/pull/2199). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4 + +--- + ## [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/).