Skip to content

Commit

Permalink
🔖(helm) bump release to 0.6.0
Browse files Browse the repository at this point in the history
Added

- Add environment variables for Brevo configuration

Changed

- Change Celery liveness and readiness probes to file-based probes
- Upgrade appVersion to `0.6.0`
  • Loading branch information
wilbrdt committed Dec 3, 2024
1 parent e469ed9 commit d8da992
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ and this project adheres to

## [Unreleased]

## [0.6.0] - 2024-12-03

### Added

- Add environment variables for Brevo configuration

### Changed

- Change Celery liveness and readiness probes to file-based probes
- Upgrade appVersion to `0.6.0`


## [0.5.1] - 2024-11-26

Expand Down Expand Up @@ -72,6 +76,7 @@ and this project adheres to
- Implement base Helm chart

[unreleased]: https://github.com/openfun/mork/tree/main/src/helm
[0.6.0]: https://github.com/openfun/mork/releases/tag/helm/v0.6.0
[0.5.1]: https://github.com/openfun/mork/releases/tag/helm/v0.5.1
[0.5.0]: https://github.com/openfun/mork/releases/tag/helm/v0.5.0
[0.4.0]: https://github.com/openfun/mork/releases/tag/helm/v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions src/helm/mork/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: mork
description: Mork, to warn and manage FUN inactive users
type: application
version: 0.5.1
appVersion: "0.5.0"
version: 0.6.0
appVersion: "0.6.0"

0 comments on commit d8da992

Please sign in to comment.