Skip to content

v5.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 12:34
b9e97db

What's Changed

  • Fix support for application resource on latest versions of ArgoCD due to breaking changes made to resolve GHSA-2q5c-qw9c-fmvq (#240)
  • Fix inconsistent result after apply on argocd_repository_credentials, argocd_cluster and argocd_repository (#243)
  • Fix inconsistent result after apply on argocd_project_token (#245)
  • Fix implementation of renew_before on argocd_project_token (#245)
  • Add renew_after to argocd_project_token to enable automatic token rotation for tokens older than a given time period (#245)

Changelog

  • b9e97db Bug fixes to argocd_project_token + addition of renew_after (#245)
  • d291579 Enable golangci-lint (#241)
  • 04175c6 Fix error inconsistent result after apply on argocd_repository_credentials (#243)
  • b211553 Add all resources to local-dev Terraform code (#244)
  • 1d82878 Fix support for application resource on latest versions of ArgoCD (#240)

Contributors