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
versions should probably have the releases for things like vault_1.13.0-rc1+ent.hsm.fips1402 but it seems everything after the "+ent" does not appear
versions should not show repeats (though this is likely because of the previous issue)
versions should be ordered with the non-enterprise version last. This is a problem because asdf latest vault shows an +ent version which likely isn't desired
sorting appears to be unstable with +ent sometimes appearing first, sometimes after non+ent
this is a particular problem for rtx because you effectively need to always use the full version if you don't want to (sometimes) end up with the enterprise version. In rtx it's idiomatic to use partial versions, e.g.: rtx install vault@1 instead of rtx install [email protected].
The text was updated successfully, but these errors were encountered:
Tracking versions for Hashicorp plugins is hard because of changes in how they have evolved in release filename formatting over the years. Thanks for flagging this, it looks like a legitimate issue.
Provide environment information
To Reproduce
Describe the Bug
versions are messed up
Expected Behaviour
asdf latest vault
shows an+ent
version which likely isn't desiredthis is a particular problem for rtx because you effectively need to always use the full version if you don't want to (sometimes) end up with the enterprise version. In rtx it's idiomatic to use partial versions, e.g.:
rtx install vault@1
instead ofrtx install [email protected]
.The text was updated successfully, but these errors were encountered: