Skip to content

Releases: argoproj-labs/terraform-provider-argocd

v1.2.1

15 Apr 18:49
4bd78ea
Compare
Choose a tag to compare

Changelog

4bd78ea ignore notified.notifications.argoproj.io annotations (#71) Thanks @MalibuKoKo !

v1.2.0

26 Feb 00:46
bc678d4
Compare
Choose a tag to compare

Changelog

bc678d4 add an argocd_cluster resource (#64)

v1.1.3

09 Feb 10:33
d818ac6
Compare
Choose a tag to compare

Changelog

d818ac6 Fix argocd_project orphaned_resources v0 to v1 migration and permadiff (#61)

v1.1.2

30 Jan 09:49
c968929
Compare
Choose a tag to compare

Changelog

c968929 Fix argocd_project v0 to v1 schema migration edge case (#60)

v1.1.1

29 Jan 04:21
b156f19
Compare
Choose a tag to compare

Bugfix

Automatic state migration for argocd_project breaking change introduced in versions v0.5.0/v1.0.0 of the provider.

Changelog

b156f19 argocd_project: introduce schema versioning and migration (#58)

v1.1.0

28 Jan 00:28
603dc2c
Compare
Choose a tag to compare

Changelog

603dc2c argocd_application: introduce wait parameter (#54)

v1.0.0

27 Jan 23:32
9503821
Compare
Choose a tag to compare

BREAKING CHANGES

  • argocd_project.spec.0.orphaned_resources attribute has been changed from a map to a set of map.
    From
    orphaned_resources = {
      warn = true
    }

To

    orphaned_resources {
      warn = true
    }

Bugfixes

  • Fix project updates when adding new project roles. #51

Changelog

9503821 argocd_project: handles orphaned_resources/ignore, signature_keys (#50)
5fb1481 argocd_project: fix roles updates for newly added roles (#52)
5dc7a8c argocd_application: support for kustomize.common_annotations and sync_policy.automated.allow_empty (#48)
3c8ab5c argocd_application: added retry configuration block to sync policy (#46)
56bc0a7 Upgrade ArgoCD API client to 1.8.3 (#28)

v0.4.8

17 Jan 23:14
173474c
Compare
Choose a tag to compare

Changelog

3507e53 fix project deletion panics (#39)
f703e45 Add ArgoCD 1.8.x to acceptance testing matrix (#43)
33df71b tests: build against go1.15
8b27f4a updated README about container images side-loading
b791194 build against Go 1.15, update local development testing ArgoCD version to 1.8.2
29467e4 test against argocd 1.8.x
2d88e14 Portable, cross-platform tests settings (#42)
dfcad7f Adds ArgoCD 1.7.x acceptance testing (#36)

v0.4.7

13 Oct 15:18
Compare
Choose a tag to compare

Changelog

c918490 document imports (#35)
0b6ede0 handle absent resources upon deletion, argocd_repository: force refresh repo connection cache upon reads (#33)

v0.4.6

02 Oct 14:57
9a69a0f
Compare
Choose a tag to compare

Changelog

9a69a0f Document every resource on the Terraform Registry website (#29)