Skip to content

Commit cc3879c

Browse files
committed
[FAB-13556] Update master for fabric v1.4.0
Change-Id: Iabb2cf024f9908cec60d7b30ecfd1d66699f97e5 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent 609595f commit cc3879c

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

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.0 - January 9, 2019](https://github.com/hyperledger/fabric/releases/tag/v1.4.0)
3132
- [v1.4.0-rc2 - December 20, 2018](https://github.com/hyperledger/fabric/releases/tag/v1.4.0-rc2)
3233
- [v1.4.0-rc1 - December 10, 2018](https://github.com/hyperledger/fabric/releases/tag/v1.4.0-rc1)
3334
- [v1.3.0 - October 10, 2018](https://github.com/hyperledger/fabric/releases/tag/v1.3.0)

docs/source/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Fabric Samples and binaries, go ahead and execute the following command:
4141

4242
.. code:: bash
4343
44-
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0-rc2
44+
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0
4545
4646
.. note:: If you want to download different versions for Fabric, Fabric-ca and thirdparty
4747
Docker images, you must pass the version identifier for each.
4848

4949
.. code:: bash
5050
5151
curl -sSL http://bit.ly/2ysbOFE | bash -s <fabric> <fabric-ca> <thirdparty>
52-
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0-rc2 1.4.0-rc2 0.4.14
52+
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0 1.4.0 0.4.14
5353
5454
.. note:: If you get an error running the above curl command, you may
5555
have too old a version of curl that does not handle
@@ -62,7 +62,7 @@ Fabric Samples and binaries, go ahead and execute the following command:
6262
https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh
6363

6464
.. note:: You can use the command above for any published version of Hyperledger
65-
Fabric. Simply replace `1.4.0-rc2` with the version identifier
65+
Fabric. Simply replace `1.4.0` with the version identifier
6666
of the version you wish to install.
6767

6868
The command above downloads and executes a bash script

release_notes/v1.4.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.4.0-rc2 Release Notes - December 20, 2018
2-
--------------------------------------------
1+
v1.4.0 Release Notes - January 9, 2019
2+
--------------------------------------
33

44
What's New in Hyperledger Fabric v1.4
55
-------------------------------------
@@ -122,4 +122,4 @@ Updated to Go version 1.11.1
122122
Updated baseimage version to 0.4.14
123123

124124
For the full list of improvements and fixes, refer to the release change log:
125-
https://github.com/hyperledger/fabric/blob/master/CHANGELOG.md#v140-rc2
125+
https://github.com/hyperledger/fabric/blob/release-1.4/CHANGELOG.md#v140

scripts/bootstrap.sh

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

88
# if version not passed in, default to latest released version
9-
export VERSION=1.4.0-rc2
9+
export VERSION=1.4.0
1010
# if ca version not passed in, default to latest released version
1111
export CA_VERSION=$VERSION
1212
# current version of thirdparty images (couchdb, kafka and zookeeper) released
@@ -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.0-rc2 -s"
27-
echo "would download docker images and binaries for version 1.4.0-rc2"
26+
echo "e.g. bootstrap.sh 1.4.0 -s"
27+
echo "would download docker images and binaries for version 1.4.0"
2828
}
2929

3030
dockerFabricPull() {

0 commit comments

Comments
 (0)