What's Changed
argocd_application
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 ausername
/password
will need to update to the latest patch versions of ArgoCD (2.5.18
,2.6.9
or2.7.4
) to avoid a permanent diff being introduced on theusername
attribute.
- ⚠️ Consumers who make use of the
- Prevent permanent diff on
argocd_cluster
- 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
- @onematchfox
- @B3ns44d made their first contribution in #292