diff --git a/.github/actions/test-network-setup/action.yaml b/.github/actions/test-network-setup/action.yaml index 8bef0099c5..fa9807276a 100644 --- a/.github/actions/test-network-setup/action.yaml +++ b/.github/actions/test-network-setup/action.yaml @@ -3,7 +3,7 @@ description: Set up the Test Network Runtime inputs: go-version: description: Version of go - default: '1.21' + default: '1.22' node-version: description: Version of node default: 18.x diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d0e9389117..35be812ad5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true env: - GO_VER: '1.21' + GO_VER: '1.22' NODE_VER: 18.x JAVA_VER: 11.x diff --git a/full-stack-asset-transfer-guide/infrastructure/sample-network/network b/full-stack-asset-transfer-guide/infrastructure/sample-network/network index 1cb0b286a2..28ccf9c2ed 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.1 -context FABRIC_CA_VERSION 1.5.6 +context FABRIC_VERSION 2.5.7 +context FABRIC_CA_VERSION 1.5.10 context CLUSTER_RUNTIME kind # or k3s for Rancher context CONTAINER_CLI docker # or nerdctl for containerd @@ -88,7 +88,7 @@ context INIT_IMAGE_LABEL latest context GRPCWEB_IMAGE ghcr.io/hyperledger-labs/grpc-web context GRPCWEB_IMAGE_LABEL latest context COUCHDB_IMAGE couchdb -context COUCHDB_IMAGE_LABEL 3.3.2 +context COUCHDB_IMAGE_LABEL 3.3.3 context CONSOLE_IMAGE ghcr.io/hyperledger-labs/fabric-console context CONSOLE_IMAGE_LABEL latest context DEPLOYER_IMAGE ghcr.io/ibm-blockchain/fabric-deployer diff --git a/test-network/addOrg3/compose/compose-couch-org3.yaml b/test-network/addOrg3/compose/compose-couch-org3.yaml index 595d46754c..76971c4889 100644 --- a/test-network/addOrg3/compose/compose-couch-org3.yaml +++ b/test-network/addOrg3/compose/compose-couch-org3.yaml @@ -12,7 +12,7 @@ networks: services: couchdb4: container_name: couchdb4 - image: couchdb:3.3.2 + image: couchdb:3.3.3 labels: service: hyperledger-fabric # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password diff --git a/test-network/addOrg3/compose/podman/podman-compose-couch-org3.yaml b/test-network/addOrg3/compose/podman/podman-compose-couch-org3.yaml index 595d46754c..76971c4889 100644 --- a/test-network/addOrg3/compose/podman/podman-compose-couch-org3.yaml +++ b/test-network/addOrg3/compose/podman/podman-compose-couch-org3.yaml @@ -12,7 +12,7 @@ networks: services: couchdb4: container_name: couchdb4 - image: couchdb:3.3.2 + image: couchdb:3.3.3 labels: service: hyperledger-fabric # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password diff --git a/test-network/compose/compose-couch.yaml b/test-network/compose/compose-couch.yaml index d9819a4657..4a88f45a9a 100644 --- a/test-network/compose/compose-couch.yaml +++ b/test-network/compose/compose-couch.yaml @@ -12,7 +12,7 @@ networks: services: couchdb0: container_name: couchdb0 - image: couchdb:3.3.2 + image: couchdb:3.3.3 labels: service: hyperledger-fabric # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password @@ -41,7 +41,7 @@ services: couchdb1: container_name: couchdb1 - image: couchdb:3.3.2 + image: couchdb:3.3.3 labels: service: hyperledger-fabric # Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password