File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
full-stack-asset-transfer-guide/infrastructure/sample-network Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 default : v0.25.3
1313 fabric-version :
1414 description : Version of Hyperledger Fabric
15- default : " 2.5.11 "
15+ default : " 2.5.12 "
1616 ca-version :
1717 description : Version of Hyperledger Fabric CA
1818 default : " 1.5.15"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 default : 11.x
1313 fabric-version :
1414 description : Version of Hyperledger Fabric
15- default : 2.5.11
15+ default : 2.5.12
1616 ca-version :
1717 description : Version of Hyperledger Fabric CA
1818 default : 1.5.15
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ function context() {
3333 export ${name} =" ${! override_name:- ${default_value} } "
3434}
3535
36- context FABRIC_VERSION 2.5.11
37- context FABRIC_CA_VERSION 1.5.14
36+ context FABRIC_VERSION 2.5.12
37+ context FABRIC_CA_VERSION 1.5.15
3838
3939context CLUSTER_RUNTIME kind # or k3s for Rancher
4040context CONTAINER_CLI docker # or nerdctl for containerd
Original file line number Diff line number Diff line change 1- # default image tag, example: "2.5.11 ". "default" will download the latest. (-i)
1+ # default image tag, example: "2.5.12 ". "default" will download the latest. (-i)
22IMAGETAG="default"
33
4- # default ca image tag, example: "1.5.14 ". "default" will download the latest. (-cai)
4+ # default ca image tag, example: "1.5.15 ". "default" will download the latest. (-cai)
55CA_IMAGETAG="default"
66
77# Using crpto vs CA. default is cryptogen
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ function printHelp() {
1717 println
1818 println " Flags:"
1919 println " Used with \033[0;32mnetwork.sh prereq\033[0m:"
20- println " -i FabricVersion (default: '2.5.11 ')"
21- println " -cai Fabric CA Version (default: '1.5.14 ')"
20+ println " -i FabricVersion (default: '2.5.12 ')"
21+ println " -cai Fabric CA Version (default: '1.5.15 ')"
2222 println
2323 elif [ " $USAGE " == " up" ]; then
2424 println " Usage: "
@@ -159,8 +159,8 @@ function printHelp() {
159159 println
160160 println " Flags:"
161161 println " Used with \033[0;32mnetwork.sh prereq\033[0m"
162- println " -i FabricVersion (default: '2.5.11 ')"
163- println " -cai Fabric CA Version (default: '1.5.14 ')"
162+ println " -i FabricVersion (default: '2.5.12 ')"
163+ println " -cai Fabric CA Version (default: '1.5.15 ')"
164164 println
165165 println " Used with \033[0;32mnetwork.sh up\033[0m, \033[0;32mnetwork.sh createChannel\033[0m:"
166166 println " -ca - Use Certificate Authorities to generate network crypto material"
You can’t perform that action at this time.
0 commit comments