Releases: baloise/gitopscli
Releases · baloise/gitopscli
v5.2.0
5.2.0 (2022-04-07)
Features
- use customizable message templates for PR comments (#175) (e859006)
v5.1.1
5.1.1 (2022-02-18)
Bug Fixes
- CredentialsHelper: Add single quotes around username/password to support special characters in credentials (#171) (bd2ad19)
v5.1.0
5.1.0 (2021-09-09)
Features
- sync-apps: support Helm value files as
apps/*.yaml
(b5833f6)
v4.11.0
4.11.0 (2021-08-05)
Features
- GitOpsCli: add var PREVIEW_ID_HASH_SHORT (c08091c)
v4.10.0
4.10.0 (2021-08-04)
Features
- GitOpsConfig: add maxNamespaceLength (8f36965), closes #163
v4.9.0
4.9.0 (2021-08-03)
Features
- GitOpsConfig: introduce apiVersion v2_beta (8d9546a), closes #162
v4.8.0
4.8.0 (2021-07-31)
Features
- GitOpsConfig: add .gitops.config.yaml apiVersion v1 support (7dc409b)
Bug Fixes
- GitOpsConfig: prevent namespace >63 (6d70a7d)
- GitOpsConfig: respect preview target branch during deletion (4e22cae)
v4.7.0
4.7.0 (2021-07-04)
Features
- gitopscli/*: add merge method parameter to deploy command (e28b1bf)
v4.6.2
4.6.2 (2021-03-10)
Bug Fixes
- gitlab: log failed merge attempts as warning and refer to original exception if definitely failed (fc0d875)
- gitlab: retry failed merges due to server still processing merge request internally (cf1a0f2)