Skip to content

Commit

Permalink
Add note about protocol v6 to upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Jan 16, 2025
1 parent 47e6b74 commit f7482a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guides/v3-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: |-
# Upgrading to v3.0.0 of the Helm provider



This guide covers the changes introduced in v3.0.0 of the Helm provider and what you may need to do to upgrade your configuration.

## Changes in v3.0.0
Expand All @@ -20,6 +19,10 @@ The Helm provider has been migrated from the legacy [Terraform Plugin SDKv2](htt
- **Blocks to Nested Objects**: Blocks like `kubernetes`, `registry`, and `experiments` are now represented as nested objects.
- **List Syntax for Nested Attributes**: Attributes like `set`, `set_list`, and `set_sensitive` in `helm_release` and `helm_template` are now lists of nested objects instead of blocks.

### Terraform Version Compatability

The new framework code uses [Terraform Plugin Protocol Version 6](https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol#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.

---

### Changes to Provider Attributes
Expand Down

0 comments on commit f7482a3

Please sign in to comment.