-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝(project) add a specific CHANGELOG.md for the helm chart
Changes on Ralph Helm chart are decorrelated from Ralph changes. Creating a separated helm chart CHANGELOG to keep track of these changes.
- Loading branch information
Showing
2 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
All notable changes to the helm chart will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2023-11-08 | ||
|
||
### Added | ||
|
||
- Add variable ``ingress.hosts`` | ||
|
||
### Changed | ||
|
||
- Improve chart modularity | ||
- Fix clickhouse version | ||
- Improve volumes and ingress configurations | ||
|
||
### Removed | ||
|
||
- Remove variable ``ingress.hostname`` and ``ingress.tls`` | ||
|
||
## [0.1.0] - 2023-06-30 | ||
|
||
### Added | ||
|
||
- Add an official Helm Chart (experimental) | ||
|
||
[unreleased]: https://github.com/openfun/ralph/tree/master/src/helm | ||
[0.2.0]: https://github.com/openfun/ralph/releases/tag/helm-v0.2.0 | ||
[0.1.0]: https://github.com/openfun/ralph/releases/tag/helm-v0.1.0 |