Skip to content

Releases: SAP/configuration-tools-for-gitops

v2.2.2

24 Sep 14:04
Compare
Choose a tag to compare

2.2.2 (2023-09-24)

🐞 Bug Fixes

v2.2.1

24 Sep 13:00
5f85ccd
Compare
Choose a tag to compare

2.2.1 (2023-09-24)

🐞 Bug Fixes

  • reconcile: add depricated flag back (#45) (5f85ccd)

v2.2.0

24 Sep 12:42
25e1d59
Compare
Choose a tag to compare

2.2.0 (2023-09-24)

🎁 Feature

🐞 Bug Fixes

  • (reconcxile) proper error handling on missing inputs (#44) (25e1d59)
  • remove tmp (642abe8)

v2.1.0

24 Aug 09:28
a9157b8
Compare
Choose a tag to compare

2.1.0 (2023-08-24)

🎁 Feature

  • multi-remote support for reconciliation (#40) (a9157b8)

v2.0.0

10 Aug 14:02
c5000df
Compare
Choose a tag to compare

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


v1.5.1

11 Jul 06:32
f8a7cc6
Compare
Choose a tag to compare

1.5.1 (2023-07-11)

🐞 Bug Fixes

  • added auto cleanup and improved merge logic (#39) (f8a7cc6)

v1.5.0

27 Jun 08:16
b86da6a
Compare
Choose a tag to compare

1.5.0 (2023-06-27)

🎁 Feature

  • render-user-provided-go-templates (#38) (b86da6a)

v1.4.2

23 Jun 11:23
5d8d80e
Compare
Choose a tag to compare

1.4.2 (2023-06-23)

🚧 Chores

v1.4.1

22 Jun 08:48
f5211b0
Compare
Choose a tag to compare

1.4.1 (2023-06-22)

🐞 Bug Fixes

  • made logger pluggable in reconcile (#36) (f5211b0)

v1.4.0

22 Jun 07:55
320e35c
Compare
Choose a tag to compare

1.4.0 (2023-06-22)

🎁 Feature