Skip to content

Commit

Permalink
v1.4.10 release commit
Browse files Browse the repository at this point in the history
Final commit for v1.4.10 including doc, script, and release note updates.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
David Enyeart authored and denyeart committed Jan 28, 2021
1 parent adfdd61 commit 7d1ee82
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v1.4.10
Wed Jan 27 18:16:54 EST 2021

* [adfdd61](https://github.com/hyperledger/fabric/commit/adfdd61) Add v1.4.10 release notes
* [3813607](https://github.com/hyperledger/fabric/commit/3813607) Fix the issue of Nil/Zero-length-byte-array value (#2312)
* [e95a134](https://github.com/hyperledger/fabric/commit/e95a134) Remove unreachable and unnecessary code in gossip membership (#2296)
* [51a3a52](https://github.com/hyperledger/fabric/commit/51a3a52) [FAB-17039](https://jira.hyperledger.org/browse/FAB-17039) CherryPick: Skip retrieving pvtdata from transient store when txid is missing (bp #2183) (#2203)
* [746b7e9](https://github.com/hyperledger/fabric/commit/746b7e9) [FAB-18323](https://jira.hyperledger.org/browse/FAB-18323) CherryPick: remove ephemeral from BCCSP SW options (#1553)
* [25d99ba](https://github.com/hyperledger/fabric/commit/25d99ba) Update endorsementpolicies.md
* [7004000](https://github.com/hyperledger/fabric/commit/7004000) Bump Go to 1.14.12
* [2dbf8d6](https://github.com/hyperledger/fabric/commit/2dbf8d6) Bump version of golang.org/x/tools
* [e876e64](https://github.com/hyperledger/fabric/commit/e876e64) [FAB-13370](https://jira.hyperledger.org/browse/FAB-13370) increase go env timeout from 10s to 1m
* [1d7b876](https://github.com/hyperledger/fabric/commit/1d7b876) Increase Eventually Timeout
* [a25b63f](https://github.com/hyperledger/fabric/commit/a25b63f) Prepare for go 1.14 (#755)
* [b5a12de](https://github.com/hyperledger/fabric/commit/b5a12de) Log TLS hanshake duration
* [56d7b84](https://github.com/hyperledger/fabric/commit/56d7b84) Deduplicate orderer server TLS root CAs (#2030)
* [cf344b5](https://github.com/hyperledger/fabric/commit/cf344b5) [FAB-18244](https://jira.hyperledger.org/browse/FAB-18244) single node catches up with snapshot (#2022)
* [83c833c](https://github.com/hyperledger/fabric/commit/83c833c) [FAB-18270](https://jira.hyperledger.org/browse/FAB-18270) Disable debug of CouchDB response body
* [75f9fe7](https://github.com/hyperledger/fabric/commit/75f9fe7) [FAB-18265](https://jira.hyperledger.org/browse/FAB-18265) Always Use DummyKeystore For PKCS11 BCCSP Provider
* [a40f9d2](https://github.com/hyperledger/fabric/commit/a40f9d2) Allow tick interval override via orderer.yaml
* [db1abf6](https://github.com/hyperledger/fabric/commit/db1abf6) Always Finalize the PKCS11 FindObject Operation (#1978)
* [df50dea](https://github.com/hyperledger/fabric/commit/df50dea) Update devmode doc to note TLS must be disabled (release-1.4)
* [4af8308](https://github.com/hyperledger/fabric/commit/4af8308) Prepare for next release v1.4.10

## v1.4.9
Wed Sep 30 14:01:41 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.9**
The command below demonstrates how to download **Fabric v1.4.10**

.. 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.9 1.4.9 0.4.21
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.10 1.4.10 0.4.22
.. 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 @@ -183,6 +183,7 @@ with a link to the full release change log.
* `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 v1.4.9 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.9>`_.
* `Fabric v1.4.10 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.10>`_.
* `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
4 changes: 2 additions & 2 deletions release_notes/v1.4.10.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.4.10 Release Notes - Date TBD
================================
v1.4.10 Release Notes - January 27, 2021
========================================

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

# if version not passed in, default to latest released version
export VERSION=1.4.9
export VERSION=1.4.10
# if ca version not passed in, default to latest released version
export CA_VERSION=1.4.9
# current version of thirdparty images (couchdb, kafka and zookeeper) released
export THIRDPARTY_IMAGE_VERSION=0.4.21
export THIRDPARTY_IMAGE_VERSION=0.4.22
export ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')")
export MARCH=$(uname -m)

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.9 -s"
echo "would download docker images and binaries for version 1.4.9"
echo "e.g. bootstrap.sh 1.4.10 -s"
echo "would download docker images and binaries for version 1.4.10"
}

dockerFabricPull() {
Expand Down

0 comments on commit 7d1ee82

Please sign in to comment.