Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare 23.12 release #97

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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