Skip to content

Releases: argoproj-labs/terraform-provider-argocd

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)

v0.4.5

24 Aug 21:28
9d2f760
Compare
Choose a tag to compare

Changelog

9d2f760 Support for terraform registry (#27)

v0.4.4

06 Aug 12:06
391ce96
Compare
Choose a tag to compare
Handle concurrent mass modification of repository and repository_cred…

…entials resources (#26)

v0.4.3

05 Aug 13:52
804fb69
Compare
Choose a tag to compare
added private repositories argocd_repository acceptance tests, fixed …

…sensitive repository data permadiffs, removed 1.4.x support (#24)

* added private repositories acceptance tests
* repository: add ForceNew flag to repo attribute
* fix sensitive data (passwords, keys) not being returned by ArgoCD API
* removed 1.4.x support

v0.4.2

16 Jul 12:08
Compare
Choose a tag to compare
argocd_application: fix NPE during resource import

v0.4.1

16 Jul 11:36
0d84db7
Compare
Choose a tag to compare
Fix concurrent closure of shared api clients (#22)