Releases: argoproj-labs/terraform-provider-argocd
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Changelog
- 52b5ac0 fix(tests): use ssh:// in TestAccArgoCDRepositoryCredentials (#128)
- c046cda feat(application): add cascade parameter (#121)
- 012d0f2 fix(tests): update go-cty and terraform-json (#127)
- 7a6d6b3 docs(cluster): Describe GKE cluster workaround (#113)
- 59bb5dc support jq path expressions in ignore_difference block (#108)
- eff2e35 Fix application source plugin env vars (#93)
v2.1.0
v2.0.0
Changelog
ec966d2 Create ArgoCD clients on demand (#75)
304dbc4 support for Darwin Arm64 (M1) builds (#99)
3c90ff9 Migrate to SDK V2 (#62)
v2.0.0 major version bump
While every resource is still compatible with the 1.x.y resources' definitions, under the hood a lot has changed, such as the ability to create API clients on demand (allowing the instanciation of a Kubernetes cluster and referencing it in the ArgoCD provider block within the same blueprint), the upgrade to the Terraform SDK v2, or the use of Go v1.16 (allowing binary builds running on M1 Macbooks).
While acceptance tests are passing, to avoid any kind of drama, it is still wiser to bump the version to a major increment, so that you explicitely understand that some undiscovered bug may happen during plan executions.
Please report any kind of bug should that happen after the upgrade. Thanks.
Special Credits
Thanks for making this release possible with your contributions @raphink @ClaireBellivier ! 🎉