Skip to content

Commit

Permalink
Update Neutron to v5.0.7 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Feb 4, 2025
1 parent 505c222 commit c029902
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[lumnetwork](https://github.com/lum-network/chain)|`v1.6.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-lumnetwork-v1.6.7`|[Example](./lumnetwork)|
|[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-mars-v1.0.2`|[Example](./mars)|
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v4.2.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-migaloo-v4.2.7`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6`|[Example](./neutron)|
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7`|[Example](./neutron)|
|[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-noble-v5.0.0`|[Example](./noble)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-omniflixhub-v5.1.0`|[Example](./omniflixhub)|
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.3`|[Example](./osmosis)|
Expand Down
4 changes: 2 additions & 2 deletions neutron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v5.0.6`|
|Version|`v5.0.7`|
|Binary|`neutrond`|
|Directory|`.neutrond`|
|ENV namespace|`NEUTROND`|
|Repository|`https://github.com/neutron-org/neutron.git`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion neutron/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PROJECT: neutron
PROJECT_BIN: neutrond
PROJECT_DIR: .neutrond
VERSION: v5.0.6
VERSION: v5.0.7
REPOSITORY: https://github.com/neutron-org/neutron.git
GOLANG_VERSION: 1.22
ports:
Expand Down
2 changes: 1 addition & 1 deletion neutron/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion neutron/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit c029902

Please sign in to comment.