0.2.0
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
- ghcr.io/catenax-ng/product-edc/edc-controlplane-memory:0.2.0
- ghcr.io/catenax-ng/product-edc/edc-controlplane-memory-hashicorp-vault:0.2.0
- ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql:0.2.0
- ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql-hashicorp-vault:0.2.0
- ghcr.io/catenax-ng/product-edc/edc-dataplane-azure-vault:0.2.0
- ghcr.io/catenax-ng/product-edc/edc-dataplane-hashicorp-vault:0.2.0
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