Skip to content

Commit

Permalink
Updates in master for v2.1.1 release
Browse files Browse the repository at this point in the history
Update master doc and bootstrap script for v2.1.1 release.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored and Brett Logan committed Jun 1, 2020
1 parent 90a4665 commit ab88de1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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 the latest production releases -
**Fabric v2.1.0** and **Fabric CA v1.4.7**
**Fabric v2.1.1** and **Fabric CA v1.4.7**

.. code:: bash
curl -sSL https://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version> <thirdparty_version>
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.1.0 1.4.7 0.4.20
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.1.1 1.4.7 0.4.20
.. 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 @@ -215,6 +215,7 @@ announced with the new Fabric v2.0 release, and the changes introduced in v2.1.
* `Fabric v2.0.0 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.0.0>`_.
* `Fabric v2.0.1 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.0.1>`_.
* `Fabric v2.1.0 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.1.0>`_.
* `Fabric v2.1.1 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.1.1>`_.

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
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
VERSION=2.1.0
VERSION=2.1.1
# if ca version not passed in, default to latest released version
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 2.1.0 1.4.7 0.4.18 -s"
echo "would download docker images and binaries for Fabric v2.1.0 and Fabric CA v1.4.7"
echo "e.g. bootstrap.sh 2.1.1 1.4.7 0.4.20 -s"
echo "would download docker images and binaries for Fabric v2.1.1 and Fabric CA v1.4.7"
}

# dockerPull() pulls docker images from fabric and chaincode repositories
Expand Down

0 comments on commit ab88de1

Please sign in to comment.