You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our recent switch to start using -beta and -alpha as pre-release versions (which are translated to PEP440 style a and b pre-release specificers) broke get_version()'s logic for converting the python version back to a semver to pass along to the engine.
We need to apply the same change we did pulumi/pulumi-terraform#461 for out terraform providers to our kubernetes provider.
The text was updated successfully, but these errors were encountered:
Our recent switch to start using
-beta
and-alpha
as pre-release versions (which are translated to PEP440 stylea
andb
pre-release specificers) brokeget_version()
's logic for converting the python version back to a semver to pass along to the engine.We need to apply the same change we did pulumi/pulumi-terraform#461 for out terraform providers to our kubernetes provider.
The text was updated successfully, but these errors were encountered: