Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed Feb 19, 2024
1 parent be71fed commit 9f25c06
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.5.3] - 2024-02-19
### Fixed
- Fixed trivy security issues CVE-2023-34053, CVE-2023-46589, CVE-2023-6378


## [1.5.2] - 2023-11-24

### Fixes
### Fixed

- Fix helm repo name in `INSTALL.md` (#89)
- Fix link to temurin repository in "Notice for Docker images" (#90)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
### Software Version

```shell
Application version: 1.5.1
Helm release version: 1.5.2
Application version: 1.5.3
Helm release version: 1.5.3
```

# Container images
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ version: 1.5.3
# 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: "1.5.2"
appVersion: "1.5.3"

dependencies:
- condition: postgresql.enabled
Expand Down
16 changes: 8 additions & 8 deletions charts/orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# managed-service-orchestrator

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

This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.

Expand Down Expand Up @@ -40,13 +40,13 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| podAnnotations | object | `{}` | |
| podSecurityContext.fsGroup | int | `2000` | |
| portContainer | int | `9999` | |
| postgresql.auth.database | string | `""` | |
| postgresql.auth.database | string | `"postgres"` | |
| postgresql.auth.existingSecret | string | `""` | |
| postgresql.auth.secretKeys.adminPasswordKey | string | `""` | |
| postgresql.auth.secretKeys.userPasswordKey | string | `""` | |
| postgresql.auth.username | string | `""` | |
| postgresql.enabled | bool | `true` | Enable the dependency postgres database |
| postgresql.metrics.containerSecurityContext.enabled | bool | `false` | |
| postgresql.auth.password | string | `"default"` | |
| postgresql.auth.port | int | `5432` | |
| postgresql.auth.username | string | `"postgres"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.fullnameOverride | string | `"postgresql"` | |
| probe.endpoint | string | `"/api/healthz"` | |
| readinessProbe.failureThreshold | int | `3` | |
| readinessProbe.initialDelaySeconds | int | `60` | |
Expand All @@ -58,7 +58,7 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| resources.limits.memory | string | `"2Gi"` | set a maximum amount of allows memory utilization by specifying a limit on the container. |
| resources.requests.cpu | string | `"400m"` | sets the minimum amount of CPU required for the container |
| resources.requests.memory | string | `"2Gi"` | set a minimum amount of allows memory utilization by specifying a limit on the container. |
| secretRef | string | `""` | |
| secretRef | string | `"managed-service-orchestrator"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | Controls whether a process can gain more privilege |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `1000` | |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>managed-service-orchestrator</artifactId>
<version>1.5.1</version>
<version>1.5.3</version>
<name>managed-service-orchestrator</name>
<description>managed-service-orchestrator</description>
<properties>
Expand Down

0 comments on commit 9f25c06

Please sign in to comment.