Skip to content

Commit

Permalink
[FAB-7281] Release Hyperledger Fabric v1.0.5
Browse files Browse the repository at this point in the history
- Makefile:  IS_RELEASE=true
- generated CHANGELOG.md
- created release notes

Change-Id: Ifec895b1ffca8dfda7562f686520cb7d09c26da1
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Dec 5, 2017
1 parent 2459adb commit f0d8572
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.0.5
Mon Dec 4 14:54:59 EST 2017

* [e93db02](https://github.com/hyperledger/fabric/commit/e93db02) [FAB-7281](https://jira.hyperledger.org/browse/FAB-7281) Release Hyperledger Fabric v1.0.5
* [84d3849](https://github.com/hyperledger/fabric/commit/84d3849) [FAB-7283](https://jira.hyperledger.org/browse/FAB-7283) Update docs with new download link
* [140c45f](https://github.com/hyperledger/fabric/commit/140c45f) [FAB-6879](https://jira.hyperledger.org/browse/FAB-6879) Fix configtxgen inaccuracies in doc
* [dc3586c](https://github.com/hyperledger/fabric/commit/dc3586c) [FAB-7290](https://jira.hyperledger.org/browse/FAB-7290) Handle Nil pointer panic in blocks iterator
* [ee63d58](https://github.com/hyperledger/fabric/commit/ee63d58) [FAB-7288](https://jira.hyperledger.org/browse/FAB-7288) Revert back to Kafka 0.9.0.1
* [9bf243e](https://github.com/hyperledger/fabric/commit/9bf243e) [FAB-7054](https://jira.hyperledger.org/browse/FAB-7054) more flexibility setting Kafka.Version
* [3404ff7](https://github.com/hyperledger/fabric/commit/3404ff7) [FAB-6853](https://jira.hyperledger.org/browse/FAB-6853) Fix block storage startup messages
* [dc8d323](https://github.com/hyperledger/fabric/commit/dc8d323) [FAB-6987](https://jira.hyperledger.org/browse/FAB-6987)Fix single_tx_client panic error
* [b19580a](https://github.com/hyperledger/fabric/commit/b19580a) [FAB-7046](https://jira.hyperledger.org/browse/FAB-7046) update kafka version to 0.10.2.1
* [71a36d4](https://github.com/hyperledger/fabric/commit/71a36d4) [FAB-6969](https://jira.hyperledger.org/browse/FAB-6969) sampleconfig certificates are expired
* [21234b6](https://github.com/hyperledger/fabric/commit/21234b6) [FAB-6931](https://jira.hyperledger.org/browse/FAB-6931) update zookeeper reference version
* [c7c8827](https://github.com/hyperledger/fabric/commit/c7c8827) [FAB-6568](https://jira.hyperledger.org/browse/FAB-6568) Fabcar Documentation for 15049
* [8395434](https://github.com/hyperledger/fabric/commit/8395434) [FAB-6794](https://jira.hyperledger.org/browse/FAB-6794) Fix Bootstrap and download for v1.0.4
* [f55a214](https://github.com/hyperledger/fabric/commit/f55a214) [FAB-6795](https://jira.hyperledger.org/browse/FAB-6795) Prepare fabric for v1.0.5 development
* [c799e3e](https://github.com/hyperledger/fabric/commit/c799e3e) [FAB-6794](https://jira.hyperledger.org/browse/FAB-6794) Bootstrap and download for v1.0.4

## v1.0.4
Tue Oct 31 09:17:51 EDT 2017

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.0.5
PREV_VERSION = 1.0.4
IS_RELEASE = false
IS_RELEASE = true

ifneq ($(IS_RELEASE),true)
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
Expand Down
30 changes: 30 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Release Notes
=============

`v1.0.5 <https://github.com/hyperledger/fabric/releases/tag/v1.0.5>`__
December 4, 2017

Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

Known Vulnerabilities
none

Resolved Vulnerabilities
none

Known Issues & Workarounds
The fabric-ccenv image which is used to build chaincode, currently includes
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
This is convenient, as it provides the ability to package chaincode
without the need to include the "shim". However, this may cause issues in future
releases (and/or when trying to use packages which are included by the "shim").

In order to avoid any issues, users are advised to manually vendor the "shim"
package with their chaincode prior to using the peer CLI for packaging and/or
for installing chaincode.

Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
and kindly be aware that given the above, we may end up changing the
fabric-ccenv in the future.

`Change Log <https://github.com/hyperledger/fabric/blob/v1.0.5/CHANGELOG.md#v105>`__

`v1.0.4 <https://github.com/hyperledger/fabric/releases/tag/v1.0.4>`__
October 31, 2017

Expand Down
36 changes: 36 additions & 0 deletions release_notes/v1.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
v1.0.5 December 4, 2017
------------------------

Release Notes
-------------
Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
none

Known Issues & Workarounds
--------------------------
The fabric-ccenv image which is used to build chaincode, currently includes
the github.com/hyperledger/fabric/core/chaincode/shim ("shim") package.
This is convenient, as it provides the ability to package chaincode
without the need to include the "shim". However, this may cause issues in future
releases (and/or when trying to use packages which are included by the "shim").

In order to avoid any issues, users are advised to manually vendor the "shim"
package with their chaincode prior to using the peer CLI for packaging and/or
for installing chaincode.

Please refer to https://jira.hyperledger.org/browse/FAB-5177 for more details,
and kindly be aware that given the above, we may end up changing the
fabric-ccenv in the future.

Change Log
----------
https://github.com/hyperledger/fabric/blob/v1.0.5/CHANGELOG.md#v105

0 comments on commit f0d8572

Please sign in to comment.