Skip to content

Releases: camptocamp/devops-stack-module-argocd

v6.3.0

29 Aug 08:33
b9d39bb
Compare
Choose a tag to compare

6.3.0 (2024-08-29)

Features

  • chart: minor update of dependencies on argocd chart (#127) (476c9d7)

v6.2.0

29 Aug 07:33
9a48b17
Compare
Choose a tag to compare

6.2.0 (2024-08-29)

Features

  • chart: patch update of dependencies on argocd chart (#126) (1a6621f)

v6.1.0

20 Aug 13:03
3f5f632
Compare
Choose a tag to compare

6.1.0 (2024-08-20)

Features

  • chart: patch update of dependencies on argocd chart (#124) (ad9dd42)

v6.0.0

15 Aug 11:51
6f5d274
Compare
Choose a tag to compare

6.0.0 (2024-08-15)

⚠ BREAKING CHANGES

  • chart: minor update of dependencies on argocd chart (#119)
    • the minimum Kubernetes version is now 1.25;
    • Argo CD is now upgraded to version 2.12.0; please check the upgrade guide to see if you are affected by any of the changes;

Features

  • chart: minor update of dependencies on argocd chart (#119) (1cb0c92)

v5.5.0

15 Aug 11:36
a2588b6
Compare
Choose a tag to compare

5.5.0 (2024-08-15)

Features

  • chart: patch update of dependencies on argocd chart (#117) (8c93fda)

v5.4.0

06 Aug 12:48
63a41b7
Compare
Choose a tag to compare

5.4.0 (2024-08-06)

Features

  • update prometheus rule to be more flexible (#114) (5f80f8a)

v5.3.0

10 Jul 11:34
e0853de
Compare
Choose a tag to compare

5.3.0 (2024-07-10)

Features

  • chart: minor update of dependencies on argocd chart (#113) (67e4086)

v5.2.0

18 Jun 09:06
3c8af2a
Compare
Choose a tag to compare

5.2.0 (2024-06-18)

Features

  • chart: patch update of dependencies on argocd chart (#110) (2fba6b6)

v5.1.0

11 Jun 12:47
4ad38ee
Compare
Choose a tag to compare

5.1.0 (2024-06-11)

Features

  • chart: minor update of dependencies on argocd chart (#108) (ae51f89)

v5.0.0

11 Jun 12:33
7126b0e
Compare
Choose a tag to compare

5.0.0 (2024-06-11)

⚠ BREAKING CHANGES

  • chart: major update of dependencies on argocd chart:
    • The upstream chart has removed multiple configurations that should not affect you unless you overload any of the following attributes using the helm_values variable:
      • deprecated component options logLevel and logFormat
      • deprecated component arguments <components>.args.<feature> that were replaced with configs.params
      • deprecated configuration server.config that was replaced with configs.cm
      • deprecated configuration server.rbacConfig that was replaced with configs.rbac

Features

  • chart: major update of dependencies on argocd chart (52543df)
  • modify the Helm values to support new chart version (a2127c9)

Bug Fixes

  • add domain value (fae7776)
  • fix typo that prevented OIDC configuration apply (e5bec3f)