Skip to content

Releases: argoproj-labs/terraform-provider-argocd

v4.2.0

12 Dec 09:04
bf3c417
Compare
Choose a tag to compare

Changelog

  • bf3c417 Add compatiblity for "source_namespaces" introduced in ArgoCD v2.5.0 (#212)

What's Changed

  • Add compatiblity for "source_namespaces" introduced in ArgoCD v2.5.0 by @karlschriek in #212

Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

17 Oct 15:22
47115ea
Compare
Choose a tag to compare

Changelog

v4.0.0

14 Oct 15:10
2dbefb5
Compare
Choose a tag to compare

Breaking changes

As ArgoCD dropped support for ksonnet applications in 2.4, its support has been dropped from the provider as per the compatibility promise.

Changelog

  • 2dbefb5 Extend valid resources for project-scoped role policy (#207)

v3.2.1

22 Aug 15:17
8d03743
Compare
Choose a tag to compare

Changelog

  • 8d03743 fix(cluster): crash on empty namespace (#198)

v3.2.0

05 Aug 11:59
408af72
Compare
Choose a tag to compare

Changelog

  • 408af72 Add option to pass Client Certificate and Key (#187)
  • 1917df8 feat(application): add SkipCrds to helm source (#169)

v3.1.0

01 Jul 11:38
752dead
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog

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