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

Fix manifest diffs for OCI charts

Open mmckeen opened this issue 1 year ago • 2 comments

Description

Fixes https://github.com/hashicorp/terraform-provider-helm/issues/1325.

The OCI registry client wasn't properly initialized in this code path for OCI charts.

This also changes error handling so failures to fetch the chart aren't silent in the future.

Acceptance tests

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

Release Note

Release note for CHANGELOG:

NONE

References

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

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

mmckeen avatar Feb 07 '24 16:02 mmckeen

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Feb 07 '24 16:02 hashicorp-cla

Hi @mmckeen, Thank you for your interest in contributing to this provider. I would like to approve and merge your change, however, two things are missing:

Please let me know once this is done & feel free to ask any questions.

sheneska avatar Mar 01 '24 17:03 sheneska

Hey @sheneska 👋

I went ahead and signed the CLA and added a CHANGELOG entry.

Let me know if there's anything else for this 🙇.

Thank you!

mmckeen avatar Mar 11 '24 16:03 mmckeen

@sheneska What's the release cycle like for the helm provider?

sbeginCoveo avatar Mar 21 '24 15:03 sbeginCoveo