Skip to content

Commit 699d009

Browse files
authored
Update Intento to v1.0.7 (#1128)
1 parent 1487d83 commit 699d009

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
8282
|[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-gravitybridge-v1.11.1`|[Example](./gravitybridge)|
8383
|[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-impacthub-v0.18.1`|[Example](./impacthub)|
8484
|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.15.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-injective-v1.15.0`|[Example](./injective)|
85-
|[intento](https://github.com/trstlabs/intento)|`v1.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.6`|[Example](./intento)|
85+
|[intento](https://github.com/trstlabs/intento)|`v1.0.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.7`|[Example](./intento)|
8686
|[irisnet](https://github.com/irisnet/irishub)|`v3.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-irisnet-v3.1.1`|[Example](./irisnet)|
8787
|[jackal](https://github.com/JackalLabs/canine-chain)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-jackal-v5.0.0`|[Example](./jackal)|
8888
|[juno](https://github.com/CosmosContracts/Juno)|`v29.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-juno-v29.0.0`|[Example](./juno)|

intento/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
| | |
44
|---|---|
5-
|Version|`v1.0.6`|
5+
|Version|`v1.0.7`|
66
|Binary|`intentod`|
77
|Directory|`.intento`|
88
|ENV namespace|`INTENTOD`|
99
|Repository|`https://github.com/trstlabs/intento`|
10-
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.6`|
10+
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.7`|
1111

1212
## Examples
1313

intento/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
args:
66
PROJECT: intento
77
PROJECT_BIN: intentod
8-
VERSION: v1.0.6
8+
VERSION: v1.0.7
99
REPOSITORY: https://github.com/trstlabs/intento
1010
PROJECT_DIR: .intento
1111
GOLANG_VERSION: 1.24

intento/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
node:
5-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.6
5+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.7
66
env:
77
- MONIKER=Cosmos Omnibus Node
88
- P2P_POLKACHU=1

intento/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.6
3+
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.31-intento-v1.0.7
44
ports:
55
- '26656:26656'
66
- '26657:26657'

0 commit comments

Comments
 (0)