Skip to content

Commit

Permalink
Update Sentinel to v0.11.3 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Nov 13, 2023
1 parent bc3cd80 commit 810d7b7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- project: seinetwork
version: 1.2.2beta-postfix
- project: sentinel
version: v0.10.1
version: v0.11.3
- project: shentu
version: v2.8.0
- project: sifchain
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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.0-regen-v5.1.1`|[Example](./regen)|
|[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-rizon-v0.4.1`|[Example](./rizon)|
|[seinetwork](https://github.com/sei-protocol/sei-chain)|`1.2.2beta-postfix`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-seinetwork-1.2.2beta-postfix`|[Example](./seinetwork)|
|[sentinel](https://github.com/sentinel-official/hub)|`v0.10.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.10.1`|[Example](./sentinel)|
|[sentinel](https://github.com/sentinel-official/hub)|`v0.11.3`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.11.3`|[Example](./sentinel)|
|[shentu](https://github.com/certikfoundation/shentu)|`v2.8.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-shentu-v2.8.0`|[Example](./shentu)|
|[sifchain](https://github.com/Sifchain/sifnode)|`v1.2.0-beta`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sifchain-v1.2.0-beta`|[Example](./sifchain)|
|[sommelier](https://github.com/PeggyJV/sommelier)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sommelier-v4.0.2`|[Example](./sommelier)|
Expand Down
4 changes: 2 additions & 2 deletions sentinel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.10.1`|
|Version|`v0.11.3`|
|Binary|`sentinelhub`|
|Directory|`.sentinelhub`|
|ENV namespace|`SENTINELHUB`|
|Repository|`https://github.com/sentinel-official/hub`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.10.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.11.3`|

## Examples

Expand Down
3 changes: 2 additions & 1 deletion sentinel/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ services:
args:
PROJECT: sentinel
PROJECT_BIN: sentinelhub
VERSION: v0.10.1
VERSION: v0.11.3
REPOSITORY: https://github.com/sentinel-official/hub.git
GOLANG_VERSION: 1.20-buster
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion sentinel/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.10.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.11.3
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/chain.json
Expand Down
2 changes: 1 addition & 1 deletion sentinel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.10.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.0-sentinel-v0.11.3
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 810d7b7

Please sign in to comment.