You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/).
4
4
5
+
## Version 0.3.0 - 13-September-2024
6
+
7
+
### Added
8
+
9
+
- New helm chart variant with configurable templates
10
+
- CLI tool to convert existing basic chart to configurable templates chart
11
+
- Updated @sap/cds-dk to version `8.2.1` for the CLI option parsing issue fix
12
+
- Support for dynamic service instance key name in `runtime-values.yaml` file
13
+
- Changed workload keys in the `values.yaml` to camelcase
14
+
15
+
### Fixed
16
+
17
+
- Removed empty `env` from workloads during mta transformation
18
+
- App name derivation fix in template function
19
+
5
20
## Version 0.2.0 - 21-August-2024
6
21
7
22
### Added
@@ -10,7 +25,7 @@ All notable changes to this project will be documented in this file. This projec
10
25
- Updated `values.schema.json` to allow additional properties on `values.yaml`
console.log("Once values.yaml is updated, run 'cds build' to generate the helm chart. You can find the generated chart in the 'gen' folder within your project directory.")
0 commit comments