Skip to content

Commit 7d1ee82

Browse files
David Enyeartdenyeart
authored andcommitted
v1.4.10 release commit
Final commit for v1.4.10 including doc, script, and release note updates. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent adfdd61 commit 7d1ee82

5 files changed

Lines changed: 33 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v1.4.10
2+
Wed Jan 27 18:16:54 EST 2021
3+
4+
* [adfdd61](https://github.com/hyperledger/fabric/commit/adfdd61) Add v1.4.10 release notes
5+
* [3813607](https://github.com/hyperledger/fabric/commit/3813607) Fix the issue of Nil/Zero-length-byte-array value (#2312)
6+
* [e95a134](https://github.com/hyperledger/fabric/commit/e95a134) Remove unreachable and unnecessary code in gossip membership (#2296)
7+
* [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)
8+
* [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)
9+
* [25d99ba](https://github.com/hyperledger/fabric/commit/25d99ba) Update endorsementpolicies.md
10+
* [7004000](https://github.com/hyperledger/fabric/commit/7004000) Bump Go to 1.14.12
11+
* [2dbf8d6](https://github.com/hyperledger/fabric/commit/2dbf8d6) Bump version of golang.org/x/tools
12+
* [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
13+
* [1d7b876](https://github.com/hyperledger/fabric/commit/1d7b876) Increase Eventually Timeout
14+
* [a25b63f](https://github.com/hyperledger/fabric/commit/a25b63f) Prepare for go 1.14 (#755)
15+
* [b5a12de](https://github.com/hyperledger/fabric/commit/b5a12de) Log TLS hanshake duration
16+
* [56d7b84](https://github.com/hyperledger/fabric/commit/56d7b84) Deduplicate orderer server TLS root CAs (#2030)
17+
* [cf344b5](https://github.com/hyperledger/fabric/commit/cf344b5) [FAB-18244](https://jira.hyperledger.org/browse/FAB-18244) single node catches up with snapshot (#2022)
18+
* [83c833c](https://github.com/hyperledger/fabric/commit/83c833c) [FAB-18270](https://jira.hyperledger.org/browse/FAB-18270) Disable debug of CouchDB response body
19+
* [75f9fe7](https://github.com/hyperledger/fabric/commit/75f9fe7) [FAB-18265](https://jira.hyperledger.org/browse/FAB-18265) Always Use DummyKeystore For PKCS11 BCCSP Provider
20+
* [a40f9d2](https://github.com/hyperledger/fabric/commit/a40f9d2) Allow tick interval override via orderer.yaml
21+
* [db1abf6](https://github.com/hyperledger/fabric/commit/db1abf6) Always Finalize the PKCS11 FindObject Operation (#1978)
22+
* [df50dea](https://github.com/hyperledger/fabric/commit/df50dea) Update devmode doc to note TLS must be disabled (release-1.4)
23+
* [4af8308](https://github.com/hyperledger/fabric/commit/4af8308) Prepare for next release v1.4.10
24+
125
## v1.4.9
226
Wed Sep 30 14:01:41 EDT 2020
327

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ the binaries and images.
4848
4949
.. note:: If you want a specific release, pass a version identifier for Fabric,
5050
Fabric-ca and thirdparty Docker images.
51-
The command below demonstrates how to download **Fabric v1.4.9**
51+
The command below demonstrates how to download **Fabric v1.4.10**
5252

5353
.. code:: bash
5454
5555
curl -sSL http://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version> <thirdparty_version>
56-
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.9 1.4.9 0.4.21
56+
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.10 1.4.10 0.4.22
5757
5858
.. note:: If you get an error running the above curl command, you may
5959
have too old a version of curl that does not handle

docs/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ with a link to the full release change log.
183183
* `Fabric v1.4.7 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.7>`_.
184184
* `Fabric v1.4.8 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.8>`_.
185185
* `Fabric v1.4.9 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.9>`_.
186+
* `Fabric v1.4.10 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.10>`_.
186187
* `Fabric CA v1.4.0 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.0>`_.
187188
* `Fabric CA v1.4.1 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.1>`_.
188189
* `Fabric CA v1.4.2 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.2>`_.

release_notes/v1.4.10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.4.10 Release Notes - Date TBD
2-
================================
1+
v1.4.10 Release Notes - January 27, 2021
2+
========================================
33

44
Fixes
55
-----

scripts/bootstrap.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77

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

@@ -23,8 +23,8 @@ printHelp() {
2323
echo "-s : bypass fabric-samples repo clone"
2424
echo "-b : bypass download of platform-specific binaries"
2525
echo
26-
echo "e.g. bootstrap.sh 1.4.9 -s"
27-
echo "would download docker images and binaries for version 1.4.9"
26+
echo "e.g. bootstrap.sh 1.4.10 -s"
27+
echo "would download docker images and binaries for version 1.4.10"
2828
}
2929

3030
dockerFabricPull() {

0 commit comments

Comments
 (0)