Skip to content

Commit 73230ad

Browse files
Release v1.0-rc2
Signed-off-by: Marcus Brandenburger <[email protected]>
1 parent 699dc7b commit 73230ad

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
## v1.0.0-rc2
2+
Thu Sep 9 09:57:18 CEST 2021
3+
4+
* [ef710b2](https://github.com/hyperledger/fabric-private-chaincode/commit/ef710b2) Release v1.0-rc2
5+
* [c0e1dfb](https://github.com/hyperledger/fabric-private-chaincode/commit/c0e1dfb) Remove explicit FPC version from docu
6+
* [a007320](https://github.com/hyperledger/fabric-private-chaincode/commit/a007320) catch all chaincode exceptions and fail gracefully with log (#625)
7+
* [d0f2eec](https://github.com/hyperledger/fabric-private-chaincode/commit/d0f2eec) Unittest for ECC (#618)
8+
* [d564662](https://github.com/hyperledger/fabric-private-chaincode/commit/d564662) Separate the FPC go SDK from the Fabric Client SDK Go (#621)
9+
* [6c13943](https://github.com/hyperledger/fabric-private-chaincode/commit/6c13943) Add FPC go protos (#624)
10+
* [dadbd25](https://github.com/hyperledger/fabric-private-chaincode/commit/dadbd25) Fixing Codecov reporting (#622)
11+
* [61fdcb1](https://github.com/hyperledger/fabric-private-chaincode/commit/61fdcb1) HelloWorld on the sample test-network (#619)
12+
* [22ab0dc](https://github.com/hyperledger/fabric-private-chaincode/commit/22ab0dc) Add missing license
13+
* [75653bc](https://github.com/hyperledger/fabric-private-chaincode/commit/75653bc) Fix indentation
14+
* [7e3f242](https://github.com/hyperledger/fabric-private-chaincode/commit/7e3f242) Fix spelling
15+
* [045c329](https://github.com/hyperledger/fabric-private-chaincode/commit/045c329) Add spellchecking for go files
16+
* [7388ac5](https://github.com/hyperledger/fabric-private-chaincode/commit/7388ac5) Fix staticcheck results
17+
* [0ab8501](https://github.com/hyperledger/fabric-private-chaincode/commit/0ab8501) Add go staticchecks
18+
* [84e26db](https://github.com/hyperledger/fabric-private-chaincode/commit/84e26db) New docker flow including pulling images (#612)
19+
* [eb77fbf](https://github.com/hyperledger/fabric-private-chaincode/commit/eb77fbf) Fix Test-Network Readme to shutdown without errors (#615)
20+
* [7c2a146](https://github.com/hyperledger/fabric-private-chaincode/commit/7c2a146) Update attestation verification with additional quote statuses (#610)
21+
* [f9c5a88](https://github.com/hyperledger/fabric-private-chaincode/commit/f9c5a88) Fix path in attestation conversion test
22+
* [f755cec](https://github.com/hyperledger/fabric-private-chaincode/commit/f755cec) Fix build fail and blockchain explorer changes (#609)
23+
* [950cca3](https://github.com/hyperledger/fabric-private-chaincode/commit/950cca3) Adding blockchain explorer to test network (#602)
24+
* [65c021f](https://github.com/hyperledger/fabric-private-chaincode/commit/65c021f) Create pure go crypto impl (#604)
25+
* [eb2b85f](https://github.com/hyperledger/fabric-private-chaincode/commit/eb2b85f) Improve test-network sample to accept any chaincode (#607)
26+
* [a2f6b05](https://github.com/hyperledger/fabric-private-chaincode/commit/a2f6b05) Enable stress tests (#586)
27+
* [66f33b4](https://github.com/hyperledger/fabric-private-chaincode/commit/66f33b4) Revisit Readme
28+
* [51039f1](https://github.com/hyperledger/fabric-private-chaincode/commit/51039f1) Fixed broken links in main readme and helloworld readme
29+
* [dc81cd5](https://github.com/hyperledger/fabric-private-chaincode/commit/dc81cd5) Refactor use of PDO crypto
30+
* [e2dcd7a](https://github.com/hyperledger/fabric-private-chaincode/commit/e2dcd7a) Add hybrid request encryption
31+
* [f97f8dc](https://github.com/hyperledger/fabric-private-chaincode/commit/f97f8dc) Add stress test harness including larger tx parms
32+
* [7522920](https://github.com/hyperledger/fabric-private-chaincode/commit/7522920) Add the usage of fpcclient to the README of test-network deployment.
33+
* [f260421](https://github.com/hyperledger/fabric-private-chaincode/commit/f260421) Fix k8s deployment README
34+
* [aa4bd01](https://github.com/hyperledger/fabric-private-chaincode/commit/aa4bd01) Fix k8s deployment path setting
35+
* [0c8d7d5](https://github.com/hyperledger/fabric-private-chaincode/commit/0c8d7d5) Fix test-network path in simple-go (#580)
36+
* [35c26a6](https://github.com/hyperledger/fabric-private-chaincode/commit/35c26a6) fix linter folders
37+
* [aa732eb](https://github.com/hyperledger/fabric-private-chaincode/commit/aa732eb) update hl-labs -> hl refs
38+
* [a46b759](https://github.com/hyperledger/fabric-private-chaincode/commit/a46b759) Fix test-network setting and README (#573)
39+
* [ec11b8a](https://github.com/hyperledger/fabric-private-chaincode/commit/ec11b8a) Update CODEOWNERS group (#574)
40+
* [28fe6f4](https://github.com/hyperledger/fabric-private-chaincode/commit/28fe6f4) fixup! Remove some make dependencies
41+
* [4ce1854](https://github.com/hyperledger/fabric-private-chaincode/commit/4ce1854) fixup! Remove some make dependencies
42+
* [5bdfe79](https://github.com/hyperledger/fabric-private-chaincode/commit/5bdfe79) Remove some make dependencies
43+
* [4bf0f50](https://github.com/hyperledger/fabric-private-chaincode/commit/4bf0f50) Updates
44+
* [5bd0ddd](https://github.com/hyperledger/fabric-private-chaincode/commit/5bd0ddd) fixup! Make fabric patch optional
45+
* [f210670](https://github.com/hyperledger/fabric-private-chaincode/commit/f210670) Make fabric patch optional
46+
* [97d2caf](https://github.com/hyperledger/fabric-private-chaincode/commit/97d2caf) fixup! New samples structure
47+
* [a2f9dbf](https://github.com/hyperledger/fabric-private-chaincode/commit/a2f9dbf) fixup! New samples structure
48+
* [dd756cf](https://github.com/hyperledger/fabric-private-chaincode/commit/dd756cf) fixup! New samples structure
49+
* [a27adc1](https://github.com/hyperledger/fabric-private-chaincode/commit/a27adc1) fixup! New samples structure
50+
* [34c83ed](https://github.com/hyperledger/fabric-private-chaincode/commit/34c83ed) New samples structure
51+
* [06f59bf](https://github.com/hyperledger/fabric-private-chaincode/commit/06f59bf) Extending HelloWorld tutorial with FPC Client SDK
52+
* [9674b90](https://github.com/hyperledger/fabric-private-chaincode/commit/9674b90) remove unused docker build dependencies
53+
* [9a37217](https://github.com/hyperledger/fabric-private-chaincode/commit/9a37217) Add k8s-based demo network
54+
* [a50c9e1](https://github.com/hyperledger/fabric-private-chaincode/commit/a50c9e1) upgrade pdo
55+
* [7b02fe8](https://github.com/hyperledger/fabric-private-chaincode/commit/7b02fe8) Update Client SDK example with multi-org support
56+
* [b5a75a1](https://github.com/hyperledger/fabric-private-chaincode/commit/b5a75a1) Redoing corrections to solve #540
57+
* [ab52860](https://github.com/hyperledger/fabric-private-chaincode/commit/ab52860) Update "master" branch references to "main"
58+
* [b073fad](https://github.com/hyperledger/fabric-private-chaincode/commit/b073fad) fix
59+
* [37f7fc1](https://github.com/hyperledger/fabric-private-chaincode/commit/37f7fc1) (breaking commit) add test
60+
* [37de010](https://github.com/hyperledger/fabric-private-chaincode/commit/37de010) enable coverage report in CI
61+
* [0dae557](https://github.com/hyperledger/fabric-private-chaincode/commit/0dae557) More Client SDK unit tests
62+
* [0b14603](https://github.com/hyperledger/fabric-private-chaincode/commit/0b14603) Update integration/test-network/README.md
63+
* [dbfb57d](https://github.com/hyperledger/fabric-private-chaincode/commit/dbfb57d) Update integration/test-network/README.md
64+
* [446e978](https://github.com/hyperledger/fabric-private-chaincode/commit/446e978) Revisit test network tutorial
65+
* [7897b83](https://github.com/hyperledger/fabric-private-chaincode/commit/7897b83) Refactor utils in client sdk integration test
66+
* [9dc3351](https://github.com/hyperledger/fabric-private-chaincode/commit/9dc3351) Fix tutorial logging
67+
* [57df801](https://github.com/hyperledger/fabric-private-chaincode/commit/57df801) Add lifecycleclient unit tests
68+
* [a58a2bd](https://github.com/hyperledger/fabric-private-chaincode/commit/a58a2bd) Update MAINTAINERS.md
69+
* [36085f3](https://github.com/hyperledger/fabric-private-chaincode/commit/36085f3) Rename github workflow files
70+
* [db1be5c](https://github.com/hyperledger/fabric-private-chaincode/commit/db1be5c) Repolinter cleanup
71+
* [5ef0e38](https://github.com/hyperledger/fabric-private-chaincode/commit/5ef0e38) Add changelog
72+
* [8089672](https://github.com/hyperledger/fabric-private-chaincode/commit/8089672) Update README
73+
* [6d506e6](https://github.com/hyperledger/fabric-private-chaincode/commit/6d506e6) Update RFC references
74+
* [ad06f0d](https://github.com/hyperledger/fabric-private-chaincode/commit/ad06f0d) Fix issues #536 related with documentation errors in the initial setu… (#537)
75+
* [ad1b5d1](https://github.com/hyperledger/fabric-private-chaincode/commit/ad1b5d1) Add missing FPC v1.0-rc1 to release notes
76+
177
## v1.0.0-rc1
278
6 Feb 2021
379

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PROJECT_NAME=fabric-private-chaincode
6868

6969
export FABRIC_VERSION ?= 2.3.0
7070

71-
export FPC_VERSION := main
71+
export FPC_VERSION := v1.0-rc2
7272

7373
export FABRIC_PATH ?= ${GOPATH}/src/github.com/hyperledger/fabric
7474

0 commit comments

Comments
 (0)