Skip to content

Commit

Permalink
Bump fabric to v2.5.9
Browse files Browse the repository at this point in the history
Bump fabric to v2.5.9.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored and satota2 committed Jun 19, 2024
1 parent c077dae commit e334b75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test-network-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ inputs:
default: 11.x
fabric-version:
description: Version of Hyperledger Fabric
default: 2.5.8
default: 2.5.9
ca-version:
description: Version of Hyperledger Fabric CA
default: 1.5.11
default: 1.5.12

runs:
using: "composite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function context() {
export ${name}="${!override_name:-${default_value}}"
}

context FABRIC_VERSION 2.5.8
context FABRIC_CA_VERSION 1.5.11
context FABRIC_VERSION 2.5.9
context FABRIC_CA_VERSION 1.5.12

context CLUSTER_RUNTIME kind # or k3s for Rancher
context CONTAINER_CLI docker # or nerdctl for containerd
Expand Down
8 changes: 4 additions & 4 deletions test-network/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function printHelp() {
println
println " Flags:"
println " Used with \033[0;32mnetwork.sh prereq\033[0m:"
println " -i FabricVersion (default: '2.5.8')"
println " -cai Fabric CA Version (default: '1.5.11')"
println " -i FabricVersion (default: '2.5.9')"
println " -cai Fabric CA Version (default: '1.5.12')"
println
elif [ "$USAGE" == "up" ]; then
println "Usage: "
Expand Down Expand Up @@ -159,8 +159,8 @@ function printHelp() {
println
println " Flags:"
println " Used with \033[0;32mnetwork.sh prereq\033[0m"
println " -i FabricVersion (default: '2.5.8')"
println " -cai Fabric CA Version (default: '1.5.11')"
println " -i FabricVersion (default: '2.5.9')"
println " -cai Fabric CA Version (default: '1.5.12')"
println
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"
Expand Down

0 comments on commit e334b75

Please sign in to comment.