-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update Terraform helm to v2.16.1 #52
base: main
Are you sure you want to change the base?
Conversation
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
5c380a6
to
32ab126
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
32ab126
to
63038ae
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
63038ae
to
5eae7b0
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
5eae7b0
to
fc68f3a
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
fc68f3a
to
8e45bd1
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
8e45bd1
to
3a33279
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
3a33279
to
338bbaf
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
338bbaf
to
f433c1b
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
f433c1b
to
ba55714
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
ba55714
to
c4b986e
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
c4b986e
to
d1a5c11
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
d1a5c11
to
e97bc92
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
e97bc92
to
cbd2eb8
Compare
Terraform Format and Style 🖌``Terraform Initialization ⚙️
|
This PR contains the following updates:
=2.8.0
->2.16.1
Release Notes
hashicorp/terraform-provider-helm (helm)
v2.16.1
Compare Source
BUG FIXES:
helm_release
: Fix nil pointer deref panic on destroy when helm release is not found [GH-1501]v2.16.0
Compare 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.0
Compare Source
ENHANCEMENT:
upgrade_install
boolean attribute to enable idempotent release installation, addressing components of GH-425 [GH-1247]v2.14.1
Compare Source
DEPENDENCIES:
v2.14.0
Compare Source
ENHANCEMENT:
helm_release
: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes [GH-1380]v2.13.2
Compare Source
DEPENDENCIES:
v2.13.1
Compare Source
HOTFIX:
helm_release
: Fix regression causing errors at plan time.v2.13.0
Compare 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.1
Compare Source
DEPENDENCIES:
1.20
to1.21
. [GH-1300]v1.4.1-0.20200414143053-d3edf31b6320
tov1.4.1-0.20200723130312-85980079f637
. [GH-1300]v0.14.1
tov0.16.0
. [GH-1300]v2.26.1
tov2.30.0
. [GH-1300]v0.14.0
tov0.16.0
. [GH-1300]v3.13.1
tov3.13.2
. [GH-1300]v0.28.3
tov0.28.4
. [GH-1300]v0.28.3
tov0.28.4
. [GH-1300]v0.28.3
tov0.28.4
. [GH-1300]v1.3.0
tov1.4.0
. [GH-1300]v2.12.0
Compare Source
BUG FIXES:
helm_release
: Fix perpetual diff when version attribute is an empty string [GH-1246]DEPENDENCIES:
helm.sh/helm/v3
from3.12.0
to3.13.1
v2.11.0
Compare Source
ENHANCEMENT:
kubernetes/provider.go
: Addtls_server_name
kubernetes provider options. [GH-839]resource/helm_release
: addname
field 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.value
to prevent provider ChartPathOptions [GH-1231]v2.10.1
Compare Source
HOTFIX:
helm_release
: Fix: Only recompute metadata if version actually changes. [GH-1150]v2.10.0
Compare Source
FEATURES:
helm_release
: Addset_list
attribute [GH-1071]BUG FIXES:
helm_release
: Always recompute metadata when a release is updated [GH-1097]DEPENDENCIES:
helm.sh/helm/v3
from3.11.2
to3.12.0
[GH-1143]v2.9.0
Compare Source
FEATURES:
provider
: Add a new attributeburst_limit
for client-side throttling limit configuration. [GH-1012]ENHANCEMENT:
data_source/helm_template
: Add a new attributecrds
which wheninclude_crds
is set totrue
will 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 plan
after upgrading fromv2.5.1
tov2.6.0
and higher. That happened due to changes in the provider schema and the introduction of a new attributepass_credentials
that 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 theKUBECONFIG
environment variable. [GH-1051]resource/helm_release
: Add usage example forOCI
repositories. [GH-1030]resource/helm_release
: Add usage examples forGCS
andS3
plugins. [GH-1026]DEPENDENCIES:
github.com/containerd/containerd
from1.6.6
to1.6.12
[GH-1029]golang.org/x/crypto
from0.5.0
to0.6.0
[GH-1055]helm.sh/helm/v3
from3.9.4
to3.11.1
[GH-1036] [GH-1054]k8s.io/client-go
from0.24.2
to0.26.1
[GH-1037]NOTES:
provider
:kubernetes.exec.api_version
no longer supportsclient.authentication.k8s.io/v1alpha1
. Please, switch toclient.authentication.k8s.io/v1beta1
orclient.authentication.k8s.io/v1
. [GH-1037]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.