terraform-provider-helm icon indicating copy to clipboard operation
terraform-provider-helm copied to clipboard

Fix: only recompute metadata when the version in the metadata changes

Open chotiwat opened this issue 6 months ago • 2 comments

Description

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

Acceptance tests

  • [x] Have you added an acceptance test for the functionality being added?

Release Note

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)

References

https://github.com/hashicorp/terraform-provider-helm/issues/1344 https://github.com/hashicorp/terraform-provider-helm/issues/1150

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

chotiwat avatar Aug 10 '24 02:08 chotiwat