Skip to content

Releases: camptocamp/devops-stack-module-argocd

v7.1.1

23 Oct 14:04
3b2dd5d
Compare
Choose a tag to compare

7.1.1 (2024-10-23)

Bug Fixes

  • dashboards: add release in file name to avoid duplicates (#138) (e8c0d9b)

v7.1.0

11 Oct 15:15
a7e498f
Compare
Choose a tag to compare

7.1.0 (2024-10-11)

Features

  • chart: minor update of dependencies on argocd chart (#132) (635a11c)

Bug Fixes

  • grafana panels uses angular deprecated plugin (#135) (60bdfea)

v7.0.0

09 Oct 13:52
379bf0f
Compare
Choose a tag to compare

7.0.0 (2024-10-09)

⚠ BREAKING CHANGES

  • point the Argo CD provider to the new repository (#133)

Features

  • point the Argo CD provider to the new repository (#133) (86616d9)

Migrate provider source oboukili -> argoproj-labs

We've tested the procedure found here and we think the order of the steps is not exactly right. This is the procedure we recommend (note that this should be run manually on your machine and not on a CI/CD workflow):

  1. First, make sure you are already using version 6.2.0 of the oboukili/argocd provider.

  2. Then, check which modules you have that are using the oboukili/argocd provider.

$ terraform providers

Providers required by configuration:
.
├── provider[registry.terraform.io/hashicorp/helm] 2.15.0
├── (...)
└── provider[registry.terraform.io/oboukili/argocd] 6.2.0

Providers required by state:

    (...)

    provider[registry.terraform.io/oboukili/argocd]

    provider[registry.terraform.io/hashicorp/helm]
  1. Afterwards, proceed to point *ALL the DevOps Stack modules to the versions that have changed the source on their respective requirements. In case you have other personal modules that also declare oboukili/argocd as a requirement, you will also need to update them.

  2. Also update the required providers on your root module. If you've followed our examples, you should find that configuration on the terraform.tf file in the root folder.

  3. Execute the migration via terraform state replace-provider:

$ terraform state replace-provider registry.terraform.io/oboukili/argocd registry.terraform.io/argoproj-labs/argocd
Terraform will perform the following actions:

  ~ Updating provider:
    - registry.terraform.io/oboukili/argocd
    + registry.terraform.io/argoproj-labs/argocd

Changing 13 resources:

  module.argocd_bootstrap.argocd_project.devops_stack_applications
  module.secrets.module.secrets.argocd_application.this
  module.metrics-server.argocd_application.this
  module.efs.argocd_application.this
  module.loki-stack.module.loki-stack.argocd_application.this
  module.thanos.module.thanos.argocd_application.this
  module.cert-manager.module.cert-manager.argocd_application.this
  module.kube-prometheus-stack.module.kube-prometheus-stack.argocd_application.this
  module.argocd.argocd_application.this
  module.traefik.module.traefik.module.traefik.argocd_application.this
  module.ebs.argocd_application.this
  module.helloworld_apps.argocd_application.this
  module.helloworld_apps.argocd_project.this

Do you want to make these changes?
Only 'yes' will be accepted to continue.

Enter a value: yes

Successfully replaced provider for 13 resources.
  1. Perform a terraform init -upgrade to upgrade your local .terraform folder.

  2. Run a terraform plan or terraform apply and you should see that everything is OK and that no changes are necessary.

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)