Skip to content

Commit

Permalink
Merge pull request #97 from eclipse-tractusx/prepare-release-for-23-12
Browse files Browse the repository at this point in the history
chore: prepare 23.12 release
  • Loading branch information
SebastianBezold authored Nov 24, 2023
2 parents afa2a45 + e73b3d6 commit ca9bd46
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,29 @@ 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

[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
- Changed the base image for security issue

## [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

Expand Down
6 changes: 6 additions & 0 deletions charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

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

[Chart release 1.5.2](https://github.com/eclipse-tractusx/managed-service-orchestrator/releases/tag/managed-service-orchestrator-1.5.2)

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9bd46

Please sign in to comment.