Skip to content

v5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 11:43
49e347e

What's Changed

  • argocd_application
    • Add support for ignoreMissingValueFiles helm application parameter (#292)
    • Add support for Helm file parameters (#293)
    • Add read-only status attribute (#295)
    • Add support for managed namespace metadata (#299)
  • argocd_repository
    • Prevent permanent diff on argocd_repository with inherited credentials (#296)
      • ⚠️ Consumers who make use of the argocd_repository resource in conjunction with underlying repository credentials that are configured with a username/password will need to update to the latest patch versions of ArgoCD (2.5.18, 2.6.9 or 2.7.4) to avoid a permanent diff being introduced on the username attribute.
  • argocd_cluster
    • Prevent permanent diff on sensitive cluster attributes (#298)
    • Ensure remote state for non-sensitive tls_client_config is tracked (#298)
  • Refactor error handling (#291)

Changelog

  • 49e347e feat(argocd_application): add read-only status attribute (#295)
  • ce561fa feat(argocd_application): add support for managed namespace metadata (#299)
  • a6b8f70 fix: prevent permanent diff on sensitive cluster attributes (#298)
  • 2bdbf5c Prevent permanent diff on argocd_repository with inherited credentials (#296)
  • f54c0dc fix(project_token): ensure correct token is deleted (#294)
  • 6e7334d feat(argocd_application): add support for Helm file parameters (#293)
  • 591b7d7 Add support for ignoreMissingValueFiles helm application parameter (#292)
  • 97892c3 Refactor error handling (#291)

Contributors