You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-c, --ca-version: Fabric CA Version (default: '1.5.15')
48
48
```
49
49
@@ -70,10 +70,10 @@ If no arguments are supplied, then the arguments `docker binary samples` are ass
70
70
71
71
By default the latest version of the components are used; these can be altered by using the options `--fabric-version` and `-ca-version`. `-f` and `-c` are the respective short forms.
72
72
73
-
For example, to download the v2.5.12 binaries, run this command
73
+
For example, to download the v2.5.13 binaries, run this command
Fabric v2.5.13 has been tested with the following dependencies:
9
+
* Go 1.24.2
10
+
* CouchDB v3.4.2
11
+
12
+
Go dependencies have also been updated.
13
+
14
+
Fabric docker images on Docker Hub and GitHub Container Registry utilize Ubuntu 22.04.
15
+
16
+
17
+
Deprecations (existing)
18
+
-----------------------
19
+
20
+
**Ordering service system channel is deprecated**
21
+
22
+
v2.3 introduced the ability to manage an ordering service without a system channel.
23
+
Managing an ordering service without a system channel has privacy, scalability,
24
+
and operational benefits. The use of a system channel is deprecated and may be removed in a future release.
25
+
For information about removal of the system channel, see the [Create a channel without system channel documentation](https://hyperledger-fabric.readthedocs.io/en/release-2.3/create_channel/create_channel_participation.html).
26
+
27
+
**FAB-15754: The 'Solo' consensus type is deprecated.**
28
+
29
+
The 'Solo' consensus type has always been marked non-production and should be in
30
+
use only in test environments; however, for compatibility it is still available,
31
+
but may be removed entirely in a future release.
32
+
33
+
**FAB-16408: The 'Kafka' consensus type is deprecated.**
34
+
35
+
The 'Raft' consensus type was introduced in v1.4.1 and has become the preferred
36
+
production consensus type. There is a documented and tested migration path from
37
+
Kafka to Raft, and existing users should migrate to the newer Raft consensus type.
38
+
For compatibility with existing deployments, Kafka is still supported,
39
+
but may be removed entirely in a future release.
40
+
Additionally, the fabric-kafka and fabric-zookeeper docker images are no longer updated, maintained, or published.
41
+
42
+
**Fabric CouchDB image is deprecated**
43
+
44
+
v2.2.0 added support for CouchDB 3.1.0 as the recommended and tested version of CouchDB.
45
+
If prior versions are utilized, a Warning will appear in the peer log.
46
+
Note that CouchDB 3.1.0 requires that an admin username and password be set,
printf'\t%s\n'"<comp> Component to install, one or more of docker | binary | samples | podman First letter of component also accepted; If none specified docker | binary | samples is assumed"
0 commit comments