Skip to content

0.1.0

Compare
Choose a tag to compare
@denisneuling denisneuling released this 19 Aug 10:02
· 679 commits to develop since this release
549bb0a

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

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