Bump dependencies

Go to 1.22
CouchDB to 3.3.3
Fabric to 2.5.8
Fabric-CA to 1.5.11

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
David Enyeart 2024-05-21 08:26:33 -04:00 committed by Tatsuya Sato
parent 1058f9ffe1
commit 92f028c08d
7 changed files with 15 additions and 15 deletions

View file

@ -3,7 +3,7 @@ description: Set up the Test Network Runtime
inputs: inputs:
go-version: go-version:
description: Version of go description: Version of go
default: '1.21' default: '1.22'
node-version: node-version:
description: Version of node description: Version of node
default: 18.x default: 18.x
@ -12,10 +12,10 @@ inputs:
default: 11.x default: 11.x
fabric-version: fabric-version:
description: Version of Hyperledger Fabric description: Version of Hyperledger Fabric
default: 2.5.7 default: 2.5.8
ca-version: ca-version:
description: Version of Hyperledger Fabric CA description: Version of Hyperledger Fabric CA
default: 1.5.10 default: 1.5.11
runs: runs:
using: "composite" using: "composite"

View file

@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
env: env:
GO_VER: '1.21' GO_VER: '1.22'
NODE_VER: 18.x NODE_VER: 18.x
JAVA_VER: 11.x JAVA_VER: 11.x

View file

@ -33,8 +33,8 @@ function context() {
export ${name}="${!override_name:-${default_value}}" export ${name}="${!override_name:-${default_value}}"
} }
context FABRIC_VERSION 2.5.1 context FABRIC_VERSION 2.5.8
context FABRIC_CA_VERSION 1.5.6 context FABRIC_CA_VERSION 1.5.11
context CLUSTER_RUNTIME kind # or k3s for Rancher context CLUSTER_RUNTIME kind # or k3s for Rancher
context CONTAINER_CLI docker # or nerdctl for containerd context CONTAINER_CLI docker # or nerdctl for containerd
@ -88,7 +88,7 @@ context INIT_IMAGE_LABEL latest
context GRPCWEB_IMAGE ghcr.io/hyperledger-labs/grpc-web context GRPCWEB_IMAGE ghcr.io/hyperledger-labs/grpc-web
context GRPCWEB_IMAGE_LABEL latest context GRPCWEB_IMAGE_LABEL latest
context COUCHDB_IMAGE couchdb context COUCHDB_IMAGE couchdb
context COUCHDB_IMAGE_LABEL 3.3.2 context COUCHDB_IMAGE_LABEL 3.3.3
context CONSOLE_IMAGE ghcr.io/hyperledger-labs/fabric-console context CONSOLE_IMAGE ghcr.io/hyperledger-labs/fabric-console
context CONSOLE_IMAGE_LABEL latest context CONSOLE_IMAGE_LABEL latest
context DEPLOYER_IMAGE ghcr.io/ibm-blockchain/fabric-deployer context DEPLOYER_IMAGE ghcr.io/ibm-blockchain/fabric-deployer

View file

@ -12,7 +12,7 @@ networks:
services: services:
couchdb4: couchdb4:
container_name: couchdb4 container_name: couchdb4
image: couchdb:3.3.2 image: couchdb:3.3.3
labels: labels:
service: hyperledger-fabric service: hyperledger-fabric
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password

View file

@ -12,7 +12,7 @@ networks:
services: services:
couchdb4: couchdb4:
container_name: couchdb4 container_name: couchdb4
image: couchdb:3.3.2 image: couchdb:3.3.3
labels: labels:
service: hyperledger-fabric service: hyperledger-fabric
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password

View file

@ -12,7 +12,7 @@ networks:
services: services:
couchdb0: couchdb0:
container_name: couchdb0 container_name: couchdb0
image: couchdb:3.3.2 image: couchdb:3.3.3
labels: labels:
service: hyperledger-fabric service: hyperledger-fabric
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
@ -41,7 +41,7 @@ services:
couchdb1: couchdb1:
container_name: couchdb1 container_name: couchdb1
image: couchdb:3.3.2 image: couchdb:3.3.3
labels: labels:
service: hyperledger-fabric service: hyperledger-fabric
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password

View file

@ -17,8 +17,8 @@ function printHelp() {
println println
println " Flags:" println " Flags:"
println " Used with \033[0;32mnetwork.sh prereq\033[0m:" println " Used with \033[0;32mnetwork.sh prereq\033[0m:"
println " -i FabricVersion (default: '2.5.4')" println " -i FabricVersion (default: '2.5.8')"
println " -cai Fabric CA Version (default: '1.5.7')" println " -cai Fabric CA Version (default: '1.5.11')"
println println
elif [ "$USAGE" == "up" ]; then elif [ "$USAGE" == "up" ]; then
println "Usage: " println "Usage: "
@ -159,8 +159,8 @@ function printHelp() {
println println
println " Flags:" println " Flags:"
println " Used with \033[0;32mnetwork.sh prereq\033[0m" println " Used with \033[0;32mnetwork.sh prereq\033[0m"
println " -i FabricVersion (default: '2.5.4')" println " -i FabricVersion (default: '2.5.8')"
println " -cai Fabric CA Version (default: '1.5.7')" println " -cai Fabric CA Version (default: '1.5.11')"
println println
println " Used with \033[0;32mnetwork.sh up\033[0m, \033[0;32mnetwork.sh createChannel\033[0m:" println " Used with \033[0;32mnetwork.sh up\033[0m, \033[0;32mnetwork.sh createChannel\033[0m:"
println " -ca - Use Certificate Authorities to generate network crypto material" println " -ca - Use Certificate Authorities to generate network crypto material"