Skip to content

Commit

Permalink
Merge branch 'update-neutron-v5.0.2' into release-v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Nov 26, 2024
2 parents fb5e2e2 + f2f599a commit 869532d
Show file tree
Hide file tree
Showing 6 changed files with 7 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 @@ -99,7 +99,7 @@ jobs:
- project: migaloo
version: v3.0.2
- project: neutron
version: v5.0.1
version: v5.0.2
- project: noble
version: v5.0.0
- project: nois
Expand Down
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.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-lumnetwork-v1.6.3`|[Example](./lumnetwork)|
|[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-mars-v1.0.2`|[Example](./mars)|
|[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v3.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-migaloo-v3.0.2`|[Example](./migaloo)|
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-neutron-v5.0.1`|[Example](./neutron)|
|[neutron](https://github.com/neutron-org/neutron)|`v5.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-neutron-v5.0.2`|[Example](./neutron)|
|[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-noble-v5.0.0`|[Example](./noble)|
|[nois](https://github.com/noislabs/noisd)|`v1.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-nois-v1.0.5`|[Example](./nois)|
|[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-omniflixhub-v5.0.1`|[Example](./omniflixhub)|
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.1`|
|Version|`v5.0.2`|
|Binary|`neutrond`|
|Directory|`.neutrond`|
|ENV namespace|`NEUTROND`|
|Repository|`https://github.com/neutron-org/neutron.git`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-neutron-v5.0.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.1-neutron-v5.0.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion neutron/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: neutron
PROJECT_BIN: neutrond
PROJECT_DIR: .neutrond
VERSION: v5.0.1
VERSION: v5.0.2
REPOSITORY: https://github.com/neutron-org/neutron.git
GOLANG_VERSION: 1.22-bullseye
DEBIAN_VERSION: bullseye
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.0.1-neutron-v5.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.1-neutron-v5.0.2
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.0.1-neutron-v5.0.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.0.1-neutron-v5.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 869532d

Please sign in to comment.