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

Bump fabric to v2.5.9 #1224

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
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
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
Loading