Skip to content

Releases: argoproj-labs/terraform-provider-argocd

v2.2.1

07 Feb 20:03
a77dc6b

Choose a tag to compare

Changelog

v2.2.0

26 Jan 14:26
52b5ac0

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

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

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

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)

v1.2.1

15 Apr 18:49
4bd78ea

Choose a tag to compare

Changelog

4bd78ea ignore notified.notifications.argoproj.io annotations (#71) Thanks @MalibuKoKo !

v1.2.0

26 Feb 00:46
bc678d4

Choose a tag to compare

Changelog

bc678d4 add an argocd_cluster resource (#64)

v1.1.3

09 Feb 10:33
d818ac6

Choose a tag to compare

Changelog

d818ac6 Fix argocd_project orphaned_resources v0 to v1 migration and permadiff (#61)

v1.1.2

30 Jan 09:49
c968929

Choose a tag to compare

Changelog

c968929 Fix argocd_project v0 to v1 schema migration edge case (#60)

v1.1.1

29 Jan 04:21
b156f19

Choose a tag to compare

Bugfix

Automatic state migration for argocd_project breaking change introduced in versions v0.5.0/v1.0.0 of the provider.

Changelog

b156f19 argocd_project: introduce schema versioning and migration (#58)