kbst / terraform-provider-kustomization

Terraform provider for Kustomize
https://www.kubestack.com
Apache License 2.0
267 stars 53 forks source link

Upgrade kustomize/api and kustomize/kyaml #223

Closed olfway closed 1 year ago

olfway commented 1 year ago

Please upgrade kustomize/api and kustomize/kyaml to match kustomize v5.0.0 release

It has improved helm support:

support for four new Helm fields, by popular request: additionalValuesFiles, skipTests, apiVersions and skipTests

olfway commented 1 year ago

Thanks for merging! Could you tag an rc or beta release for this?

maxlaverse commented 1 year ago

Hi @pst ! We'd also love to try this version out, if you have time to release it. We're facing issues when using Personal Access Token to read manifests from private repositories. With a provider compiled from master it seems to work.

pst commented 1 year ago

Thanks for pinging me, somehow this fell through the cracks. Sorry for that. I've released v0.9.3 with your change now.

olfway commented 1 year ago

Thanks!

maxlaverse commented 1 year ago

Thanks for the quick reply @pst! I see you released a new version on Github, but it's still not available on Terraform's registry: https://registry.terraform.io/providers/kbst/kustomization/latest

image

I've seen some caching issues with their registry in the past. Is version 0.9.3 available on it in your region ? Then I'd just wait

pst commented 1 year ago

I requested a resync, that usually fixes it. It's supposed to be updated automatically, but well. I can see v0.9.3, published a day ago now in the TF registry.

maxlaverse commented 1 year ago

Worked! Thanks again