Hyperledger Fabric 2.4+ support
The tutorial now includes instructions on how to set up Hyperledger Fabric 2.4+ on your Kubernetes Cluster.
For migration guidelines, check out the Hyperledger Fabric Migration Guide
Improved documentation
The following topics have been described in the documentation webpage:
- Renew certificates
- How to use Istio for a production set up
- How to monitor the HLF network using Prometheus and Grafana dashboards
In-cluster network config
Added the --internal
flag to generate a network config that can be used in a cluster, this network config uses internal Kubernetes Services instead of the external endpoints.
Example:
Thanks to @adityajoshi12 for the contribution.
External CouchDB
If you need or want to use an external CouchDB database, you can now use it!