Skip to content

Commit 667bf5a

Browse files
committed
FAB-5467 1.0.1 release content
Docs are still pushed from master so this CR pulls in the needed content from the release branch and updates links were needed. Also set the base_version to 1.1 as it's the next major release from master. - update changelog - create/update release notes - set base_version = 1.1 in Makefile - update docs with new short URL for release FAB-5747 Change-Id: Ia82bde12d6952845fac66a493822f82d7a7e7607 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent 762fdfb commit 667bf5a

File tree

5 files changed

+122
-2
lines changed

5 files changed

+122
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## v1.0.1
2+
Sun Aug 5 08:55:45 EDT 2017
3+
4+
* [3abe144](https://github.com/hyperledger/fabric/commit/3abe144) [FAB-5627](https://jira.hyperledger.org/browse/FAB-5627) Missing checks at endorser.go
5+
* [0631ccd](https://github.com/hyperledger/fabric/commit/0631ccd) [FAB-5606](https://jira.hyperledger.org/browse/FAB-5606) Failed ctxu may mutate cache
6+
* [9b37c12](https://github.com/hyperledger/fabric/commit/9b37c12) [FAB-5529](https://jira.hyperledger.org/browse/FAB-5529) Missing check at endorser
7+
* [b3c1430](https://github.com/hyperledger/fabric/commit/b3c1430) [FAB-5525](https://jira.hyperledger.org/browse/FAB-5525) Fix configtx memory allocation bug
8+
* [201a814](https://github.com/hyperledger/fabric/commit/201a814) [FAB-5498](https://jira.hyperledger.org/browse/FAB-5498) Missing RLock in onStatusChangeFactory
9+
* [1b6820a](https://github.com/hyperledger/fabric/commit/1b6820a) [FAB-5484](https://jira.hyperledger.org/browse/FAB-5484) Fixes documentation for Windows users
10+
* [36e5140](https://github.com/hyperledger/fabric/commit/36e5140) [FAB-5329](https://jira.hyperledger.org/browse/FAB-5329) Able to instantiate on a taken chaincode ID
11+
* [65730c8](https://github.com/hyperledger/fabric/commit/65730c8) [FAB-5474](https://jira.hyperledger.org/browse/FAB-5474) add links to godoc resources
12+
* [e7b20bd](https://github.com/hyperledger/fabric/commit/e7b20bd) [FAB-5458](https://jira.hyperledger.org/browse/FAB-5458) wrong type check in validator
13+
* [6eab9cf](https://github.com/hyperledger/fabric/commit/6eab9cf) [FAB-5459](https://jira.hyperledger.org/browse/FAB-5459) Recompute configmap instead of updating
14+
* [2232d0e](https://github.com/hyperledger/fabric/commit/2232d0e) [FAB-5391](https://jira.hyperledger.org/browse/FAB-5391)Prevent concurrent invokes launching cc cont
15+
* [7d59d5a](https://github.com/hyperledger/fabric/commit/7d59d5a) [FAB-5446](https://jira.hyperledger.org/browse/FAB-5446) Fix orderer metadata local test
16+
* [f80789d](https://github.com/hyperledger/fabric/commit/f80789d) [FAB-5422](https://jira.hyperledger.org/browse/FAB-5422) fix syntax error
17+
* [6962ee3](https://github.com/hyperledger/fabric/commit/6962ee3) [FAB-5313](https://jira.hyperledger.org/browse/FAB-5313) Leader election yield if deliver unavailable
18+
* [15c3bbe](https://github.com/hyperledger/fabric/commit/15c3bbe) [FAB-5154](https://jira.hyperledger.org/browse/FAB-5154) update prereqs to Docker 17.03.0-ce
19+
* [0cf4c35](https://github.com/hyperledger/fabric/commit/0cf4c35) [FAB-5353](https://jira.hyperledger.org/browse/FAB-5353): Qualify sys. failure vs validation error
20+
* [fbb84cc](https://github.com/hyperledger/fabric/commit/fbb84cc) [FAB-5422](https://jira.hyperledger.org/browse/FAB-5422) make "Still have questions" prominent
21+
* [210598f](https://github.com/hyperledger/fabric/commit/210598f) [FAB-5421](https://jira.hyperledger.org/browse/FAB-5421) Add configtxlator to fabric-tools image
22+
* [7de02d2](https://github.com/hyperledger/fabric/commit/7de02d2) [FAB-5418](https://jira.hyperledger.org/browse/FAB-5418) Add prereq for npm on Windows
23+
* [03afad8](https://github.com/hyperledger/fabric/commit/03afad8) [FAB-5413](https://jira.hyperledger.org/browse/FAB-5413) Add initial execution in retry process.
24+
* [c97a93a](https://github.com/hyperledger/fabric/commit/c97a93a) [FAB-5407](https://jira.hyperledger.org/browse/FAB-5407) Fix issue with pubkey pkcs11 CKA_PRIVATE
25+
* [4223020](https://github.com/hyperledger/fabric/commit/4223020) [FAB-5390](https://jira.hyperledger.org/browse/FAB-5390) update chaintool URL
26+
* [ecda4c2](https://github.com/hyperledger/fabric/commit/ecda4c2) [FAB-5330](https://jira.hyperledger.org/browse/FAB-5330) Prevent payload buffer overpopulation
27+
* [e3df726](https://github.com/hyperledger/fabric/commit/e3df726) [FAB-5342](https://jira.hyperledger.org/browse/FAB-5342) spelling mistake in log: overflown
28+
* [22e1299](https://github.com/hyperledger/fabric/commit/22e1299) [FAB-5365](https://jira.hyperledger.org/browse/FAB-5365) Fix bad error in peer CLI Deliver
29+
* [3cde835](https://github.com/hyperledger/fabric/commit/3cde835) [FAB-5339](https://jira.hyperledger.org/browse/FAB-5339) Add missing nil check to extensions.go
30+
* [b817672](https://github.com/hyperledger/fabric/commit/b817672) [FAB-5341](https://jira.hyperledger.org/browse/FAB-5341) Solo should respect batchtimeout reconf
31+
* [36b08c7](https://github.com/hyperledger/fabric/commit/36b08c7) [FAB-5340](https://jira.hyperledger.org/browse/FAB-5340) Respect new max message size on reconf
32+
* [3a2dd8e](https://github.com/hyperledger/fabric/commit/3a2dd8e) [FAB-5309](https://jira.hyperledger.org/browse/FAB-5309) Set mod_policy for new channel policies
33+
* [ca167ce](https://github.com/hyperledger/fabric/commit/ca167ce) [FAB-5331](https://jira.hyperledger.org/browse/FAB-5331) Fix formatting of channel name
34+
* [28c8efd](https://github.com/hyperledger/fabric/commit/28c8efd) [FAB-5293](https://jira.hyperledger.org/browse/FAB-5293) Log buffer overflow events
35+
* [fc736ec](https://github.com/hyperledger/fabric/commit/fc736ec) [FAB-5280](https://jira.hyperledger.org/browse/FAB-5280) Fix git clone fabric-samples for Windows
36+
* [1d3d922](https://github.com/hyperledger/fabric/commit/1d3d922) [FAB-5497](https://jira.hyperledger.org/browse/FAB-5497) Create 1.0.1 fabric release
37+
* [bcecd47](https://github.com/hyperledger/fabric/commit/bcecd47) [FAB-5304](https://jira.hyperledger.org/browse/FAB-5304) fix trademark guideline violations
38+
* [ef359a7](https://github.com/hyperledger/fabric/commit/ef359a7) [FAB-5282](https://jira.hyperledger.org/browse/FAB-5282) - fix license headers
39+
* [206272e](https://github.com/hyperledger/fabric/commit/206272e) [FAB-5279](https://jira.hyperledger.org/browse/FAB-5279) update release version
40+
* [f56a82e](https://github.com/hyperledger/fabric/commit/f56a82e) [FAB-5070](https://jira.hyperledger.org/browse/FAB-5070) Finalize release notes for v1.0.0
41+
* [474efd4](https://github.com/hyperledger/fabric/commit/474efd4) [FAB-5257](https://jira.hyperledger.org/browse/FAB-5257) - Remove rc1 refs
42+
* [b5c74cb](https://github.com/hyperledger/fabric/commit/b5c74cb) [FAB-5272](https://jira.hyperledger.org/browse/FAB-5272) Fix npm version in readthedocs
43+
* [e50ca0c](https://github.com/hyperledger/fabric/commit/e50ca0c) [FAB-5070](https://jira.hyperledger.org/browse/FAB-5070) Prepare for v1.0.1 release
44+
145
## v1.0.0
246
Tue Jul 11 14:45:03 CEST 2017
347

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# - unit-test-clean - cleans unit test state (particularly from docker)
3737

3838
PROJECT_NAME = hyperledger/fabric
39-
BASE_VERSION = 1.0.1
39+
BASE_VERSION = 1.1.0
4040
PREV_VERSION = 1.0.0
4141
IS_RELEASE = false
4242

docs/source/releases.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
Release Notes
22
=============
33

4+
`v1.0.1 <https://github.com/hyperledger/fabric/releases/tag/v1.0.1>`__
5+
August 5, 2017
6+
7+
Bug fixes, documentation and test coverage improvements, UX improvements
8+
based on user feedback and changes to address a variety of static scan
9+
findings (unused code, static security scanning, spelling, linting and more).
10+
11+
Known Vulnerabilities
12+
none
13+
14+
Resolved Vulnerabilities
15+
https://jira.hyperledger.org/browse/FAB-5329
16+
https://jira.hyperledger.org/browse/FAB-5330
17+
https://jira.hyperledger.org/browse/FAB-5353
18+
https://jira.hyperledger.org/browse/FAB-5529
19+
https://jira.hyperledger.org/browse/FAB-5606
20+
https://jira.hyperledger.org/browse/FAB-5627
21+
22+
Known Issues & Workarounds
23+
The fabric-ccenv image which is used to build chaincode, currently includes
24+
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
25+
This is convenient, as it provides the ability to package chaincode
26+
without the need to include the "shim". However, this may cause issues in future
27+
releases (and/or when trying to use packages which are included by the "shim").
28+
29+
In order to avoid any issues, users are advised to manually vendor the "shim"
30+
package with their chaincode prior to using the peer CLI for packaging and/or
31+
for installing chaincode.
32+
33+
Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
34+
and kindly be aware that given the above, we may end up changing the
35+
fabric-ccenv in the future.
36+
37+
`Change Log <https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v101>`__
38+
439
`v1.0.0 <https://github.com/hyperledger/fabric/releases/tag/v1.0.0>`__
540
July 11, 2017
641

docs/source/samples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ you will extract the platform-specific binaries:
4444

4545
.. code:: bash
4646
47-
curl -sSL https://goo.gl/iX9dek | bash
47+
curl -sSL https://goo.gl/eYdRbX | bash
4848
4949
.. note:: If you get an error running the above curl command, you may
5050
have too old a version of curl. Please visit the

release_notes/v1.0.1.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
v1.0.1 August 5, 2017
2+
------------------------
3+
4+
Release Notes
5+
-------------
6+
Bug fixes, documentation and test coverage improvements, UX improvements
7+
based on user feedback and changes to address a variety of static scan
8+
findings (unused code, static security scanning, spelling, linting and more).
9+
10+
Known Vulnerabilities
11+
---------------------
12+
none
13+
14+
Resolved Vulnerabilities
15+
------------------------
16+
https://jira.hyperledger.org/browse/FAB-5329
17+
https://jira.hyperledger.org/browse/FAB-5330
18+
https://jira.hyperledger.org/browse/FAB-5353
19+
https://jira.hyperledger.org/browse/FAB-5529
20+
https://jira.hyperledger.org/browse/FAB-5606
21+
https://jira.hyperledger.org/browse/FAB-5627
22+
23+
Known Issues & Workarounds
24+
--------------------------
25+
The fabric-ccenv image which is used to build chaincode, currently includes
26+
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
27+
This is convenient, as it provides the ability to package chaincode
28+
without the need to include the "shim". However, this may cause issues in future
29+
releases (and/or when trying to use packages which are included by the "shim").
30+
31+
In order to avoid any issues, users are advised to manually vendor the "shim"
32+
package with their chaincode prior to using the peer CLI for packaging and/or
33+
for installing chaincode.
34+
35+
Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
36+
and kindly be aware that given the above, we may end up changing the
37+
fabric-ccenv in the future.
38+
39+
Change Log
40+
----------
41+
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v101

0 commit comments

Comments
 (0)