diff --git a/.github/actions/fsat-setup/action.yaml b/.github/actions/fsat-setup/action.yaml index aca108e0..e40b8fcf 100644 --- a/.github/actions/fsat-setup/action.yaml +++ b/.github/actions/fsat-setup/action.yaml @@ -12,10 +12,10 @@ inputs: default: v0.25.3 fabric-version: description: Version of Hyperledger Fabric - default: '2.5.7' + default: '2.5.11' ca-version: description: Version of Hyperledger Fabric CA - default: '1.5.10' + default: '1.5.14' runs: using: "composite" diff --git a/.github/actions/test-network-setup/action.yaml b/.github/actions/test-network-setup/action.yaml index f0f17e23..ac6c1a19 100644 --- a/.github/actions/test-network-setup/action.yaml +++ b/.github/actions/test-network-setup/action.yaml @@ -12,10 +12,10 @@ inputs: default: 11.x fabric-version: description: Version of Hyperledger Fabric - default: 2.5.9 + default: 2.5.11 ca-version: description: Version of Hyperledger Fabric CA - default: 1.5.12 + default: 1.5.14 runs: using: "composite" diff --git a/full-stack-asset-transfer-guide/infrastructure/sample-network/network b/full-stack-asset-transfer-guide/infrastructure/sample-network/network index dbeeca88..90f562f6 100755 --- a/full-stack-asset-transfer-guide/infrastructure/sample-network/network +++ b/full-stack-asset-transfer-guide/infrastructure/sample-network/network @@ -33,8 +33,8 @@ function context() { export ${name}="${!override_name:-${default_value}}" } -context FABRIC_VERSION 2.5.9 -context FABRIC_CA_VERSION 1.5.12 +context FABRIC_VERSION 2.5.11 +context FABRIC_CA_VERSION 1.5.14 context CLUSTER_RUNTIME kind # or k3s for Rancher context CONTAINER_CLI docker # or nerdctl for containerd diff --git a/test-network/network.config b/test-network/network.config index 36abb724..f11d9c73 100644 --- a/test-network/network.config +++ b/test-network/network.config @@ -1,7 +1,7 @@ -# default image tag, example: "2.5.4". "default" will download the latest. (-i) +# default image tag, example: "2.5.11". "default" will download the latest. (-i) IMAGETAG="default" -# default ca image tag, example: "1.5.7". "default" will download the latest. (-cai) +# default ca image tag, example: "1.5.14". "default" will download the latest. (-cai) CA_IMAGETAG="default" # Using crpto vs CA. default is cryptogen diff --git a/test-network/scripts/utils.sh b/test-network/scripts/utils.sh index 6ee74891..49ea1d1d 100755 --- a/test-network/scripts/utils.sh +++ b/test-network/scripts/utils.sh @@ -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.9')" - println " -cai Fabric CA Version (default: '1.5.12')" + println " -i FabricVersion (default: '2.5.11')" + println " -cai Fabric CA Version (default: '1.5.14')" println elif [ "$USAGE" == "up" ]; then println "Usage: " @@ -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.9')" - println " -cai Fabric CA Version (default: '1.5.12')" + println " -i FabricVersion (default: '2.5.11')" + println " -cai Fabric CA Version (default: '1.5.14')" 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"