Skip to content

v6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 14:41
bdd4d56

Provider has moved to a new location ☝️

🎺 🥳 We are pleased to announce the first release under the umbrella of argoproj-labs

We moved the repository (source code) from "github.com/oboukili/terraform-provider-argocd/" to "github.com/argoproj-labs/terraform-provider-argocd". You can find the background about this decision in this issue:

  • Make provider "official" and move it to github.com/argoproj #323

The provider version 6.2.0 is the last version which is usable via both source = "oboukili/argocd" AND source = "argoproj-labs/argocd".

We will release the version 7.0.0 in a couple of days to (hopefully) get everybodys attention that the provider has a new home. But we will not change any stucture or API. From the technical aspect, everything between 6.2.0 and 7.0.0 is fully compatible and you are safe to upgrade to 7.0.0 by changing this line in your code:

--- a/versions.tf
+++ b/versions.tf
@@ -5,7 +5,7 @@ terraform {
       version = "1.7.4"
     }
     argocd = {
-      source  = "oboukili/argocd"
+      source  = "argoproj-labs/argocd"
       version = "6.1.1"
     }
     helm = {

The only thing we will change is that we sign the provider with a different GPG key which is no longer a personal key of @oboukili . The fingerprint of the key will therefore change:

- 09A6EABF546E8638
+ 6421DA8DFD8F48D0

What's Changed

  • fix(argocd_application_set): ensure sync sync policy is correctly set by @dtrouillet in #381
  • build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.9.9 to 2.9.10 by @dependabot in #384
  • build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.9.10 to 2.9.12 by @dependabot in #387
  • build(deps): Bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in #388
  • build(deps): Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 by @dependabot in #401
  • feat: add applicationset git values by @drdkmkkr in #386
  • feat: add support for validate option when provisioning/maintaining argocd applications by @jiachengxu in #411
  • build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.9.12 to 2.9.21 by @dependabot in #413
  • Added support for managedFieldsManagers and Helm templating version by @tonedefdev in #400
  • ci: Fix GoReleaser config after repo move by @mkilchhofer in #419

New Contributors

Full Changelog: v6.1.1...v6.2.0