Update Terraform helm to v3 #13
Open
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:
~> 0.10->~> 3.0Release Notes
hashicorp/terraform-provider-helm (helm)
v3.1.1Compare Source
BUG FIXES:
resource/helm_release: Fix "inconsistent result after apply" error by moving recomputeMetadata function call [GH-1713]v3.1.0Compare Source
FEATURES:
qpsfield to Helm provider configuration [GH-1668]resourcesattribute to manifest experimental feature [GH-1693]helm_template: Addset_wowrite-only attribute [GH-1703]helm_release: Add support for thetake_ownershipfield [GH-1680]ENHANCEMENT:
timeoutsfield to the helm_release resource and helm_template data source, enabling configurable operation timeouts for create, read, update, and delete actions. [GH-1702]BUG FIXES:
upgrade_install[GH-1675]v3.0.2Compare Source
This is a patch release that fixes a number of bugs discovered in the v3.x.x release.
BUG FIXES:
helm_release: Fix description field causing inconsistent plan [GH-1648]helm_release: Fix plan error whendevel = falseis set andversionis provided [GH-1656]helm_release: Fix postrender being run when binaryPath is nil [GH-1649]helm_release: Fix shallow clone bug causing nested sensitive values to be redacted in the k8s API [GH-1644]provider: Fix namespace override logic in Kubernetes client initialization [GH-1650]provider: Restore support for theKUBE_PROXY_URLenvironment variable [GH-1655]v3.0.1Compare Source
This is a hotfix release.
HOTFIX:
helm_release: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]v3.0.0Compare Source
This release migrates ports the provider project from
terraform-plugin-sdk/v2toterraform-plugin-framework[GH-1379]Please refer to the migration guide.
BREAKING CHANGES:
kubernetes,registry, andexperimentsare now represented as nested objects.set,set_list, andset_sensitiveinhelm_releaseandhelm_templateare now lists of nested objects instead of blocksFEATURES:
Add
"literal"as a supportedtypefor thesetblock [GH-1615]helm_release: Add support for ResourceIdentity. [GH-1625]helm_release: Addset_wowrite-only attribute [GH-1592]ENHANCEMENT:
helm_release: AddUpgradeStatelogic 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.valueto optional instead of required [GH-1572]v2.17.0Compare Source
ENHANCEMENT:
resource/helm_release: the dry-run option is now set toserverto execute any chart lookups against the server during the plan stage. [GH-1335]BUG FIXES:
resource/helm_release: fix an issue wherepostrender.argsis not parsed correctly. [GH-1534]v2.16.1Compare Source
BUG FIXES:
helm_release: Fix nil pointer deref panic on destroy when helm release is not found [GH-1501]v2.16.0Compare Source
BUG FIXES:
helm_release: On destroy, do not error when release is not found [GH-1487]resource/helm_release: Fix: only recompute metadata when the version in the metadata changes [GH-1458]v2.15.0Compare Source
ENHANCEMENT:
upgrade_installboolean attribute to enable idempotent release installation, addressing components of GH-425 [GH-1247]v2.14.1Compare Source
DEPENDENCIES:
v2.14.0Compare Source
ENHANCEMENT:
helm_release: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes [GH-1380]v2.13.2Compare Source
DEPENDENCIES:
v2.13.1Compare Source
HOTFIX:
helm_release: Fix regression causing errors at plan time.v2.13.0Compare Source
BUG FIXES:
provider: Fix manifest diff rendering for OCI charts. [GH-1326]DOCS:
docs: Use templatefile() instead of "template_file" provider in GKE example. [GH-1329]v2.12.1Compare Source
DEPENDENCIES:
1.20to1.21. [GH-1300]v1.4.1-0.20200414143053-d3edf31b6320tov1.4.1-0.20200723130312-85980079f637. [GH-1300]v0.14.1tov0.16.0. [GH-1300]v2.26.1tov2.30.0. [GH-1300]v0.14.0tov0.16.0. [GH-1300]v3.13.1tov3.13.2. [GH-1300]v0.28.3tov0.28.4. [GH-1300]v0.28.3tov0.28.4. [GH-1300]v0.28.3tov0.28.4. [GH-1300]v1.3.0tov1.4.0. [GH-1300]v2.12.0Compare Source
BUG FIXES:
helm_release: Fix perpetual diff when version attribute is an empty string [GH-1246]DEPENDENCIES:
helm.sh/helm/v3from3.12.0to3.13.1v2.11.0Compare Source
ENHANCEMENT:
kubernetes/provider.go: Addtls_server_namekubernetes provider options. [GH-839]resource/helm_release: addnamefield validation to be limited to 53 characters. [GH-1228]BUG FIXES:
helm/resource_release.go: Fix: version conflicts when using local chart [GH-1176]resource/helm_release: Add nil check forset_list.valueto prevent provider ChartPathOptions [GH-1231]v2.10.1Compare Source
HOTFIX:
helm_release: Fix: Only recompute metadata if version actually changes. [GH-1150]v2.10.0Compare Source
FEATURES:
helm_release: Addset_listattribute [GH-1071]BUG FIXES:
helm_release: Always recompute metadata when a release is updated [GH-1097]DEPENDENCIES:
helm.sh/helm/v3from3.11.2to3.12.0[GH-1143]v2.9.0Compare Source
FEATURES:
provider: Add a new attributeburst_limitfor client-side throttling limit configuration. [GH-1012]ENHANCEMENT:
data_source/helm_template: Add a new attributecrdswhich wheninclude_crdsis set totruewill be populated with a list of the manifests from thecrds/folder of the chart. [GH-1050]BUG FIXES:
resource/helm_release: Fix an issue when the provider crashes with the error messageProvider produced inconsistent final planafter upgrading fromv2.5.1tov2.6.0and higher. That happened due to changes in the provider schema and the introduction of a new attributepass_credentialsthat was not properly handled. [GH-982]DOCS:
data_source/helm_template: Add a new attributecrds[GH-1050]data_source/helm_template: Correct some errors in examples. [GH-1027]provider: Add a new attributeburst_limit. [GH-1012]provider: Add a note regarding theKUBECONFIGenvironment variable. [GH-1051]resource/helm_release: Add usage example forOCIrepositories. [GH-1030]resource/helm_release: Add usage examples forGCSandS3plugins. [GH-1026]DEPENDENCIES:
github.com/containerd/containerdfrom1.6.6to1.6.12[GH-1029]golang.org/x/cryptofrom0.5.0to0.6.0[GH-1055]helm.sh/helm/v3from3.9.4to3.11.1[GH-1036] [GH-1054]k8s.io/client-gofrom0.24.2to0.26.1[GH-1037]NOTES:
provider:kubernetes.exec.api_versionno longer supportsclient.authentication.k8s.io/v1alpha1. Please, switch toclient.authentication.k8s.io/v1beta1orclient.authentication.k8s.io/v1. [GH-1037]v2.8.0Compare Source
FEATURES:
BUG FIXES:
v2.7.1Compare Source
BUG FIXES:
v2.7.0Compare Source
FEATURES:
BUG FIXES:
show_onlycrash when string is empty [GH-950]v2.6.0Compare Source
IMPROVEMENTS:
argsattribute inpost_renderblock in (#869)pass_credentialsattribute (#841)proxy_urlattribute to provider block (#843)BUG FIXES:
v2.5.1Compare Source
FIX:
v2.5.0Compare Source
v2.4.1Compare Source
HOTFIX:
v2.4.0Compare Source
v2.3.0Compare Source
v2.2.0Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
IMPROVEMENTS:
BUG FIXES:
v2.0.3Compare Source
BUG FIXES:
IMPROVEMENTS:
v2.0.2Compare Source
BUG FIXES:
v2.0.1Compare Source
BUG FIXES:
v2.0.0Compare Source
BREAKING CHANGES:
Please review our upgrade guide.
IMPROVEMENTS:
v1.3.2Compare Source
BUG FIXES:
v1.3.1Compare Source
IMPROVEMENTS:
v1.3.0Compare Source
IMPROVEMENTS:
BUG FIXES:
dependency_updateflag (#482)v1.2.4Compare Source
BUG FIXES:
v1.2.3Compare Source
BUG FIXES:
v1.2.2Compare Source
BUG FIXES:
v1.2.1Compare Source
BUG FIXES:
v1.2.0Compare Source
IMPROVEMENTS:
v1.1.1Compare Source
BUG FIXES:
v1.1.0Compare Source
IMPROVEMENTS:
BUG FIXES:
v1.0.0Compare Source
BREAKING CHANGES:
IMPROVEMENTS:
HELM_PLUGINSenv if it is set, otherwise uses the default path set by helm.HELM_REGISTRY_CONFIGenv if it is set, otherwise uses the default path set by helm.HELM_REPOSITORY_CONFIGenv if it is set, otherwise uses the default path set by helm.HELM_REPOSITORY_CACHEenv if it is set, otherwise uses the default path set by helm.configmap,secret,memory. Defaults tosecretfalse.false.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 this update again.
This PR was generated by Mend Renovate. View the repository job log.