Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump oboukili/argocd from 6.1.1 to 6.2.0 #29

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps oboukili/argocd from 6.1.1 to 6.2.0.

Release notes

Sourced from oboukili/argocd's releases.

v6.2.0

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

New Contributors

Full Changelog: argoproj-labs/terraform-provider-argocd@v6.1.1...v6.2.0

Commits
  • bdd4d56 ci: Fix GoReleaser config after repo move (#419)
  • f4c64ee Added support for managedFieldsManagers and Helm templating version (#400)
  • adc97b7 build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.9.12 to 2.9.21 (#413)
  • dfa0f72 feat: add support for validate option when provisioning/maintaining argocd ap...
  • 8b48c7c feat: add applicationset git values (#386)
  • d2f42b8 build(deps): Bump github.com/hashicorp/go-retryablehttp (#401)
  • 76d2d70 build(deps): Bump golang.org/x/net from 0.19.0 to 0.23.0 (#388)
  • 87f5601 build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.9.10 to 2.9.12 (#387)
  • 7c3e6b9 build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.9.9 to 2.9.10 (#384)
  • b069658 fix(appsync): return Sync Policy (instead of create-delete) param is "sync" (...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner October 14, 2024 03:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

The following labels could not be found: dep/terraform.

@github-actions github-actions bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 14, 2024
@rurawat12
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/terraform/oboukili/argocd-6.2.0 branch from b75c230 to 7121077 Compare November 5, 2024 07:33
Copy link
Contributor

@rurawat12 rurawat12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no breaking changes

Copy link
Contributor

@rurawat12 rurawat12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no breaking changes

@rurawat12
Copy link
Contributor

@dependabot recreate

Bumps [oboukili/argocd](https://github.com/oboukili/terraform-provider-argocd) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/oboukili/terraform-provider-argocd/releases)
- [Changelog](https://github.com/argoproj-labs/terraform-provider-argocd/blob/main/.goreleaser.yml)
- [Commits](argoproj-labs/terraform-provider-argocd@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: oboukili/argocd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/terraform/oboukili/argocd-6.2.0 branch from ca968b0 to a44e02e Compare November 5, 2024 13:18
@rurawat12 rurawat12 merged commit 1dd11ba into main Nov 5, 2024
5 checks passed
@rurawat12 rurawat12 deleted the dependabot/terraform/oboukili/argocd-6.2.0 branch November 5, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant