Skip to content

Incorrect plugin versionΒ #115

@drbolsen

Description

@drbolsen

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 πŸ‘.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions