Releases: argoproj-labs/terraform-provider-argocd
v1.2.1
Changelog
4bd78ea ignore notified.notifications.argoproj.io annotations (#71) Thanks @MalibuKoKo !
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
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)
v0.4.8
Changelog
3507e53 fix project deletion panics (#39)
f703e45 Add ArgoCD 1.8.x to acceptance testing matrix (#43)
33df71b tests: build against go1.15
8b27f4a updated README about container images side-loading
b791194 build against Go 1.15, update local development testing ArgoCD version to 1.8.2
29467e4 test against argocd 1.8.x
2d88e14 Portable, cross-platform tests settings (#42)
dfcad7f Adds ArgoCD 1.7.x acceptance testing (#36)