From 9f25c06546b428273203781240b2bc1c9adc1ce8 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Mon, 19 Feb 2024 14:13:36 +0530 Subject: [PATCH] new release --- CHANGELOG.md | 4 +++- README.md | 4 ++-- charts/orchestrator/Chart.yaml | 2 +- charts/orchestrator/README.md | 16 ++++++++-------- pom.xml | 2 +- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17ee201..7d6af01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 294761d1..adaae234 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index 2b36a3ea..364bafcf 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -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 diff --git a/charts/orchestrator/README.md b/charts/orchestrator/README.md index a75e8e6c..1f607df4 100644 --- a/charts/orchestrator/README.md +++ b/charts/orchestrator/README.md @@ -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. @@ -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` | | @@ -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` | | diff --git a/pom.xml b/pom.xml index 85451bd2..f5be3f24 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.eclipse.tractusx managed-service-orchestrator - 1.5.1 + 1.5.3 managed-service-orchestrator managed-service-orchestrator