Skip to content

Commit 74b5ae3

Browse files
Update default Fabric CA version to 1.5.17
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent d669a3f commit 74b5ae3

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/fsat-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
default: "2.5.14"
1616
ca-version:
1717
description: Version of Hyperledger Fabric CA
18-
default: "1.5.15"
18+
default: "1.5.17"
1919

2020
runs:
2121
using: "composite"

.github/actions/test-network-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
default: 2.5.14
1616
ca-version:
1717
description: Version of Hyperledger Fabric CA
18-
default: 1.5.15
18+
default: 1.5.17
1919

2020
runs:
2121
using: "composite"

full-stack-asset-transfer-guide/infrastructure/sample-network/network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function context() {
3434
}
3535

3636
context FABRIC_VERSION 2.5.14
37-
context FABRIC_CA_VERSION 1.5.15
37+
context FABRIC_CA_VERSION 1.5.17
3838

3939
context CLUSTER_RUNTIME kind # or k3s for Rancher
4040
context CONTAINER_CLI docker # or nerdctl for containerd

test-network-k8s/docs/BFT_ORDERERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ First, run the following command to verify that the environment variables are co
3939
```shell
4040
$ ./network
4141

42-
Fabric image versions: Peer (3.1.1), CA (1.5.15)
43-
Fabric binary versions: Peer (3.1.1), CA (1.5.15)
42+
Fabric image versions: Peer (3.1.1), CA (1.5.17)
43+
Fabric binary versions: Peer (3.1.1), CA (1.5.17)
4444

4545
--- Fabric Information
4646
Fabric Version : 3.1

test-network/network.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# default image tag, example: "2.5.13". "default" will download the latest. (-i)
22
IMAGETAG="default"
33

4-
# default ca image tag, example: "1.5.15". "default" will download the latest. (-cai)
4+
# default ca image tag, example: "1.5.17". "default" will download the latest. (-cai)
55
CA_IMAGETAG="default"
66

77
# Using crpto vs CA. default is cryptogen

test-network/scripts/utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function printHelp() {
1818
println " Flags:"
1919
println " Used with \033[0;32mnetwork.sh prereq\033[0m:"
2020
println " -i FabricVersion (default: '2.5.14')"
21-
println " -cai Fabric CA Version (default: '1.5.15')"
21+
println " -cai Fabric CA Version (default: '1.5.17')"
2222
println
2323
elif [ "$USAGE" == "up" ]; then
2424
println "Usage: "
@@ -160,7 +160,7 @@ function printHelp() {
160160
println " Flags:"
161161
println " Used with \033[0;32mnetwork.sh prereq\033[0m"
162162
println " -i FabricVersion (default: '2.5.14')"
163-
println " -cai Fabric CA Version (default: '1.5.15')"
163+
println " -cai Fabric CA Version (default: '1.5.17')"
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"

0 commit comments

Comments
 (0)