Skip to content

Commit

Permalink
Merge pull request #153 from eclipse-tractusx/release/0.5.4
Browse files Browse the repository at this point in the history
Release version 0.5.4
  • Loading branch information
lgblaumeiser authored Feb 4, 2025
2 parents 685dfc4 + af94de6 commit ec2d085
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ distributions/**/github.properties
.env
runtime_settings.properties
generated_backend.tf

# Visual Studio Code temporary folder
bin/
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/bdrs-server-memory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/bdrs-server-memory/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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 <path-to>/additional-values-file.yaml \
--wait-for-jobs --timeout=120s --dependency-update
```
Expand Down
6 changes: 3 additions & 3 deletions charts/bdrs-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ 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
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
Expand Down
6 changes: 3 additions & 3 deletions charts/bdrs-server/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 <path-to>/additional-values-file.yaml \
--wait-for-jobs --timeout=120s --dependency-update
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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" }

0 comments on commit ec2d085

Please sign in to comment.