From a801a395fbbf9a715f5439de62e7dd09c452f9ce Mon Sep 17 00:00:00 2001 From: Sebastian Bezold Date: Fri, 24 Nov 2023 14:57:24 +0100 Subject: [PATCH 1/2] chore: prepare 23.12 release --- CHANGELOG.md | 14 +++++++++----- charts/orchestrator/CHANGELOG.md | 5 +++++ charts/orchestrator/Chart.yaml | 4 ++-- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16b5a51..7e2bcff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,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] - - Update in installation steps - - Updated notice for docker in `README.md` - - Veracode workflow fix - - Fixed linting of charts +## [1.5.2] - 2023-11-24 + +### Fixes + +- Fix helm repo name in `INSTALL.md` (#89) +- Fix link to temurin repository in "Notice for Docker images" (#90) +- Remove default connection test, that prevented helm test to succeed (#92) +- Fix Chart names in helm test step (#95) + ## [1.5.1] - 2023-11-17 ### Changed diff --git a/charts/orchestrator/CHANGELOG.md b/charts/orchestrator/CHANGELOG.md index 82dc25c5..a9563d76 100644 --- a/charts/orchestrator/CHANGELOG.md +++ b/charts/orchestrator/CHANGELOG.md @@ -2,6 +2,11 @@ This Changelog describes the changes introduced in each new Helm Chart version. +## [1.5.3] - 2023-11-20 + +### Changes + +- Bumping AppVersion to `1.5.2` ## [1.5.2] - 2023-11-20 diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index 3cb84055..2b36a3ea 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -38,13 +38,13 @@ sources: # 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: 1.5.2 +version: 1.5.3 # 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: "1.5.1" +appVersion: "1.5.2" dependencies: - condition: postgresql.enabled From e73b3d658d6a40810a6036fe7ee8a90c1f27dd99 Mon Sep 17 00:00:00 2001 From: Sebastian Bezold Date: Fri, 24 Nov 2023 15:37:28 +0100 Subject: [PATCH 2/2] chore: add release links to CHANGELOG --- CHANGELOG.md | 5 +++++ charts/orchestrator/CHANGELOG.md | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2bcff6..e3d2ed18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [1.5.1] - 2023-11-17 + +[App release 1.5.0](https://github.com/eclipse-tractusx/managed-service-orchestrator/releases/tag/v1.5.1) + ### Changed - Update DT asset creation for oauth secret information - Updated trivy workflow @@ -22,6 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [1.5.0] - 2023-09-04 +[App release 1.5.0](https://github.com/eclipse-tractusx/managed-service-orchestrator/releases/tag/v1.5.0) + ### Changed - Support DDTR 3.2 for external subject id diff --git a/charts/orchestrator/CHANGELOG.md b/charts/orchestrator/CHANGELOG.md index a9563d76..00f67ddd 100644 --- a/charts/orchestrator/CHANGELOG.md +++ b/charts/orchestrator/CHANGELOG.md @@ -10,6 +10,7 @@ This Changelog describes the changes introduced in each new Helm Chart version. ## [1.5.2] - 2023-11-20 +[Chart release 1.5.2](https://github.com/eclipse-tractusx/managed-service-orchestrator/releases/tag/managed-service-orchestrator-1.5.2) ### Fixes