diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index f0fcea8..519cf90 100644 --- a/.github/workflows/secrets-scan.yml +++ b/.github/workflows/secrets-scan.yml @@ -46,7 +46,7 @@ jobs: - name: TruffleHog OSS id: trufflehog - uses: trufflesecurity/trufflehog@a94d152bf65bebf5baa486d3d4dfee520af2ceed + uses: trufflesecurity/trufflehog@853e1e8d249fd1e29d0fcc7280d29b03df3d643d continue-on-error: true with: path: ./ # Scan the entire repository diff --git a/.gitignore b/.gitignore index cbe08cf..e7ef9e8 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ distributions/**/github.properties .env runtime_settings.properties generated_backend.tf + +# Visual Studio Code temporary folder +bin/ diff --git a/DEPENDENCIES b/DEPENDENCIES index c5012dc..89e3321 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -254,8 +254,8 @@ maven/mavencentral/org.eclipse.jetty/jetty-util/11.0.24, EPL-2.0 OR Apache-2.0, maven/mavencentral/org.eclipse.jetty/jetty-webapp/11.0.24, EPL-2.0 OR Apache-2.0, approved, rt.jetty maven/mavencentral/org.eclipse.jetty/jetty-xml/11.0.24, EPL-2.0 OR Apache-2.0, approved, rt.jetty maven/mavencentral/org.eclipse.parsson/parsson/1.1.7, EPL-2.0, approved, ee4j.parsson -maven/mavencentral/org.flywaydb/flyway-core/11.2.0, Apache-2.0, approved, clearlydefined -maven/mavencentral/org.flywaydb/flyway-database-postgresql/11.2.0, NOASSERTION, restricted, clearlydefined +maven/mavencentral/org.flywaydb/flyway-core/11.3.0, , restricted, clearlydefined +maven/mavencentral/org.flywaydb/flyway-database-postgresql/11.3.0, , restricted, clearlydefined maven/mavencentral/org.glassfish.hk2.external/aopalliance-repackaged/3.0.6, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish maven/mavencentral/org.glassfish.hk2/hk2-api/3.0.6, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish maven/mavencentral/org.glassfish.hk2/hk2-locator/3.0.6, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.glassfish diff --git a/charts/bdrs-server-memory/Chart.yaml b/charts/bdrs-server-memory/Chart.yaml index 012a5c9..1397ddf 100644 --- a/charts/bdrs-server-memory/Chart.yaml +++ b/charts/bdrs-server-memory/Chart.yaml @@ -34,12 +34,12 @@ 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.5.3 +version: 0.5.4 # 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.5.3" +appVersion: "0.5.4" home: https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/main/charts/bdrs-server sources: - https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/main/charts/bdrs-server diff --git a/charts/bdrs-server-memory/README.md b/charts/bdrs-server-memory/README.md index 9ddffbc..72a1bcd 100644 --- a/charts/bdrs-server-memory/README.md +++ b/charts/bdrs-server-memory/README.md @@ -1,6 +1,6 @@ # bdrs-server-memory -![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.3](https://img.shields.io/badge/AppVersion-0.5.3-informational?style=flat-square) +![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.4](https://img.shields.io/badge/AppVersion-0.5.4-informational?style=flat-square) A Helm chart for the Tractus-X BPN-DID Resolution Service (only in-memory persistence) @@ -25,7 +25,7 @@ Simply execute these commands on a shell: ```shell helm repo add tractusx https://eclipse-tractusx.github.io/charts/dev -helm install my-release tractusx-edc/bdrs-server --version 0.5.3 \ +helm install my-release tractusx-edc/bdrs-server --version 0.5.4 \ -f /additional-values-file.yaml \ --wait-for-jobs --timeout=120s --dependency-update ``` diff --git a/charts/bdrs-server/Chart.yaml b/charts/bdrs-server/Chart.yaml index 79b61c6..cd6dba9 100644 --- a/charts/bdrs-server/Chart.yaml +++ b/charts/bdrs-server/Chart.yaml @@ -34,12 +34,12 @@ 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.5.3 +version: 0.5.4 # 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.5.3" +appVersion: "0.5.4" home: https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/main/charts/bdrs-server sources: - https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/main/charts/bdrs-server @@ -47,7 +47,7 @@ dependencies: # PostgreSQL - name: postgresql alias: postgresql - version: 15.2.1 + version: 12.11.2 repository: https://charts.bitnami.com/bitnami condition: install.postgresql # HashiCorp Vault diff --git a/charts/bdrs-server/README.md b/charts/bdrs-server/README.md index 2952b5b..1d7265d 100644 --- a/charts/bdrs-server/README.md +++ b/charts/bdrs-server/README.md @@ -1,6 +1,6 @@ # bdrs-server -![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.3](https://img.shields.io/badge/AppVersion-0.5.3-informational?style=flat-square) +![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.4](https://img.shields.io/badge/AppVersion-0.5.4-informational?style=flat-square) A Helm chart for the Tractus-X BPN-DID Resolution Service @@ -22,7 +22,7 @@ Simply execute these commands on a shell: ```shell helm repo add tractusx https://eclipse-tractusx.github.io/charts/dev -helm install my-release tractusx-edc/bdrs-server --version 0.5.3 \ +helm install my-release tractusx-edc/bdrs-server --version 0.5.4 \ -f /additional-values-file.yaml \ --wait-for-jobs --timeout=120s --dependency-update ``` @@ -35,7 +35,7 @@ helm install my-release tractusx-edc/bdrs-server --version 0.5.3 \ | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 15.2.1 | +| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 12.11.2 | | https://helm.releases.hashicorp.com | vault(vault) | 0.28.0 | ## Values diff --git a/gradle.properties b/gradle.properties index fdbbfaf..3d10607 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 # group=org.eclipse.tractusx -version=0.5.3 +version=0.5.4 # these define the versions of the EDC Build Plugin, the Annotation Processor and the Metamodel. # generally this should match the version of EDC in gradle/libs.versions.toml edcGradlePluginsVersion=0.5.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d17a784..49bd9f3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ nimbus = "10.0.1" restAssured = "5.5.0" jupiter = "5.11.4" postgres = "42.7.5" -flyway = "11.2.0" +flyway = "11.3.0" [libraries] @@ -63,4 +63,4 @@ flyway-core = { module = "org.flywaydb:flyway-core", version.ref = "flyway" } flyway-database-postgres = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "flyway" } [plugins] -shadow = { id = "com.gradleup.shadow", version = "8.3.5" } +shadow = { id = "com.gradleup.shadow", version = "8.3.6" }