hashicorp/terraform-provider-helm (helm)
### [`v2.16.1`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2161-Oct-15-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.16.0...v2.16.1)
BUG FIXES:
- `helm_release`: Fix nil pointer deref panic on destroy when helm release is not found \[[GH-1501](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1501)]
### [`v2.16.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2160-Oct-10-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.15.0...v2.16.0)
BUG FIXES:
- `helm_release`: On destroy, do not error when release is not found \[[GH-1487](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1487)]
- `resource/helm_release`: Fix: only recompute metadata when the version in the metadata changes \[[GH-1458](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1458)]
### [`v2.15.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2150-Aug-14-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.14.1...v2.15.0)
ENHANCEMENT:
- resource/helm_release: add `upgrade_install` boolean attribute to enable idempotent release installation, addressing components of [GH-425](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/425) \[[GH-1247](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1247)]
### [`v2.14.1`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2141-Aug-7-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.14.0...v2.14.1)
DEPENDENCIES:
- Bump golang.org/x/crypto from v0.23.0 to v0.25.0 \[[GH-1399](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1399)]
- Bump k8s.io/api from v0.30.0 to v0.30.3 \[[GH-1436](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1436)]
- Bump k8s.io/apimachinery from v0.30.0 to v0.30.3 \[[GH-1436](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1436)]
- Bump k8s.io/client-go from v0.30.0 to v0.30.3 \[[GH-1436](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1436)]
- Bump helm.sh/helm/v3 from v3.13.2 to v3.15.3 \[[GH-1422](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1422)]
### [`v2.14.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2140-June-13-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.13.2...v2.14.0)
ENHANCEMENT:
- Add support for Terraform's experimental deferred actions \[[GH-1377](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1377)]
- `helm_release`: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes \[[GH-1380](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1380)]
### [`v2.13.2`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2132-May-8-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.13.1...v2.13.2)
DEPENDENCIES:
- Bump github.com/docker/docker from 24.0.7 to 24.0.9
- Bump golang.org/x/net from 0.21.0 to 0.23.0
- Bundle license file with TF provider release artifacts
### [`v2.13.1`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2131-Apr-15-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.13.0...v2.13.1)
HOTFIX:
- `helm_release`: Fix regression causing errors at plan time.
### [`v2.13.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2130-Apr-4-2024)
[Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.12.1...v2.13.0)
BUG FIXES:
- `provider`: Fix manifest diff rendering for OCI charts. \[[GH-1326](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1326)]
DOCS:
- `docs`: Use templatefile() instead of "template_file" provider in GKE example. \[[GH-1329](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1329)]
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
~> 2.12.0
->~> 2.16.0
Release Notes
hashicorp/terraform-provider-helm (helm)
### [`v2.16.1`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2161-Oct-15-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.16.0...v2.16.1) BUG FIXES: - `helm_release`: Fix nil pointer deref panic on destroy when helm release is not found \[[GH-1501](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1501)] ### [`v2.16.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2160-Oct-10-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.15.0...v2.16.0) BUG FIXES: - `helm_release`: On destroy, do not error when release is not found \[[GH-1487](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1487)] - `resource/helm_release`: Fix: only recompute metadata when the version in the metadata changes \[[GH-1458](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1458)] ### [`v2.15.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2150-Aug-14-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.14.1...v2.15.0) ENHANCEMENT: - resource/helm_release: add `upgrade_install` boolean attribute to enable idempotent release installation, addressing components of [GH-425](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/425) \[[GH-1247](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1247)] ### [`v2.14.1`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2141-Aug-7-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.14.0...v2.14.1) DEPENDENCIES: - Bump golang.org/x/crypto from v0.23.0 to v0.25.0 \[[GH-1399](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1399)] - Bump k8s.io/api from v0.30.0 to v0.30.3 \[[GH-1436](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1436)] - Bump k8s.io/apimachinery from v0.30.0 to v0.30.3 \[[GH-1436](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1436)] - Bump k8s.io/client-go from v0.30.0 to v0.30.3 \[[GH-1436](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1436)] - Bump helm.sh/helm/v3 from v3.13.2 to v3.15.3 \[[GH-1422](https://redirect.github.com/hashicorp/terraform-provider-helm/pull/1422)] ### [`v2.14.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2140-June-13-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.13.2...v2.14.0) ENHANCEMENT: - Add support for Terraform's experimental deferred actions \[[GH-1377](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1377)] - `helm_release`: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes \[[GH-1380](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1380)] ### [`v2.13.2`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2132-May-8-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.13.1...v2.13.2) DEPENDENCIES: - Bump github.com/docker/docker from 24.0.7 to 24.0.9 - Bump golang.org/x/net from 0.21.0 to 0.23.0 - Bundle license file with TF provider release artifacts ### [`v2.13.1`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2131-Apr-15-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.13.0...v2.13.1) HOTFIX: - `helm_release`: Fix regression causing errors at plan time. ### [`v2.13.0`](https://redirect.github.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2130-Apr-4-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-helm/compare/v2.12.1...v2.13.0) BUG FIXES: - `provider`: Fix manifest diff rendering for OCI charts. \[[GH-1326](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1326)] DOCS: - `docs`: Use templatefile() instead of "template_file" provider in GKE example. \[[GH-1329](https://redirect.github.com/hashicorp/terraform-provider-helm/issues/1329)]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.