Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 23:32
9503821

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)