Pull requests
The following pull requests have been merged
- Fix kubectl-hlf inspect command when empty peer array #123
 - Using service type as ClusterIP when istio is used #122
 - Include external hosts as part CSR hosts for peer #121
 - Support for peer hostAliases in create and update #120
 - Major features v1.9.0 #108
 
Channel management
Channel managemnt has been redesigned in this release.
There are two new resources (CRD) introduced in this release:
- FabricMainChannel
 - FabricFollowerChannel
 
FabricMainChannel
This resource creates and manages the channel configuration, including:
- Configuration
 - Peer organizations
 - Orderer organizations
 
FabricFollowerChannel
This resource joins the channel and manages the channel configuration, including:
- Anchor peers
 - Peers to join
 
For more information on how to use them, please head over the official documentation.
{
  "apiVersion": "hlf.fabric.com/v1",
}Kubectl plugin bug fixes and new features
The following issues have been fixed related to the kubectl plugin:
