-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
The latest official version of the plugin is 1.0.0, however when the plugin is called pulumi raises a warning that the plugin reports itself as version 0.0.1 instead.
After looking into the code, it appears that the incorrect version number is hardcoded in provider/pkg/version/version.go
// Version is initialized by the Go linker to contain the semver of this build.
var Version string = "0.0.1"
What happened/what you expected to happen?
- No warning message
Diagnostics
What version of the provider are you running?
1.0.0
warning: resource plugin esxi-native is expected to have version >=1.0.0, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
Message from the maintainers:
Impacted by this bug? Give it a π. We prioritise the issues with the most π.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working