Releases: SAP/configuration-tools-for-gitops
Releases · SAP/configuration-tools-for-gitops
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2023-08-10)
📣 Breaking Changes
* feat!: environment and dependencies definition via configfile
BREAKING CHANGE:
- The coco.yaml files for dependency declaration require the following type field `type: component`.
- Environments must be specified with a dedicated coco.yaml file
* feat!: This feature allows multiple value files for the definition of environments that need to be grouped in one folder that also contains a configuration file (default name: coco.yaml) specifying which value files to use.
The structure for environments is as follows:
```yaml
type: environment
name: name-of-the-environment
values:
- list of all relative value file-paths
- ...
The value files are merged into 1 where keys of later files overwrite earlier occurances.
- feat: added useful functionality regarding documentation, maps and arrays
Co-authored-by: GitHub Action action@github.com
Co-authored-by: I503834 jan.fokken@sap.com
Co-authored-by: blackhatcrazy 44291985+blackhatcrazy@users.noreply.github.com