Skip to content

Releases: baloise/gitopscli

v5.2.0

07 Apr 07:44
e859006
Compare
Choose a tag to compare

5.2.0 (2022-04-07)

Features

  • use customizable message templates for PR comments (#175) (e859006)

v5.1.1

18 Feb 11:16
bd2ad19
Compare
Choose a tag to compare

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

09 Sep 14:03
b5833f6
Compare
Choose a tag to compare

5.1.0 (2021-09-09)

Features

  • sync-apps: support Helm value files as apps/*.yaml (b5833f6)

v5.0.0

05 Aug 18:49
a2cbe03
Compare
Choose a tag to compare

5.0.0 (2021-08-05)

Features

  • GitOpsConfig: release apiVersion 2 (52583d3)

No breaking changes - just a major release with .gitops.config.yaml API version v2. Convert your current GitOps config with https://christiansiegel.github.io/gitopscli-config-converter/

v4.11.0

05 Aug 07:24
b74e56d
Compare
Choose a tag to compare

4.11.0 (2021-08-05)

Features

  • GitOpsCli: add var PREVIEW_ID_HASH_SHORT (c08091c)

v4.10.0

04 Aug 11:59
04be2c6
Compare
Choose a tag to compare

4.10.0 (2021-08-04)

Features

  • GitOpsConfig: add maxNamespaceLength (8f36965), closes #163

v4.9.0

03 Aug 16:59
c047e45
Compare
Choose a tag to compare

4.9.0 (2021-08-03)

Features

  • GitOpsConfig: introduce apiVersion v2_beta (8d9546a), closes #162

v4.8.0

31 Jul 16:12
13d0b77
Compare
Choose a tag to compare

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

04 Jul 12:07
a38a1c5
Compare
Choose a tag to compare

4.7.0 (2021-07-04)

Features

  • gitopscli/*: add merge method parameter to deploy command (e28b1bf)

v4.6.2

10 Mar 18:09
e8b0728
Compare
Choose a tag to compare

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)