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

Commit 032aa59

Browse files
authored
FABJ-516 Release v2.1.0 (#49)
* FABJ-516 Release v2.1.0 Signed-off-by: heatherlp <[email protected]> * FABJ-516 Use 2.1 fabric images Signed-off-by: heatherlp <[email protected]>
1 parent 6db3212 commit 032aa59

File tree

126 files changed

+56
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+56
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

README.md

Lines changed: 7 additions & 6 deletions

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.hyperledger.fabric-sdk-java</groupId>
55
<artifactId>fabric-sdk-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.0</version>
7+
<version>2.1.0</version>
88
<name>fabric-java-sdk</name>
99
<description>Java SDK for Hyperledger fabric project</description>
1010
<url>https://www.hyperledger.org/community/projects</url>

release_notes/v2.1.0.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
v2.1.0
2+
------
3+
4+
Release Notes
5+
-------------
6+
Updated Java SDK to support Hyperledger Fabric v2.1.
7+
8+
The v2.1.0 release supercedes v2.0.0 and there are minimal changes between them, please see the change log for a full list of updates.
9+
The release-1.4 branch is currently LTS, please see the proposed Fabric LTS strategy for more information:
10+
https://github.com/hyperledger/fabric-rfcs/pull/23
11+
12+
Known Vulnerabilities
13+
---------------------
14+
none
15+
16+
Resolved Vulnerabilities
17+
------------------------
18+
none
19+
20+
Known Issues & Workarounds
21+
--------------------------
22+
none
23+
24+
Change Log
25+
----------
26+
https://github.com/hyperledger/fabric-sdk-java/blob/master/CHANGELOG.md#v2.1.0

src/test/fixture/sdkintegration/.env

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CLIENT_AUTH_REQUIRED=false
5252
FAB_CONFIG_GEN_VERS=v2.0
5353
V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove
5454
V11_AFFILIATIONS_ALLOWREMOVE=--cfg.affiliations.allowremove
55+
IMAGE_TAG_FABRIC=:2.0
56+
IMAGE_TAG_FABRIC_CA=:1.4
57+
58+
##V 2.1
59+
FAB_CONFIG_GEN_VERS=v2.1
60+
V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove
61+
V11_AFFILIATIONS_ALLOWREMOVE=--cfg.affiliations.allowremove
62+
IMAGE_TAG_FABRIC=:2.1
63+
IMAGE_TAG_FABRIC_CA=:1.4
5564

5665
## Latest
5766
#FAB_CONFIG_GEN_VERS=v2.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)