Releases: argoproj-labs/terraform-provider-argocd
Releases · argoproj-labs/terraform-provider-argocd
v4.2.0
Changelog
What's Changed
- Add compatiblity for "source_namespaces" introduced in ArgoCD v2.5.0 by @karlschriek in #212
Contributors
- @karlschriek made their first contribution in #212
- @onematchfox
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.0
v3.2.1
v3.2.0
v3.1.0
Changelog
- 752dead feat: add resource argocd_repository_certificate (#185)
- 5de35cc fix: crash when using provider headers (#178)
- 79342b9 fix: crash when using argocd_application.spec.info (#168)
- 1d7b81d fix: all tests based on old bitnami redis image (#190)
- 7dc391c fix: default path "." is not defined (#167)
- d7dc57f fix: Allow cluster name to be omitted & ensure unique cluster on creation (#165)
- a9fd863 Add missing bearer_token config (#164)
- e6d5cc4 fix: handle recurse drift with DiffSuppressFunc (#163)
All credits should go to @MrLuje !
v3.0.1
v3.0.0
Big thanks to @MrLuje for that release!
To be on par with the API surface of Argo CD, "orphaned resources monitoring" will be only enabled if it is explicitly declared. Monitoring enabled because of the previous default behavior will be detected as a removal on next apply.
This is a BREAKING CHANGE with the current version :
"Orphaned resources" block specified | Current version | This PR |
Yes | Enables monitoring | Enables monitoring |
No | Enables monitoring | Disables monitoring |