Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 87f5eb8

Browse files
authored
[FABG-979] Update stable target to Fabric 2.2.0 (#98)
Signed-off-by: Troy Ronda <troy@troyronda.com>
1 parent b9dcc01 commit 87f5eb8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ DOCKER_CMD ?= docker
2525
DOCKER_COMPOSE_CMD ?= docker-compose
2626

2727
# Fabric versions used in the Makefile
28-
FABRIC_STABLE_VERSION := 2.1.1
29-
FABRIC_STABLE_VERSION_MINOR := 2.1
28+
FABRIC_STABLE_VERSION := 2.2.0
29+
FABRIC_STABLE_VERSION_MINOR := 2.2
3030
FABRIC_STABLE_VERSION_MAJOR := 2
3131

3232
FABRIC_PRERELEASE_VERSION :=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you wish to use the Fabric 'Gateway' programming model, then the API is in th
4848
### Current Compatibility
4949
The SDK's integration tests run against three tagged Fabric versions:
5050
- prev (currently v1.4.7)
51-
- stable (currently v2.1.1)
51+
- stable (currently v2.2.0)
5252
- prerelease (currently disabled)
5353

5454
Additionally for development purposes integration tests also run against the devstable Fabric version as needed.

test/fixtures/dockerenv/.env

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ COMPOSE_PROJECT_NAME=fabsdkgo
1818
FABRIC_DOCKER_REGISTRY=
1919
FABRIC_BASE_DOCKER_REGISTRY=
2020

21-
FABRIC_FIXTURE_VERSION=v2.1
21+
FABRIC_FIXTURE_VERSION=v2.2
2222
FABRIC_CRYPTOCONFIG_VERSION=v2
2323

2424
FABRIC_CA_FIXTURE_TAG=1.4.7
25-
FABRIC_ORDERER_FIXTURE_TAG=2.1.1
26-
FABRIC_PEER_FIXTURE_TAG=2.1.1
27-
FABRIC_BUILDER_FIXTURE_TAG=2.1.1
28-
FABRIC_COUCHDB_FIXTURE_TAG=0.4.20
29-
FABRIC_BASEOS_FIXTURE_TAG=2.1.1
30-
FABRIC_BASEIMAGE_FIXTURE_TAG=0.4.20
25+
FABRIC_ORDERER_FIXTURE_TAG=2.2.0
26+
FABRIC_PEER_FIXTURE_TAG=2.2.0
27+
FABRIC_BUILDER_FIXTURE_TAG=2.2.0
28+
FABRIC_COUCHDB_FIXTURE_TAG=0.4.21
29+
FABRIC_BASEOS_FIXTURE_TAG=2.2.0
30+
FABRIC_BASEIMAGE_FIXTURE_TAG=0.4.21
3131

3232
FABRIC_CA_FIXTURE_IMAGE=hyperledger/fabric-ca
3333
FABRIC_ORDERER_FIXTURE_IMAGE=hyperledger/fabric-orderer

0 commit comments

Comments
 (0)