Skip to content

Commit

Permalink
preparing for v8.0.0-rc1 release (cosmos#1994)
Browse files Browse the repository at this point in the history
* prepare v8 release (backport cosmos#1860) (cosmos#1867)

* prepare v8 release (cosmos#1860)

* chore: changelog

* chore: update changelog

* chore: add changelog for v7.0.3

* chore: add v7.1.0 to changelog

Co-authored-by: Yaru Wang <yaru@interchain.io>
(cherry picked from commit f0397fd)

# Conflicts:
#	CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* docs: update changelog

Signed-off-by: Yaru Wang <yaru@interchain.io>

* docs: update docs

Signed-off-by: Yaru Wang <yaru@interchain.io>

Signed-off-by: Yaru Wang <yaru@interchain.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
  • Loading branch information
3 people committed Jan 6, 2023
1 parent d078c2c commit 2da9182
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v8.0.0] - 2023-01-06
## [Unreleased]

## [v8.0.0-rc1] - 2023-01-06

* (gaia) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v3.4.0](https://github.com/cosmos/ibc-go/blob/v3.4.0/CHANGELOG.md) to fix a vulnerability in ICA. See [v3.4.0 CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.9/CHANGELOG.md) and [v3.2.1 Release Notes](https://github.com/cosmos/ibc-go/releases/tag/v3.2.1) for details.
* (gaia) Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.11](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.11). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/release/v0.45.x/CHANGELOG.md) for details.
Expand All @@ -50,31 +52,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (tests) [#1941](https://github.com/cosmos/gaia/pull/1941) Fix packet forward configuration for e2e tests.
* (tests) Use gaiad to swap out [Ignite](https://github.com/ignite/cli) in [liveness tests](https://github.com/cosmos/gaia/blob/main/.github/workflows/test.yml).

## [Unreleased]

## [v8.0.0-rc] - 2022-10-31

* (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.46.4](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.4). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.46.4/CHANGELOG.md) for details. Notably, Gov module has major changes while remaining backwards compatible.
* (gaia) [#1573](https://github.com/cosmos/gaia/issues/1573), [#1576](https://github.com/cosmos/gaia/issues/1576) update [cosmos ledger](https://github.com/cosmos/ledger-go) version to [v.0.9.3](https://github.com/cosmos/ledger-go/releases/tag/v0.9.3).
* (gaia) bump [Liquidity](https://github.com/Gravity-Devs/liquidity) module to [v2.0.1](https://github.com/Gravity-Devs/liquidity/releases/tag/v2.0.1).
* (gaia) bump [ibc-go](https://github.com/cosmos/ibc-go) module to [v5.0.1](https://github.com/cosmos/ibc-go/releases/tag/v5.0.1). See [CHANGELOG.md](https://github.com/cosmos/ibc-go/blob/v5.0.1/CHANGELOG.md) for details.
* (gaia) bump [packet-forwarding-middleware](https://github.com/strangelove-ventures/packet-forward-middleware) to depend on ibc-go v5.
* (feat) add [Groups](https://docs.cosmos.network/main/modules/grthaoup/#group-module) module.
* (feat) add [icamauch](https://github.com/cosmos/gaia/tree/main/x/icamauth) (Interchain Account Message Authorization) module.
* (feat) add [globalfee](https://github.com/cosmos/gaia/tree/main/x/globalfee) module.
* (feat) replace `MempoolFeeDecorator` with [FeeDecorator](https://hub.cosmos.network/main/modules/globalfee/) in order to bypass min fee of messages whitelisted by node operators in app.toml.
* (tests) add [E2E tests](https://github.com/cosmos/gaia/tree/main/tests/e2e) The tests cover transactions/queries tests of different modules, including Bank,
Distribution, Encode, Evidence, FeeGrant, Global Fee, Legacy Gov, New Gov, Groups,
IBC, ICA, packet forwarding middleware, Slashing, Staking, and Vesting module.
* (tests) use gaiad to swap out [Ignite](https://github.com/ignite/cli) in [liveness tests](https://github.com/cosmos/gaia/blob/main/.github/workflows/test.yml).
* (gaia) [#1845](https://github.com/cosmos/gaia/pull/1447) Add bech32-convert command to gaiad

## [v7.1.0] -2022-10-14

* (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.9) to fix the security vulnerability! See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.9/CHANGELOG.md) for details.

## [v7.0.3] -2022-08-03

* (gaia) update go to 1.18.
* (gaia) bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.6). See [CHANGELOG.md](https://github.com/cosmos/cosmos-sdk/blob/v0.45.6/CHANGELOG.md) for details.
* (gaia) bump [Liquidity](https://github.com/Gravity-Devs/liquidity) module to [v1.5.1](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.5.1).
Expand Down Expand Up @@ -488,7 +470,7 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm
<!-- Release links -->

[Unreleased]: https://github.com/cosmos/gaia/compare/v8.0.0...HEAD
[v8.0.0]: https://github.com/cosmos/gaia/releases/tag/v8.0.0
[v8.0.0-rc1]: https://github.com/cosmos/gaia/releases/tag/v8.0.0-rc1
[v7.1.0]: https://github.com/cosmos/gaia/releases/tag/v7.1.0
[v7.0.3]: https://github.com/cosmos/gaia/releases/tag/v7.0.3
[v7.0.2]: https://github.com/cosmos/gaia/releases/tag/v7.0.2
Expand Down

0 comments on commit 2da9182

Please sign in to comment.