Skip to content

Commit 11ff991

Browse files
authored
Release fabric v1.4.5 (#695)
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 1893808 commit 11ff991

6 files changed

Lines changed: 61 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## v1.4.5
2+
Wed Feb 19 12:32:43 EST 2020
3+
4+
* [1893808](https://github.com/hyperledger/fabric/commit/1893808) Remove rollback code from private data store
5+
* [f354c81](https://github.com/hyperledger/fabric/commit/f354c81) [FAB-17472](https://jira.hyperledger.org/browse/FAB-17472) Clarify doc and samples for NodeOU Certificate
6+
* [d45bac4](https://github.com/hyperledger/fabric/commit/d45bac4) Add release notes for Fabric v1.4.5
7+
* [a9a1d07](https://github.com/hyperledger/fabric/commit/a9a1d07) [FAB-17059](https://jira.hyperledger.org/browse/FAB-17059) Extend private data integration tests to cover case when a new eligible peer with different certs joins the channel and attempts to fetch private data before processing the config update that adds its certs to the channel config
8+
* [ca1ae38](https://github.com/hyperledger/fabric/commit/ca1ae38) [FAB-17059](https://jira.hyperledger.org/browse/FAB-17059) Change collection membership eligibility checks to only compare mspID instead of Evaluating the certificate against the access policy
9+
* [e75bc71](https://github.com/hyperledger/fabric/commit/e75bc71) [FAB-17479](https://jira.hyperledger.org/browse/FAB-17479) Migrated Kafka cluster can be safely expanded later (#642)
10+
* [5eaae3a](https://github.com/hyperledger/fabric/commit/5eaae3a) Explicitly enumerate orderer and peer metrics
11+
* [9faad9e](https://github.com/hyperledger/fabric/commit/9faad9e) define couchDB connection pool size [FAB-17277](https://jira.hyperledger.org/browse/FAB-17277) fix too many TCP connections between peer and CouchDB
12+
* [b27a7c7](https://github.com/hyperledger/fabric/commit/b27a7c7) [FAB-16681](https://jira.hyperledger.org/browse/FAB-16681) Fix inconsistencies in the fabcar tutorial
13+
* [46daf02](https://github.com/hyperledger/fabric/commit/46daf02) [FAB-16508](https://jira.hyperledger.org/browse/FAB-16508) Update commercial paper tutorial to match code
14+
* [0a6993d](https://github.com/hyperledger/fabric/commit/0a6993d) Add Documentation Maintainers to CODEOWNERS file in release-1.4 branch
15+
* [52e5155](https://github.com/hyperledger/fabric/commit/52e5155) Point to Artifactory for chaintool downloads
16+
* [1786f10](https://github.com/hyperledger/fabric/commit/1786f10) [FABCN-378] Update links to chaincode JSDoc
17+
* [bc3bb1a](https://github.com/hyperledger/fabric/commit/bc3bb1a) [FAB-15578](https://jira.hyperledger.org/browse/FAB-15578) Fix typos on the endorser metric name
18+
* [975cc00](https://github.com/hyperledger/fabric/commit/975cc00) [FAB-16033](https://jira.hyperledger.org/browse/FAB-16033) Update channel_artifacts location in doc.
19+
* [cae8b55](https://github.com/hyperledger/fabric/commit/cae8b55) Static leader should not give up retrieving blocks
20+
* [f0ea825](https://github.com/hyperledger/fabric/commit/f0ea825) [FAB-17169](https://jira.hyperledger.org/browse/FAB-17169) Add AZP Status Badge (#511)
21+
* [3ad450d](https://github.com/hyperledger/fabric/commit/3ad450d) Go SDK link should point to 1.4 release
22+
* [1b6bea7](https://github.com/hyperledger/fabric/commit/1b6bea7) Update dead link to Go Chaincode SDK
23+
* [9ec196b](https://github.com/hyperledger/fabric/commit/9ec196b) Add CODEOWNERS group
24+
* [a8639ba](https://github.com/hyperledger/fabric/commit/a8639ba) Allow seperate TLS config for cluster and client (#393)
25+
* [d4dca95](https://github.com/hyperledger/fabric/commit/d4dca95) [FAB-17235](https://jira.hyperledger.org/browse/FAB-17235) Fixed broken links in Chaincode for Operators release-1.4
26+
* [835cae3](https://github.com/hyperledger/fabric/commit/835cae3) [FAB-15900](https://jira.hyperledger.org/browse/FAB-15900) Add pkcs11 section to orderer.yaml
27+
* [3bae50c](https://github.com/hyperledger/fabric/commit/3bae50c) [FAB-17289](https://jira.hyperledger.org/browse/FAB-17289) Fix gossip goroutine leak when reading msg (#439)
28+
* [24d418d](https://github.com/hyperledger/fabric/commit/24d418d) [FAB-17128](https://jira.hyperledger.org/browse/FAB-17128) Add single quote to channel name env var (#437)
29+
* [f627b88](https://github.com/hyperledger/fabric/commit/f627b88) Wrong protobuf import in etcdarft
30+
* [778f87b](https://github.com/hyperledger/fabric/commit/778f87b) [FAB-17177](https://jira.hyperledger.org/browse/FAB-17177)] Config block shouldn't verify itself in block replication
31+
* [0ce6685](https://github.com/hyperledger/fabric/commit/0ce6685) [FAB-17220](https://jira.hyperledger.org/browse/FAB-17220) Dynamically build TLS config in Raft client handshake
32+
* [eea42cb](https://github.com/hyperledger/fabric/commit/eea42cb) Increase open file limit to address Gossip flakes
33+
* [3a9b5e3](https://github.com/hyperledger/fabric/commit/3a9b5e3) Fix flaky etcdraft test by installing chaincode serially
34+
* [b4b0191](https://github.com/hyperledger/fabric/commit/b4b0191) Deliver can send multiple blocks when seeking newest
35+
* [634e14b](https://github.com/hyperledger/fabric/commit/634e14b) Attempt to fix flaky integration ApproveForMyOrg
36+
* [1fe6954](https://github.com/hyperledger/fabric/commit/1fe6954) Add hostconfig to build container
37+
* [20ea5df](https://github.com/hyperledger/fabric/commit/20ea5df) [FAB-17128](https://jira.hyperledger.org/browse/FAB-17128) Make channel name env var
38+
* [d8fac8a](https://github.com/hyperledger/fabric/commit/d8fac8a) [FAB-17166](https://jira.hyperledger.org/browse/FAB-17166) Gate UT, IT and DocBuild
39+
* [d5f056f](https://github.com/hyperledger/fabric/commit/d5f056f) [FAB-17132](https://jira.hyperledger.org/browse/FAB-17132) Add Parallel Strategy to Integration Tests
40+
* [36bf3ee](https://github.com/hyperledger/fabric/commit/36bf3ee) [FAB-17133](https://jira.hyperledger.org/browse/FAB-17133) Add Action to Trigger CI
41+
* [ef9960a](https://github.com/hyperledger/fabric/commit/ef9960a) Add CODEOWNERS file
42+
* [d3adcc0](https://github.com/hyperledger/fabric/commit/d3adcc0) Fix the style-guides directory naming scheme (#309)
43+
* [c4f834d](https://github.com/hyperledger/fabric/commit/c4f834d) [FAB-17115](https://jira.hyperledger.org/browse/FAB-17115) Update doc for GitHub migration
44+
* [2c3282e](https://github.com/hyperledger/fabric/commit/2c3282e) [FAB-17114](https://jira.hyperledger.org/browse/FAB-17114) Add AZP support for Fabric
45+
* [9998978](https://github.com/hyperledger/fabric/commit/9998978) [FAB-16712](https://jira.hyperledger.org/browse/FAB-16712) Update Java chaincode doc links
46+
* [633cfbf](https://github.com/hyperledger/fabric/commit/633cfbf) [FAB-17072](https://jira.hyperledger.org/browse/FAB-17072) Prepare for next fabric rel v1.4.5
47+
* [a3a9485](https://github.com/hyperledger/fabric/commit/a3a9485) [FAB-17068](https://jira.hyperledger.org/browse/FAB-17068) Add doc for /version endpoint
48+
* [9f8168f](https://github.com/hyperledger/fabric/commit/9f8168f) [FAB-17032](https://jira.hyperledger.org/browse/FAB-17032) Fix some errors in the doc.
49+
* [89655c3](https://github.com/hyperledger/fabric/commit/89655c3) Add consensus type ectdraft in orderer/README.md
50+
151
## v1.4.4
252
Thu Nov 14 14:20:45 EST 2019
353

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ open source architecture; Hyperledger Fabric is your starting point.
2828

2929
## Releases
3030

31+
- [v1.4.5 - February 19, 2020](https://github.com/hyperledger/fabric/releases/tag/v1.4.5)
3132
- [v1.4.4 - November 14, 2019](https://github.com/hyperledger/fabric/releases/tag/v1.4.4)
3233
- [v1.4.3 - August 26, 2019](https://github.com/hyperledger/fabric/releases/tag/v1.4.3)
3334
- [v1.4.2 - July 17, 2019](https://github.com/hyperledger/fabric/releases/tag/v1.4.2)

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.4**
51+
The command below demonstrates how to download **Fabric v1.4.5**
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.4 1.4.4 0.4.18
56+
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.5 1.4.5 0.4.18
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ with a link to the full release change log.
178178
* `Fabric v1.4.2 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.2>`_.
179179
* `Fabric v1.4.3 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.3>`_.
180180
* `Fabric v1.4.4 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.4>`_.
181+
* `Fabric v1.4.5 release notes <https://github.com/hyperledger/fabric/releases/tag/v1.4.5>`_.
181182
* `Fabric CA v1.4.0 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.0>`_.
182183
* `Fabric CA v1.4.1 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.1>`_.
183184
* `Fabric CA v1.4.2 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.2>`_.
184185
* `Fabric CA v1.4.3 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.3>`_.
185186
* `Fabric CA v1.4.4 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.4>`_.
187+
* `Fabric CA v1.4.5 release notes <https://github.com/hyperledger/fabric-ca/releases/tag/v1.4.5>`_.
186188

187189
.. Licensed under Creative Commons Attribution 4.0 International License
188190
https://creativecommons.org/licenses/by/4.0/

release_notes/v1.4.5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.4.5 Release Notes - Date TBD, 2020
2-
=====================================
1+
v1.4.5 Release Notes - February 19, 2020
2+
========================================
33

44
What's New in Hyperledger Fabric v1.4.5
55
---------------------------------------

scripts/bootstrap.sh

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

88
# if version not passed in, default to latest released version
9-
export VERSION=1.4.4
9+
export VERSION=1.4.5
1010
# if ca version not passed in, default to latest released version
11-
export CA_VERSION=1.4.4
11+
export CA_VERSION=1.4.5
1212
# current version of thirdparty images (couchdb, kafka and zookeeper) released
1313
export THIRDPARTY_IMAGE_VERSION=0.4.18
1414
export ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')")
@@ -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.4 -s"
27-
echo "would download docker images and binaries for version 1.4.4"
26+
echo "e.g. bootstrap.sh 1.4.5 -s"
27+
echo "would download docker images and binaries for version 1.4.5"
2828
}
2929

3030
dockerFabricPull() {

0 commit comments

Comments
 (0)