chore(deps): update terraform argocd to v6.2.0 #86
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.1
->6.2.0
Release Notes
oboukili/terraform-provider-argocd (argocd)
v6.2.0
Compare Source
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:
The provider version 6.2.0 is the last version which is usable via both
source = "oboukili/argocd"
ANDsource = "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:
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:
What's Changed
sync
sync policy is correctly set by @dtrouillet in https://github.com/argoproj-labs/terraform-provider-argocd/pull/381validate
option when provisioning/maintaining argocd applications by @jiachengxu in https://github.com/argoproj-labs/terraform-provider-argocd/pull/411New Contributors
Full Changelog: argoproj-labs/terraform-provider-argocd@v6.1.1...v6.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.