Skip to content

Commit aaa2e6e

Browse files
Prepare release 0.10.0-rc1 (#1945)
Co-authored-by: eclipse-tractusx-bot <[email protected]>
1 parent dad67c7 commit aaa2e6e

File tree

9 files changed

+1570
-10
lines changed

9 files changed

+1570
-10
lines changed

DEPENDENCIES

+779
Large diffs are not rendered by default.

NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This project leverages the following third party content.
4444

4545
- OpenTelemetry Agent v1.32.0: <https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.0>
4646

47-
For additional dependencies, see [DEPENDENCIES](https://eclipse-tractusx.github.io/tractusx-edc/DEPENDENCIES) file.
47+
For additional dependencies, see [DEPENDENCIES](DEPENDENCIES)
4848

4949
## Cryptography
5050

charts/tractusx-connector-memory/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ type: application
3535
# This is the chart version. This version number should be incremented each time you make changes
3636
# to the chart and its templates, including the app version.
3737
# Versions are expected to follow Semantic Versioning (https://semver.org/)
38-
version: 0.9.0
38+
version: 0.10.0-rc1
3939
# This is the version number of the application being deployed. This version number should be
4040
# incremented each time you make changes to the application. Versions are not expected to
4141
# follow Semantic Versioning. They should reflect the version the application is using.
4242
# It is recommended to use it with quotes.
43-
appVersion: "0.9.0"
43+
appVersion: "0.10.0-rc1"
4444
home: https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector-memory
4545
sources:
4646
- https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector-memory

charts/tractusx-connector-memory/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tractusx-connector-memory
22

3-
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square)
3+
![Version: 0.10.0-rc1](https://img.shields.io/badge/Version-0.10.0--rc1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0-rc1](https://img.shields.io/badge/AppVersion-0.10.0--rc1-informational?style=flat-square)
44

55
A Helm chart for Tractus-X Eclipse Data Space Connector based on memory. Please only use this for development or testing purposes, never in production workloads!
66

@@ -41,7 +41,7 @@ Combined, run this shell command to start the in-memory Tractus-X EDC runtime:
4141

4242
```shell
4343
helm repo add tractusx-edc https://eclipse-tractusx.github.io/charts/dev
44-
helm install my-release tractusx-edc/tractusx-connector-memory --version 0.9.0 \
44+
helm install my-release tractusx-edc/tractusx-connector-memory --version 0.10.0-rc1 \
4545
-f <path-to>/tractusx-connector-memory-test.yaml \
4646
--set vault.secrets="client-secret:$YOUR_CLIENT_SECRET"
4747
```

charts/tractusx-connector/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ type: application
4141
# This is the chart version. This version number should be incremented each time you make changes
4242
# to the chart and its templates, including the app version.
4343
# Versions are expected to follow Semantic Versioning (https://semver.org/)
44-
version: 0.9.0
44+
version: 0.10.0-rc1
4545
# This is the version number of the application being deployed. This version number should be
4646
# incremented each time you make changes to the application. Versions are not expected to
4747
# follow Semantic Versioning. They should reflect the version the application is using.
4848
# It is recommended to use it with quotes.
49-
appVersion: "0.9.0"
49+
appVersion: "0.10.0-rc1"
5050
home: https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector
5151
sources:
5252
- https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector

charts/tractusx-connector/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tractusx-connector
22

3-
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square)
3+
![Version: 0.10.0-rc1](https://img.shields.io/badge/Version-0.10.0--rc1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0-rc1](https://img.shields.io/badge/AppVersion-0.10.0--rc1-informational?style=flat-square)
44

55
A Helm chart for Tractus-X Eclipse Data Space Connector. The connector deployment consists of two runtime consists of a
66
Control Plane and a Data Plane. Note that _no_ external dependencies such as a PostgreSQL database and HashiCorp Vault are included.
@@ -44,7 +44,7 @@ Combined, run this shell command to start the in-memory Tractus-X EDC runtime:
4444

4545
```shell
4646
helm repo add tractusx-edc https://eclipse-tractusx.github.io/charts/dev
47-
helm install my-release tractusx-edc/tractusx-connector --version 0.9.0 \
47+
helm install my-release tractusx-edc/tractusx-connector --version 0.10.0-rc1 \
4848
-f <path-to>/tractusx-connector-test.yaml
4949
```
5050

0 commit comments

Comments
 (0)