Releases: hyperledger-labs/fabric-opssc
Releases · hyperledger-labs/fabric-opssc
v0.4.0
OpsSC v0.4.0 release (May. 16, 2023)
Changes in this release:
- Support both Hyperledger Fabric v2.5 and v2.2 series (Out of scope: v2.4)
- Support chaincode operations on Kubernetes (K8s) environments
- Support for chaincode operations with External Chaincode Builder for K8s
- CCaaS builder ('ccaas') support
- K8s chaincode builder ('k8s') support
- Helm charts to run OpsSC on K8s
- Helm chart for OpsSC API server
- Helm chart for OpsSC Agent
- Helm chart for building a chaincode image and running it as a chaincode server
- Documents and integration tests for OpsSC on K8s
- Environment using fabric-samples/test-network-k8s
- Environment using fabric-operator/sample-network
- Limitations:
- Channel operations on K8s environments are not yet supported
- Only support Fabric 2.5+
- Support for chaincode operations with External Chaincode Builder for K8s
- Other minor improvements
v0.4.0-pre
OpsSC v0.4.0 pre-release (Fab. 28, 2023)
NOTE: This is a pre-release version of v0.4.0.
This version is tested with Fabric v2.5.0-beta.
Changes in this release:
- Support both Hyperledger Fabric v2.5 and v2.2 series (Out of scope: v2.4)
- Support chaincode operations on Kubernetes (K8s) environments
- Support for chaincode operations with External Chaincode Builder for K8s
- CCaaS builder ('ccaas') support
- K8s chaincode builder ('k8s') support
- Helm charts to run OpsSC on K8s
- Helm chart for OpsSC API server
- Helm chart for OpsSC Agent
- Helm chart for building a chaincode image and running it as a chaincode server
- Documents and integration tests for OpsSC on K8s
- Environment using fabric-samples/test-network-k8s
- Environment using fabric-operator/sample-network
- Limitations:
- Channel operations on K8s environments are not yet supported
- Only support Fabric 2.5+
- Support for chaincode operations with External Chaincode Builder for K8s
- Other minor improvements
v0.3.0
OpsSC v0.3.0 release (Oct. 27, 2022)
Changes in this release:
- Add a voting config option for chaincode_ops - (Detail)
- This allows OpsSC users to configure the maximum number of malicious organizations (
f
) in the voting process - This config option is not yet supported for channel_ops
- This allows OpsSC users to configure the maximum number of malicious organizations (
- Add a function to update channel type and introduce
disable
channel type to channel_ops - Support both Hyperledger Fabric v2.4 and v2.2 series (Out of scope: v2.3)
- Other minor improvements