Skip to content

Releases: argoproj-labs/terraform-provider-argocd

v2.2.6

10 Mar 22:23
9838250
Compare
Choose a tag to compare

Changelog

v2.2.5

07 Mar 12:30
15df238
Compare
Choose a tag to compare

Changelog

  • 15df238 fix: extend authentication to other cloud providers (#149)
  • 036d078 Improve cluster metadata support (#146)

v2.2.4

05 Mar 10:23
54f22a9
Compare
Choose a tag to compare

Changelog

  • 54f22a9 Handle types of exec_provider_config args and env properly (#145)

v2.2.3

25 Feb 13:40
647debc
Compare
Choose a tag to compare

Changelog

v2.2.2

23 Feb 17:31
a558e70
Compare
Choose a tag to compare

Changelog

  • a558e70 Support cluster metadata (#140)
  • 8ebb397 build(deps): bump github.com/argoproj/argo-cd/v2 from 2.1.2 to 2.1.9 (#136)

v2.2.1

07 Feb 20:03
a77dc6b
Compare
Choose a tag to compare

Changelog

v2.2.0

26 Jan 14:26
52b5ac0
Compare
Choose a tag to compare

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

30 Sep 15:15
c6ac4a2
Compare
Choose a tag to compare

Changelog

d16a009 feat(provider): allow to override Kubernetes parameters in client (#100) Thanks @raphink !

v2.0.0

27 Sep 13:42
ec966d2
Compare
Choose a tag to compare

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 ! 🎉

v1.2.2

11 Aug 22:00
bbff05e
Compare
Choose a tag to compare

Changelog

bbff05e Add support for NamespaceResourceWhitelist and clusterResourceBlacklist (#91)
61c8231 fix: change CA config parameters (#77)
4c3ad41 Add support for GRPCWebRootPath ArgoCD ApiClient ClientOption (#79)