Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 14:02
· 1 commit to main since this release
c5000df

2.0.0 (2023-08-10)

📣 Breaking Changes

  • environment and dependencies definition via configfile (#41) (c5000df)

* 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