0.1.6
What's Changed
Fixed
- SQL leakage issue
- Catalog pagination issue
Docker Images published
- ghcr.io/catenax-ng/product-edc/edc-controlplane-memory:0.1.6
- ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql:0.1.6
- ghcr.io/catenax-ng/product-edc/edc-controlplane-postgresql-hashicorp-vault:0.1.6
- ghcr.io/catenax-ng/product-edc/edc-dataplane-azure-vault:0.1.6
- ghcr.io/catenax-ng/product-edc/edc-dataplane-hashicorp-vault:0.1.6
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.6
$ helm install edc-dataplane catenax-ng-product-edc/edc-dataplane --version 0.1.6
# 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.6
Full Changelog: 0.1.2...0.1.6