Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
129 lines (75 loc) · 4.91 KB

CHANGELOG.md

File metadata and controls

129 lines (75 loc) · 4.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2 - 2022-09-30

Added

  • Introduced DEPENDENCIES file

Changed

  • Moved helm charts from deployment/helm to charts
  • Replaced distroless image with alpine in all docker images
  • Update EDC commit to 740c100ac162bc41b1968c232ad81f7d739aefa9

0.1.1 - 2022-09-04

Important Note: Please consolidate the migration documentation before updating your connector. documentation.

Added

Changed

  • Introduced git submodule to import EDC dependencies (instead of snapshot- or milestone artifact)
  • Helm Charts: TLS secret name is now configurable

Fixed

  • Connectors with Azure Vault extension are now starting again link

0.1.0 - 2022-08-19

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.dataplane.token.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)

0.0.6 - 2022-07-29

Fixed

0.0.5 - 2022-07-28

Added

  • EDC Health Checks for HashiCorp Vault

Changed

  • BusinessPartnerNumber constraint supports List structure
  • Helm: Confidential EDC settings can be set using k8s secrets
  • HashiCorp Vault API path configurable

0.0.4 - 2022-06-27

Added

  • HashiCorp Vault Extension
  • Control Plane with HashiCorp Vault and PostgreSQL support

Changed

  • Release Worklow now publishes Product EDC Extensions as Maven Artifacts

Fixed

  • #1515 SQL: Connector sends out 50 contract offers max.

Removed

  • CosmosDB Control Plane
  • Control API Extension for all Control Planes

0.0.3 - 2022-05-23

0.0.2 - 2022-05-20

0.0.1 - 2022-05-13