Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env: update NeoFS and NeoGo #316

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ BASTION_VERSION=10
BASTION_IMAGE=debian

#NEOGO
NEOGO_VERSION=0.105.1
NEOGO_VERSION=0.106.0
NEOGO_IMAGE=nspccdev/neo-go
NEO_GO_PLATFORM=linux-amd64
NEO_GO_URL=https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM}

# NeoFS InnerRing nodes
IR_VERSION=0.41.1
IR_VERSION=0.42.0
IR_IMAGE=nspccdev/neofs-ir

# NeoFS Storage nodes
NODE_VERSION=0.41.1
NODE_VERSION=0.42.0
NODE_IMAGE=nspccdev/neofs-storage

# REST Gate
Expand All @@ -37,11 +37,11 @@ COREDNS_VERSION=v016
COREDNS_IMAGE=nspccdev/coredns

# NeoFS CLI binary
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.41.1/neofs-cli-linux-amd64
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.42.0/neofs-cli-linux-amd64
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary

# NeoFS ADM tool binary
NEOFS_ADM_VERSION=v0.41.1
NEOFS_ADM_VERSION=v0.42.0
NEOFS_ADM_URL=https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_ADM_VERSION}/neofs-adm-linux-amd64
#NEOFS_ADM_PATH=/path/to/neofs-adm-binary

Expand Down
Loading