chore(deps): update terraform helm to v3 #70
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:
~> 2.10
->~> 3.0
~> 2.6
->~> 3.0
Release Notes
hashicorp/terraform-provider-helm (helm)
v3.0.1
Compare Source
This is a hotfix release.
HOTFIX:
helm_release
: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]v3.0.0
Compare Source
This release migrates ports the provider project from
terraform-plugin-sdk/v2
toterraform-plugin-framework
[GH-1379]Please refer to the migration guide.
BREAKING CHANGES:
kubernetes
,registry
, andexperiments
are now represented as nested objects.set
,set_list
, andset_sensitive
inhelm_release
andhelm_template
are now lists of nested objects instead of blocksFEATURES:
Add
"literal"
as a supportedtype
for theset
block [GH-1615]helm_release
: Add support for ResourceIdentity. [GH-1625]helm_release
: Addset_wo
write-only attribute [GH-1592]ENHANCEMENT:
helm_release
: AddUpgradeState
logic to support migration from SDKv2 to Plugin Framework [GH-1633]BUG FIXES:
helm_release
: Fix namespace behaviour for dependency charts in non-default namespaces [GH-1583]change
set.value
&&set_list.value
to optional instead of required [GH-1572]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.