From faa11874ac5b60ff42f78ee36decdb6db9c9e894 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Sun, 7 Apr 2024 16:05:46 +0100 Subject: [PATCH 1/2] Update CosmosHub to v15.2.0-rc0 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- cosmoshub/README.md | 4 ++-- cosmoshub/build.yml | 2 +- cosmoshub/deploy.yml | 2 +- cosmoshub/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 03cd81777..3602de375 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - project: comdex version: v13.4.0 - project: cosmoshub - version: v15.1.0 + version: v15.2.0-rc0 - project: crescent version: v4.2.0 - project: cronos diff --git a/README.md b/README.md index 1a56a5941..49e02077b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v6.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-chihuahua-v6.0.1`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v13.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-comdex-v13.4.0`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v15.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.1.0`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v15.2.0-rc0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cronos-v1.0.9`|[Example](./cronos)| |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.8`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.8`|[Example](./cryptoorgchain)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index 414a71e79..2ac05ed8f 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v15.1.0`| +|Version|`v15.2.0-rc0`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.1.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 36e7884b2..4c2283a08 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v15.1.0 + VERSION: v15.2.0-rc0 REPOSITORY: https://github.com/cosmos/gaia NAMESPACE: GAIAD GOLANG_VERSION: 1.20-buster diff --git a/cosmoshub/deploy.yml b/cosmoshub/deploy.yml index 31057a178..db56ddd7d 100644 --- a/cosmoshub/deploy.yml +++ b/cosmoshub/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.1.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/chain.json diff --git a/cosmoshub/docker-compose.yml b/cosmoshub/docker-compose.yml index 394330368..7f1723c90 100644 --- a/cosmoshub/docker-compose.yml +++ b/cosmoshub/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.1.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0 ports: - '26656:26656' - '26657:26657' From 12d0e8f95f56a10862e029431016a3c79ede53aa Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Mon, 8 Apr 2024 13:56:40 +0100 Subject: [PATCH 2/2] Update CosmosHub to v15.2.0 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- cosmoshub/README.md | 4 ++-- cosmoshub/build.yml | 2 +- cosmoshub/deploy.yml | 2 +- cosmoshub/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3602de375..df4eb29bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - project: comdex version: v13.4.0 - project: cosmoshub - version: v15.2.0-rc0 + version: v15.2.0 - project: crescent version: v4.2.0 - project: cronos diff --git a/README.md b/README.md index 49e02077b..e26e5a8b2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v6.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-chihuahua-v6.0.1`|[Example](./chihuahua)| |[comdex](https://github.com/comdex-official/comdex)|`v13.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-comdex-v13.4.0`|[Example](./comdex)| -|[cosmoshub](https://github.com/cosmos/gaia)|`v15.2.0-rc0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0`|[Example](./cosmoshub)| +|[cosmoshub](https://github.com/cosmos/gaia)|`v15.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cronos-v1.0.9`|[Example](./cronos)| |[cryptoorgchain](https://github.com/crypto-org-chain/chain-main)|`v4.2.8`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cryptoorgchain-v4.2.8`|[Example](./cryptoorgchain)| diff --git a/cosmoshub/README.md b/cosmoshub/README.md index 2ac05ed8f..7896199d5 100644 --- a/cosmoshub/README.md +++ b/cosmoshub/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v15.2.0-rc0`| +|Version|`v15.2.0`| |Binary|`gaiad`| |Directory|`.gaia`| |ENV namespace|`GAIAD`| |Repository|`https://github.com/cosmos/gaia`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0`| ## Examples diff --git a/cosmoshub/build.yml b/cosmoshub/build.yml index 4c2283a08..a1aca9195 100644 --- a/cosmoshub/build.yml +++ b/cosmoshub/build.yml @@ -8,7 +8,7 @@ services: PROJECT: cosmoshub PROJECT_BIN: gaiad PROJECT_DIR: .gaia - VERSION: v15.2.0-rc0 + VERSION: v15.2.0 REPOSITORY: https://github.com/cosmos/gaia NAMESPACE: GAIAD GOLANG_VERSION: 1.20-buster diff --git a/cosmoshub/deploy.yml b/cosmoshub/deploy.yml index db56ddd7d..97dd8c968 100644 --- a/cosmoshub/deploy.yml +++ b/cosmoshub/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/chain.json diff --git a/cosmoshub/docker-compose.yml b/cosmoshub/docker-compose.yml index 7f1723c90..d06648433 100644 --- a/cosmoshub/docker-compose.yml +++ b/cosmoshub/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0-rc0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.11-cosmoshub-v15.2.0 ports: - '26656:26656' - '26657:26657'