Skip to content

Commit

Permalink
Release commit for v1.4.8 (#1625)
Browse files Browse the repository at this point in the history
Changelog, doc, and script updates for v1.4.8 release

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored Jul 22, 2020
1 parent 112c6d9 commit 29e1e77
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.4.8
Wed Jul 22 09:23:53 EDT 2020

* [112c6d9](https://github.com/hyperledger/fabric/commit/112c6d9) Add release notes for v1.4.8
* [ae1395b](https://github.com/hyperledger/fabric/commit/ae1395b) Tag built docker images with BASE_VERSION and TWO_DIGIT_VERSION
* [81f32de](https://github.com/hyperledger/fabric/commit/81f32de) Fix latest tag on ccenv
* [caf5b56](https://github.com/hyperledger/fabric/commit/caf5b56) Raft: Check suspect info once per suspect interval (#1602)
* [66349cc](https://github.com/hyperledger/fabric/commit/66349cc) Print channel name in learnAnchorPeers
* [a7eb1f7](https://github.com/hyperledger/fabric/commit/a7eb1f7) [FAB-18043](https://jira.hyperledger.org/browse/FAB-18043) Correct the code comments (#1530)
* [34294ad](https://github.com/hyperledger/fabric/commit/34294ad) Only canonize ECDSA signatures in MSP:IsWellFormed (#1495)
* [c2ea18f](https://github.com/hyperledger/fabric/commit/c2ea18f) Bump Go to 1.13.12 and Third-Party Images to 0.4.21 (#1492)
* [d34fd05](https://github.com/hyperledger/fabric/commit/d34fd05) Fix wrong link sampleconfig
* [4a193ed](https://github.com/hyperledger/fabric/commit/4a193ed) Set http header entries before writing header
* [9d2258c](https://github.com/hyperledger/fabric/commit/9d2258c) Update gotools mockery path for release-1.4 (#1417)
* [65e7353](https://github.com/hyperledger/fabric/commit/65e7353) [FAB-17161](https://jira.hyperledger.org/browse/FAB-17161) improve error message
* [52ee947](https://github.com/hyperledger/fabric/commit/52ee947) Fix the installed binary list in the document
* [877cadd](https://github.com/hyperledger/fabric/commit/877cadd) [DocUpdate] configtxlator decode/common.ConfigUpdate
* [38b40b5](https://github.com/hyperledger/fabric/commit/38b40b5) Prepare for Fabric v1.4.8 release

## v1.4.7
Thu May 14 12:56:18 EDT 2020

Expand Down
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ the binaries and images.
.. note:: If you want a specific release, pass a version identifier for Fabric,
Fabric-ca and thirdparty Docker images.
The command below demonstrates how to download **Fabric v1.4.7**
The command below demonstrates how to download **Fabric v1.4.8**

.. code:: bash
curl -sSL http://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version> <thirdparty_version>
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.7 1.4.7 0.4.21
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.7 0.4.21
.. note:: If you get an error running the above curl command, you may
have too old a version of curl that does not handle
Expand Down
1 change: 1 addition & 0 deletions docs/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ with a link to the full release change log.
* `Fabric v1.4.5 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.5>`_.
* `Fabric v1.4.6 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.6>`_.
* `Fabric v1.4.7 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.7>`_.
* `Fabric v1.4.8 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.8>`_.
* `Fabric CA v1.4.0 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.0>`_.
* `Fabric CA v1.4.1 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.1>`_.
* `Fabric CA v1.4.2 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.2>`_.
Expand Down
2 changes: 1 addition & 1 deletion release_notes/v1.4.8.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.4.8 Release Notes - July 21, 2020
v1.4.8 Release Notes - July 22, 2020
====================================

Fixes
Expand Down
6 changes: 3 additions & 3 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# if version not passed in, default to latest released version
export VERSION=1.4.7
export VERSION=1.4.8
# if ca version not passed in, default to latest released version
export CA_VERSION=1.4.7
# current version of thirdparty images (couchdb, kafka and zookeeper) released
Expand All @@ -23,8 +23,8 @@ printHelp() {
echo "-s : bypass fabric-samples repo clone"
echo "-b : bypass download of platform-specific binaries"
echo
echo "e.g. bootstrap.sh 1.4.7 -s"
echo "would download docker images and binaries for version 1.4.7"
echo "e.g. bootstrap.sh 1.4.8 -s"
echo "would download docker images and binaries for version 1.4.8"
}

dockerFabricPull() {
Expand Down

0 comments on commit 29e1e77

Please sign in to comment.