github oboukili/terraform-provider-argocd v1.0.0

latest releases: v3.2.1, v3.2.0, v3.1.0...
3 years ago

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)

Don't miss a new terraform-provider-argocd release

NewReleases is sending notifications on new releases.