From a8aa575c96340db2ca99459b63f05161f5c4148e Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Wed, 31 May 2023 14:16:10 +0200 Subject: [PATCH 1/3] fix: limit search for Chart.yaml to avoid subchart updates --- .github/workflows/draft-new-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-new-release.yaml b/.github/workflows/draft-new-release.yaml index ef04b6746..f25929394 100644 --- a/.github/workflows/draft-new-release.yaml +++ b/.github/workflows/draft-new-release.yaml @@ -66,7 +66,7 @@ jobs: uses: mikefarah/yq@v4.34.1 with: cmd: |- - find charts -name Chart.yaml | xargs -n1 yq -i '.appVersion = "${{ github.event.inputs.version }}" | .version = "${{ github.event.inputs.version }}"' + find charts -name Chart.yaml -maxdepth 3 | xargs -n1 yq -i '.appVersion = "${{ github.event.inputs.version }}" | .version = "${{ github.event.inputs.version }}"' - name: Update Chart READMEs uses: addnab/docker-run-action@v3 From 3f1b866cd2dba284df16112597728e0a3db81736 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Wed, 31 May 2023 14:20:43 +0200 Subject: [PATCH 2/3] markdown lint --- CHANGELOG.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 241566fc7..fadbf8cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,22 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.4.1] - 2023-05-31 -## [0.4.1] - 2023-05-31 - ### Added -- SQL implementation for the EDR Cache -- E2E test variant using PostgreSQL -- Documentation +- SQL implementation for the EDR Cache +- E2E test variant using PostgreSQL +- Documentation ### Changed -- Moved to Java 17 -- Switched to Eclipse Dataspace Components `0.1.0` +- Moved to Java 17 +- Switched to Eclipse Dataspace Components `0.1.0` ### Removed -- Lombok +- Lombok ## [0.4.0] - 2023-05-18 From 4fea336ee21a8f55ef884ddf0146bf82204acbbb Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Wed, 31 May 2023 14:28:28 +0200 Subject: [PATCH 3/3] fix daps chart version --- .../subcharts/omejdn/Chart.yaml | 4 ++-- charts/tractusx-connector/subcharts/omejdn/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/tractusx-connector-azure-vault/subcharts/omejdn/Chart.yaml b/charts/tractusx-connector-azure-vault/subcharts/omejdn/Chart.yaml index 3e10aa1fc..a41ff8bd4 100644 --- a/charts/tractusx-connector-azure-vault/subcharts/omejdn/Chart.yaml +++ b/charts/tractusx-connector-azure-vault/subcharts/omejdn/Chart.yaml @@ -32,9 +32,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.1" +appVersion: "0.0.1" diff --git a/charts/tractusx-connector/subcharts/omejdn/Chart.yaml b/charts/tractusx-connector/subcharts/omejdn/Chart.yaml index 3e10aa1fc..a41ff8bd4 100644 --- a/charts/tractusx-connector/subcharts/omejdn/Chart.yaml +++ b/charts/tractusx-connector/subcharts/omejdn/Chart.yaml @@ -32,9 +32,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.1" +appVersion: "0.0.1"