Skip to content

Commit 38411a6

Browse files
joe-alewinejoe-alewine
authored andcommitted
[FAB-11756] Upgrade from v1.2 to v1.3 doc
Change-Id: I14ceabb8d1dd52e1f7db0ca0cfdf95025a5b564d Signed-off-by: joe-alewine <Joe.Alewine@ibm.com>
1 parent ffa535e commit 38411a6

File tree

2 files changed

+374
-119
lines changed

2 files changed

+374
-119
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Upgrading to the Newest Version of Fabric
22
=========================================
33

4-
At a high level, upgrading a Fabric network to v1.2 can be performed by following these
4+
At a high level, upgrading a Fabric network to v1.3 can be performed by following these
55
steps:
66

77
* Upgrade the binaries for the ordering service, the Fabric CA, and the peers.
88
These upgrades may be done in parallel.
99
* Upgrade client SDKs.
10-
* Enable the v1.2 capability.
10+
* Enable the two v1.3 capabilities.
1111
* (Optional) Upgrade the Kafka cluster.
1212

1313
To help understand this process, we've created the :doc:`upgrading_your_network_tutorial`
1414
tutorial that will take you through most of the major upgrade steps, including
15-
upgrading peers, orderers, as well as the capability. We've included both a
15+
upgrading peers, orderers, as well as the capabilities. We've included both a
1616
script as well as the individual steps to achieve these upgrades.
1717

1818
Because our tutorial leverages the :doc:`build_network` (BYFN) sample, it has
@@ -21,7 +21,12 @@ included a section at the end of the tutorial that will show how to upgrade
2121
your CA, Kafka clusters, CouchDB, Zookeeper, vendored chaincode shims, and Node
2222
SDK clients.
2323

24-
If you want to learn more about capability requirements, click `here <http://hyperledger-fabric.readthedocs.io/en/latest/capability_requirements.html>`_.
24+
If you want to learn more about capability requirements, check out the
25+
:doc:`capability_requirements` documentation.
26+
27+
.. note:: With the removal of the old Event Hub in v1.3, please make sure to
28+
update your applications to be compatible with the :doc:`peer_event_services`,
29+
otherwise your applications may break after upgrade.
2530

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

0 commit comments

Comments
 (0)