From 48c4a4f52d6355ff57826618cc02d84bf2e41793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:24:08 +0000 Subject: [PATCH 1/2] chore(deps): update oboukili/argocd requirement from ~> 6 to ~> 7 Updates the requirements on [oboukili/argocd](https://github.com/oboukili/terraform-provider-argocd) to permit the latest version. - [Release notes](https://github.com/oboukili/terraform-provider-argocd/releases) - [Changelog](https://github.com/argoproj-labs/terraform-provider-argocd/blob/main/.goreleaser.yml) - [Commits](https://github.com/oboukili/terraform-provider-argocd/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: oboukili/argocd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/eks/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks/terraform.tf b/examples/eks/terraform.tf index 631b3f84f3..eebfb311ce 100644 --- a/examples/eks/terraform.tf +++ b/examples/eks/terraform.tf @@ -22,7 +22,7 @@ terraform { } argocd = { source = "oboukili/argocd" - version = "~> 6" + version = "~> 7" } } } From 4c7d9f754459fd3078bf1be58a81eab9bad05077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= <33546359+lentidas@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:26:57 +0200 Subject: [PATCH 2/2] chore: point to the new source of the provider --- examples/eks/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks/terraform.tf b/examples/eks/terraform.tf index eebfb311ce..2ffc564c9f 100644 --- a/examples/eks/terraform.tf +++ b/examples/eks/terraform.tf @@ -21,7 +21,7 @@ terraform { version = "~> 2" } argocd = { - source = "oboukili/argocd" + source = "argoproj-labs/argocd" version = "~> 7" } }