Terraform-provider-helm: 0.7 binary release

Created on 14 Dec 2018  路  4Comments  路  Source: hashicorp/terraform-provider-helm

There is no binary release for Terraform Helm Provider. The moment I do terraform init I receive still Helm provider version 0.62. Please release the binary release for Terraform Helm Provider 0.7, so that terraform init can fetch the Helm provider version 0.7.

dependencies regression

Most helpful comment

0.7.0 has been published (https://releases.hashicorp.com/terraform-provider-helm/0.7.0/)
@Jeeppler You should be able to fetch it with terraform init

All 4 comments

Sorry about this. We have no control over the release system.

@alexsomesan can you help us out here?

Sure. I'll cut the release in few hours. Currently traveling back from KubeCon.

The build actually fails to compile OpenBSD binaries. This is likely due to some newly introduced dependency that doesn't support this platform. It has happened in the past with Docker code.
I'll look into it and disable the OpenBSD support if need be.

make compile                                                                                                     alex@alexs-macbook
==> Checking that code complies with gofmt requirements...
Number of parallel builds: 7

-->   openbsd/amd64: github.com/terraform-providers/terraform-provider-helm
-->     windows/386: github.com/terraform-providers/terraform-provider-helm
-->     linux/amd64: github.com/terraform-providers/terraform-provider-helm
-->     freebsd/arm: github.com/terraform-providers/terraform-provider-helm
-->   freebsd/amd64: github.com/terraform-providers/terraform-provider-helm
-->       linux/arm: github.com/terraform-providers/terraform-provider-helm
-->       linux/386: github.com/terraform-providers/terraform-provider-helm
-->     openbsd/386: github.com/terraform-providers/terraform-provider-helm
-->    darwin/amd64: github.com/terraform-providers/terraform-provider-helm
-->   windows/amd64: github.com/terraform-providers/terraform-provider-helm
-->     freebsd/386: github.com/terraform-providers/terraform-provider-helm

2 errors occurred:
--> openbsd/amd64 error: exit status 2
Stderr: # github.com/terraform-providers/terraform-provider-helm/vendor/golang.org/x/crypto/ssh/terminal
vendor/golang.org/x/crypto/ssh/terminal/util.go:30:12: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:38:18: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:54:12: undefined: unix.IoctlSetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:64:18: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:75:9: undefined: unix.IoctlSetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:80:13: undefined: unix.IoctlGetWinsize
vendor/golang.org/x/crypto/ssh/terminal/util.go:98:18: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:107:12: undefined: unix.IoctlSetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:112:3: undefined: unix.IoctlSetTermios

--> openbsd/386 error: exit status 2
Stderr: # github.com/terraform-providers/terraform-provider-helm/vendor/golang.org/x/crypto/ssh/terminal
vendor/golang.org/x/crypto/ssh/terminal/util.go:30:12: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:38:18: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:54:12: undefined: unix.IoctlSetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:64:18: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:75:9: undefined: unix.IoctlSetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:80:13: undefined: unix.IoctlGetWinsize
vendor/golang.org/x/crypto/ssh/terminal/util.go:98:18: undefined: unix.IoctlGetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:107:12: undefined: unix.IoctlSetTermios
vendor/golang.org/x/crypto/ssh/terminal/util.go:112:3: undefined: unix.IoctlSetTermios

make: *** [compile] Error 1
------------------------------------------------------------

0.7.0 has been published (https://releases.hashicorp.com/terraform-provider-helm/0.7.0/)
@Jeeppler You should be able to fetch it with terraform init

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexkreidler picture alexkreidler  路  71Comments

shamsalmon picture shamsalmon  路  34Comments

mstrzele picture mstrzele  路  13Comments

adaphi picture adaphi  路  11Comments

dangarthwaite picture dangarthwaite  路  19Comments