From 4e760d1b00678efb7f2de8c5841bf9587e1335dd Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Thu, 18 Jul 2024 10:24:26 +0100 Subject: [PATCH] Update Sentinel to v0.11.5 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- sentinel/README.md | 4 ++-- sentinel/build.yml | 2 +- sentinel/deploy.yml | 2 +- sentinel/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d080750e6..65ea93e96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -129,7 +129,7 @@ jobs: - project: seinetwork version: v3.9.0 - project: sentinel - version: v0.11.3 + version: v0.11.5 - project: shentu version: v2.10.0 - project: sifchain diff --git a/README.md b/README.md index f79bce534..a9d1ceeee 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[regen](https://github.com/regen-network/regen-ledger)|`v5.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-regen-v5.1.1`|[Example](./regen)| |[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-rizon-v0.4.1`|[Example](./rizon)| |[seinetwork](https://github.com/sei-protocol/sei-chain)|`v3.9.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-seinetwork-v3.9.0`|[Example](./seinetwork)| -|[sentinel](https://github.com/sentinel-official/hub)|`v0.11.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.3`|[Example](./sentinel)| +|[sentinel](https://github.com/sentinel-official/hub)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.5`|[Example](./sentinel)| |[shentu](https://github.com/certikfoundation/shentu)|`v2.10.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-shentu-v2.10.0`|[Example](./shentu)| |[sifchain](https://github.com/Sifchain/sifnode)|`v1.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sifchain-v1.4.0`|[Example](./sifchain)| |[sommelier](https://github.com/PeggyJV/sommelier)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sommelier-v4.0.2`|[Example](./sommelier)| diff --git a/sentinel/README.md b/sentinel/README.md index 608ca1418..12e201793 100644 --- a/sentinel/README.md +++ b/sentinel/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v0.11.3`| +|Version|`v0.11.5`| |Binary|`sentinelhub`| |Directory|`.sentinelhub`| |ENV namespace|`SENTINELHUB`| |Repository|`https://github.com/sentinel-official/hub`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.3`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.5`| ## Examples diff --git a/sentinel/build.yml b/sentinel/build.yml index f2b00dea7..6febd9fc0 100644 --- a/sentinel/build.yml +++ b/sentinel/build.yml @@ -7,7 +7,7 @@ services: args: PROJECT: sentinel PROJECT_BIN: sentinelhub - VERSION: v0.11.3 + VERSION: v0.11.5 REPOSITORY: https://github.com/sentinel-official/hub.git GOLANG_VERSION: 1.20-buster ports: diff --git a/sentinel/deploy.yml b/sentinel/deploy.yml index d1f3077b0..35d93239a 100644 --- a/sentinel/deploy.yml +++ b/sentinel/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.5 env: - MONIKER=my-moniker-1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/chain.json diff --git a/sentinel/docker-compose.yml b/sentinel/docker-compose.yml index 59dc17ccd..40d824447 100644 --- a/sentinel/docker-compose.yml +++ b/sentinel/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.3 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.21-sentinel-v0.11.5 ports: - '26656:26656' - '26657:26657'