Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 13:49
ccb0ee8

What's Changed

Fixed

  • Fixed Json LD serialization bug which prevented multi-BPN policies to be defined and used. Checkout the docs for more info.

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.2.0
$ helm install edc-dataplane catenax-ng-product-edc/edc-dataplane --version 0.2.0

# 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.2.0

Full Changelog: 0.1.3...0.2.0