Releases: hashicorp/terraform-provider-helm
Releases · hashicorp/terraform-provider-helm
v2.12.1
DEPENDENCIES:
- Bump Golang from
1.20
to1.21
. [GH-1300] - Bump github.com/hashicorp/go-cty from
v1.4.1-0.20200414143053-d3edf31b6320
tov1.4.1-0.20200723130312-85980079f637
. [GH-1300] - Bump github.com/hashicorp/terraform-plugin-docs from
v0.14.1
tov0.16.0
. [GH-1300] - Bump github.com/hashicorp/terraform-plugin-sdk/v2 from
v2.26.1
tov2.30.0
. [GH-1300] - Bump golang.org/x/crypto from
v0.14.0
tov0.16.0
. [GH-1300] - Bump helm.sh/helm/v3 from
v3.13.1
tov3.13.2
. [GH-1300] - Bump k8s.io/api from
v0.28.3
tov0.28.4
. [GH-1300] - Bump k8s.io/apimachinery from
v0.28.3
tov0.28.4
. [GH-1300] - Bump k8s.io/client-go from
v0.28.3
tov0.28.4
. [GH-1300] - Bump sigs.k8s.io/yaml from
v1.3.0
tov1.4.0
. [GH-1300]
v2.12.0
v2.11.0
v2.10.1
v2.10.0
v2.9.0
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:
- Bump
github.com/containerd/containerd
from1.6.6
to1.6.12
[GH-1029] - Bump
golang.org/x/crypto
from0.5.0
to0.6.0
[GH-1055] - Bump
helm.sh/helm/v3
from3.9.4
to3.11.1
[GH-1036] [GH-1054] - Bump
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]