Skip to content

Commit

Permalink
Upgrade Akash to v0.28.0 (#679)
Browse files Browse the repository at this point in the history
* Upgrade Akash to v0.28.0

Akash will be upgraded to v0.28.0 at block https://dev.mintscan.io/akash/blocks/13759618

Estimated Target Date: Mon Nov 20 2023 03:27:44 GMT+0100 (GMT+01:00)

Proposal: https://dev.mintscan.io/akash/proposals/237

* Update Akash to v0.28.2

---------

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
CharlesJUDITH and tombeynon authored Nov 20, 2023
1 parent 8633e24 commit 6224ac1
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- project: agoric
version: agoric-upgrade-7-2
- project: akash
version: v0.26.2
version: v0.28.2
- project: assetmantle
version: v1.0.0
- project: autonomy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|Project|Version|Image| |
|---|---|---|---|
|[agoric](https://github.com/Agoric/ag0)|`agoric-upgrade-7-2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-agoric-agoric-upgrade-7-2`|[Example](./agoric)|
|[akash](https://github.com/akash-network/node)|`v0.26.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2`|[Example](./akash)|
|[akash](https://github.com/akash-network/node)|`v0.28.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2`|[Example](./akash)|
|[assetmantle](https://github.com/AssetMantle/node)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-assetmantle-v1.0.0`|[Example](./assetmantle)|
|[autonomy](https://github.com/AutonomyNetwork/autonomy-chain)|`v1.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-autonomy-v1.2.1`|[Example](./autonomy)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-bandchain-v2.5.1`|[Example](./bandchain)|
Expand Down
2 changes: 1 addition & 1 deletion _examples/load-balanced-rpc-nodes/node_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.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/snapshot_backup/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.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions _examples/statesync/snapshot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=public-node-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand All @@ -26,7 +26,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=public-node-2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/statesync/statesync-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
6 changes: 3 additions & 3 deletions _examples/validator-and-private-sentries/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
# data:
# mount: /root/.akash
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions _examples/validator-and-public-sentries/sentries-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/validator-and-tmkms/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.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions akash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.26.2`|
|Version|`v0.28.2`|
|Binary|`akash`|
|Directory|`.akash`|
|ENV namespace|`AKASH`|
|Repository|`https://github.com/akash-network/node`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.26.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions akash/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
context: ../
args:
PROJECT: akash
VERSION: v0.26.2
VERSION: v0.28.2
REPOSITORY: https://github.com/akash-network/node
BUILD_IMAGE: binary_zip
BINARY_URL: https://github.com/akash-network/node/releases/download/v0.26.2/akash_linux_amd64.zip
BINARY_URL: https://github.com/akash-network/node/releases/download/v0.28.2/akash_linux_amd64.zip
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion akash/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.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion akash/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.1-akash-v0.26.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 6224ac1

Please sign in to comment.