Any idea when a new release of the `Talos` provide...
# general
l
Any idea when a new release of the
Talos
provider will be released. I ran into this issue https://github.com/pulumiverse/pulumi-talos/issues/90 and when installing the
@main
version of the Golang module my editor is autocompleting just fine and does not return any error. But when I run a
pulumi preview
i get
Copy code
Diagnostics:
  pulumi:pulumi:Stack (k8s-pulumi-hetzner):
    # k8s-pulumi
    ./main.go:25:27: undefined: machine.NewSecretsType

    error: error in compiling Go: unable to run `go build`: exit status 1
l
@late-chef-72896 I was away for a long Easter weekend. This PR fixes this, but I need to update docs & examples to align with the merged changes. Will try to do this ASAP.
FYI since this is a Pulumiverse provider, better ask this in #pulumiverse next time. 🙏🏼
l
Thanks @limited-rainbow-51650 I was not aware of that channel
btw, is there documentation on how to build this locally?
c
there's a Makefile, I'd start w/ trying
make development
and go from there