Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add version matrix #1767

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,21 @@ As rule of thumb, the following changes will **NOT** be automatically accepted i
* **API-breaking changes**, i.e. changes that prevent client applications to *build without modifications* to the client application's source code.
* **CLI-breaking changes**, i.e. changes that require usage changes for CLI users.

## Version matrix
Copy link
Contributor Author

@crodriguezvega crodriguezvega Jul 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it to RELEASES.md, but open to suggestions to have it in another place.

We can add later on a link to the matrix on the README.md when working on #1747.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good for now, we can always iterate if it needs moving later :)


Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently active releases:

| Go | ibc-go | Cosmos SDK | Tendermint |
|----|--------|------------|------------|
| 1.15 | v2.1.0 | v0.44.6 | v0.34.14 |
| 1.15 | v2.1.1 | v0.44.8 | v0.34.19 |
| 1.15 | v2.2.0 | v0.45.1 | v0.34.14 |
| 1.15 | v2.2.1 | v0.45.1 | v0.34.14 |
| 1.17 | v2.3.0 | v0.45.4 | v0.34.19 |
| 1.17 | v3.0.0 | v0.45.1 | v0.34.14 |
| 1.17 | v3.0.1 | v0.45.4 | v0.34.19 |
| 1.17 | v3.1.0 | v0.45.4 | v0.34.19 |

## Graphics

The decision tree above was generated with the following code:
Expand Down