Skip to content

Commit

Permalink
FAB-3905 1.0.0-alpha2 release
Browse files Browse the repository at this point in the history
Change-Id: I6d0f02a30273284b2189edebb0cfb1edabdc78c7
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed May 19, 2017
1 parent dec1772 commit 6b470ed
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,31 @@ SDK's `Enrollment` interface.
on this 1.0 version `preview` may need updating
with subsequent updates of the SDK.

## Known limitations
## Known limitations and restrictions

* TCerts are not supported: JIRA FAB-1401
* HSM not supported. JIRA FAB-3137
* Single Crypto strength 256 JIRA FAB-2564
* Network configuration updates not supported JIRA FAB-3103




<p &nbsp; />
<p &nbsp; />

`*************************************************`
## *v1.0.0-Alpha2*

There is a git tagged v1.0.0-Alpha2 [dec17727ddb6b269f8fb30930e10d89bc185225f] release of the SDK where there is no
need to build the Fabric and Fabric-ca described below.
The provided docker-compose.yaml for the integration tests should pull alpha2 images
from Docker hub.

<p &nbsp; />
<p &nbsp; />

`*************************************************`


## Valid builds of Fabric and Fabric-ca
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.hyperledger.fabric-sdk-java</groupId>
<artifactId>fabric-sdk-java</artifactId>
<packaging>jar</packaging>
<version>1.0.0-alpha2</version>
<version>1.0.0-SNAPSHOT</version>
<name>fabric-java-sdk</name>
<description>Java SDK for Hyperledger fabric project</description>
<url>https://www.hyperledger.org/community/projects</url>
Expand Down
6 changes: 4 additions & 2 deletions src/test/fixture/sdkintegration/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS=
#
#Image tags:
IMAGE_TAG_FABRIC=:x86_64-1.0.0-alpha2
IMAGE_TAG_FABRIC_CA=:x86_64-1.0.0-alpha2
#IMAGE_TAG_FABRIC=:x86_64-1.0.0-alpha2
#IMAGE_TAG_FABRIC_CA=:x86_64-1.0.0-alpha2
IMAGE_TAG_FABRIC=
IMAGE_TAG_FABRIC_CA=

0 comments on commit 6b470ed

Please sign in to comment.