Skip to content

Commit

Permalink
Merge pull request #743 from catenax-ng/release/0.1.5
Browse files Browse the repository at this point in the history
Release version 0.1.5
  • Loading branch information
ndr-brt authored Feb 13, 2023
2 parents 8d4d2d1 + 2f5cf69 commit 1793103
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 27 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5] - 2023-02-13

### Fixed

- Use patched EDC version: 0.0.1-20220922.2-SNAPSHOT to fix catalog pagination bug
- Data Encryption extension: fixed usage of a blocking algorithm

## [0.1.2] - 2022-09-30

### Added
Expand Down Expand Up @@ -108,7 +115,9 @@ corresponding [documentation](/docs/migration/Version_0.0.x_0.1.x.md).

## [0.0.1] - 2022-05-13

[Unreleased]: https://github.com/catenax-ng/product-edc/compare/0.1.2...HEAD
[Unreleased]: https://github.com/catenax-ng/product-edc/compare/0.1.5...HEAD

[0.1.5]: https://github.com/catenax-ng/product-edc/compare/0.1.2...0.1.5

[0.1.2]: https://github.com/catenax-ng/product-edc/compare/0.1.1...0.1.2

Expand Down
4 changes: 2 additions & 2 deletions charts/edc-controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: >-
EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with responsibility of resource management and govern contracts and data transfers
home: https://github.com/catenax-ng/product-edc/charts/edc-controlplane
type: application
appVersion: "0.1.2"
version: 0.1.2
appVersion: "0.1.5"
version: 0.1.5
maintainers: []
4 changes: 2 additions & 2 deletions charts/edc-controlplane/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edc-controlplane

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.5](https://img.shields.io/badge/AppVersion-0.1.5-informational?style=flat-square)

EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with responsibility of resource management and govern contracts and data transfers

Expand All @@ -9,7 +9,7 @@ EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with res
## TL;DR
```shell
$ helm repo add catenax-ng-product-edc https://catenax-ng.github.io/product-edc
$ helm install my-release catenax-ng-product-edc/edc-controlplane --version 0.1.2
$ helm install my-release catenax-ng-product-edc/edc-controlplane --version 0.1.5
```

## Values
Expand Down
4 changes: 2 additions & 2 deletions charts/edc-dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: >-
EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility of transferring and receiving data streams
home: https://github.com/catenax-ng/product-edc/charts/edc-dataplane
type: application
appVersion: "0.1.2"
version: 0.1.2
appVersion: "0.1.5"
version: 0.1.5
maintainers: []
4 changes: 2 additions & 2 deletions charts/edc-dataplane/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edc-dataplane

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.5](https://img.shields.io/badge/AppVersion-0.1.5-informational?style=flat-square)

EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility of transferring and receiving data streams

Expand All @@ -9,7 +9,7 @@ EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility o
## TL;DR
```shell
$ helm repo add catenax-ng-product-edc https://catenax-ng.github.io/product-edc
$ helm install my-release catenax-ng-product-edc/edc-dataplane --version 0.1.2
$ helm install my-release catenax-ng-product-edc/edc-dataplane --version 0.1.5
```

## Values
Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>edc-controlplane</artifactId>
<groupId>net.catenax.edc</groupId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-controlplane</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-controlplane</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-controlplane</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/edc-dataplane-azure-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-dataplane</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/edc-dataplane-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>edc-dataplane</artifactId>
<groupId>net.catenax.edc</groupId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/edc-dataplane-hashicorp-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-dataplane</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>

<artifactId>edc-dataplane</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/business-partner-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>edc-extensions</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/cx-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>edc-extensions</artifactId>
<groupId>net.catenax.edc.extensions</groupId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/data-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>edc-extensions</artifactId>
<groupId>net.catenax.edc.extensions</groupId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/dataplane-selector-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>edc-extensions</artifactId>
<groupId>net.catenax.edc.extensions</groupId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/hashicorp-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>edc-extensions</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/postgresql-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>edc-extensions</artifactId>
<groupId>net.catenax.edc.extensions</groupId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
</parent>

<groupId>net.catenax.edc.tests</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.1.2</version>
<version>0.1.5</version>
<packaging>pom</packaging>

<name>product-edc</name>
Expand Down

0 comments on commit 1793103

Please sign in to comment.