Skip to content

Releases: argoproj-labs/terraform-provider-argocd

v3.1.0

01 Jul 11:38
752dead

Choose a tag to compare

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

12 Apr 12:32
9c43e2d

Choose a tag to compare

Changelog

  • 4711587 fix: wrong default value for revision_history_limit in argocd_application resource (#161)
  • 47ce970 fix(auth): allow interactive auth with k8s block (#157)

v3.0.0

31 Mar 13:08
f819c37

Choose a tag to compare

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

Changelog

  • f819c37 fix: constant orphaned changes if not specified & crash (#153)

v2.2.8

31 Mar 12:19
44f3e2e

Choose a tag to compare

Changelog

  • 44f3e2e fix(application): prevent crash on empty sync_policy/automated block (#156)

v2.2.7

31 Mar 13:07
22c99cd

Choose a tag to compare

Changelog

  • 22c99cd fix: crash when adding a role on an existing project without role (#154)

v2.2.6

10 Mar 22:23
9838250

Choose a tag to compare

Changelog

v2.2.5

07 Mar 12:30
15df238

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

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

Choose a tag to compare

Changelog

v2.2.2

23 Feb 17:31
a558e70

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)