Skip to content

0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 15:59
194c604

What's Changed

NOTE: Do not use this release since it's incompatible to the previous ones.

Added

  • New Postman collection for developers /docs/development/postman
  • New EDC Image with HashiCorp Vault and InMemory Storage
  • (Experimental) Simplified deployment of the EDC in /charts/tractusx-connector

Changed

  • Set EDC version to 0.0.1-20221006-SNAPSHOT
  • Business Partner Number Extension no longer supports the 'IN' constraint operator
  • HashiCorp Vault Extension now allows sub directories for secrets
  • Update package structure/namespace from net.catenax to org.eclipse.tractusx

Fixed

  • S3 Data Transfer

Migrating from version 0.1.2 to 0.1.3

Please consult the corresponding migration guide.

Docker Images published

Helm Chart updates

# Add the helm repository to your local index
$ helm repo add catenax-ng-product-edc https://catenax-ng.github.io/product-edc

# Make a dedicated deployment of each the control-plane and data-plane
$ helm install edc-controlplane catenax-ng-product-edc/edc-controlplane --version 0.1.3
$ helm install edc-dataplane catenax-ng-product-edc/edc-dataplane --version 0.1.3

# Or otherwise use the experimental tractusx-connector chart bundling both the control-plane and data-plane
$ helm install tractusx-connector catenax-ng-product-edc/tractusx-connector --version 0.1.3

Full Changelog: 0.1.2...0.1.3