0.1.0
What's Changed
Important Note: Version 0.1.0 introduces multiple breaking changes. Before updating always consolidate the
corresponding documentation.
Added
- Control-Plane extension (data-plane-selector-client)
- run the EDC with multiple data planes at once
- Control-Plane extension (dataplane-selector-configuration)
- add data plane instances to the control plane by configuration
- Data-Plane extension (s3-data-plane)
- transfer from and to AWS S3 buckets
- Control-Plane extension (data-encryption)
- Data-Plane authentication attribute transmitted during data-plane-transfer can be encrypted symmetrically (AES)
Changed
- Update setting name (
edc.controlplane.validation-endpoint
->edc.dataplane.token.validation.endpoint
) - EDC has been updated to version 0.0.1-20220818-SNAPSHOT - implications to the behavior of the connector have been covered in the corresponding migration guide
Fixed
- Contract-Offer-Receiving-Connectors must also pass the ContractPolicy of the ContractDefinition before receiving offers(issue)
- Deletion of Asset becomes impossible when Contract Negotiation exists(issue)
- Deletion of Policy becomes impossible when Contract Definition exists(issue)
Docker Images published
- ghcr.io/catenax-ng/product-edc/edc-controlplane-memory:0.1.0
- ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql:0.1.0
- ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql-hashicorp-vault:0.1.0
- ghcr.io/catenax-ng/product-edc/edc-dataplane-azure -vault:0.1.0
- ghcr.io/catenax-ng/product-edc/edc-dataplane-hashicorp-vault:0.1.0
Helm Chart updates
$ helm repo add catenax-ng-product-edc https://catenax-ng.github.io/product-edc
$ helm install my-release catenax-ng-product-edc/edc-controlplane --version 0.1.0
$ helm install my-release catenax-ng-product-edc/edc-dataplane --version 0.1.0
Full Changelog: 0.0.6...0.1.0