Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-17 | 2.0 kB | |
v3.0.0 source code.tar.gz | 2025-06-17 | 171.8 kB | |
v3.0.0 source code.zip | 2025-06-17 | 281.3 kB | |
Totals: 3 Items | 455.2 kB | 0 |
3.0.0 (Jun 18, 2025)
This release migrates ports the provider project from terraform-plugin-sdk/v2
to terraform-plugin-framework
[GH-1379]
Please refer to the migration guide.
BREAKING CHANGES:
- Blocks to Nested Objects: Blocks like
kubernetes
,registry
, andexperiments
are now represented as nested objects. - List Syntax for Nested Attributes: Attributes like
set
,set_list
, andset_sensitive
inhelm_release
andhelm_template
are now lists of nested objects instead of blocks - The new framework code uses Terraform Plugin Protocol Version 6 which is compatible with Terraform versions 1.0 and aboove. Users of earlier versions of Terraform can continue to use the Helm provider by pinning their configuration to the 2.x version.
FEATURES:
-
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]- update helm dependency to v3.17.2 [GH-1608]
BUG FIXES: