Skip to content

Commit

Permalink
v2.2.2 release commit
Browse files Browse the repository at this point in the history
Final commit for v2.2.2 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 a80c772 commit bebb75f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ the binaries and images.
.. code:: bash
curl -sSL https://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version>
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.1 1.4.9
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.2 1.4.9
.. 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 @@ -221,6 +221,7 @@ announced in each of the v2.x releases.
* `Fabric v2.1.1 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.1.1>`_.
* `Fabric v2.2.0 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.2.0>`_.
* `Fabric v2.2.1 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.2.1>`_.
* `Fabric v2.2.2 release notes <https://github.com/hyperledger/fabric/releases/tag/v2.2.2>`_.

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
4 changes: 2 additions & 2 deletions release_notes/v2.2.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v2.2.2 Release Notes - Date TBD
=========================================
v2.2.2 Release Notes - January 27, 2021
=======================================

Fixes
-----
Expand Down
4 changes: 2 additions & 2 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.2.1
VERSION=2.2.2
# if ca version not passed in, default to latest released version
CA_VERSION=1.4.9
ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')")
Expand All @@ -21,7 +21,7 @@ printHelp() {
echo "-s : bypass fabric-samples repo clone"
echo "-b : bypass download of platform-specific binaries"
echo
echo "e.g. bootstrap.sh 2.2.1 1.4.9 -s"
echo "e.g. bootstrap.sh 2.2.2 1.4.9 -s"
echo "will download docker images and binaries for Fabric v2.2.1 and Fabric CA v1.4.9"
}

Expand Down

0 comments on commit bebb75f

Please sign in to comment.