Closed chotiwat closed 2 months ago
This PR fixes the issue with metadata getting recomputed due to inexact version attribute, as pointed out by @sheneska in https://github.com/hashicorp/terraform-provider-helm/issues/1344#issuecomment-2025818377
metadata
version
Release note for CHANGELOG:
`resource/helm_release`: Fix: only recompute metadata when the version in the metadata changes [GH-1344](https://github.com/hashicorp/terraform-provider-helm/issues/1344)
https://github.com/hashicorp/terraform-provider-helm/issues/1344 https://github.com/hashicorp/terraform-provider-helm/issues/1150
@chotiwat can you add in a changelog-entry? I'll be reviewing this PR in the coming days. Thanks!
@BBBmau We are affected by this as it's throwing our CD by constantly producing a false positive change list.
Description
This PR fixes the issue with
metadata
getting recomputed due to inexactversion
attribute, as pointed out by @sheneska in https://github.com/hashicorp/terraform-provider-helm/issues/1344#issuecomment-2025818377Acceptance tests
Release Note
Release note for CHANGELOG:
References
https://github.com/hashicorp/terraform-provider-helm/issues/1344 https://github.com/hashicorp/terraform-provider-helm/issues/1150
Community Note