lrstanley / vault-unseal

auto-unseal utility for Hashicorp Vault
MIT License
230 stars 30 forks source link

vault-unseal --version output #33

Closed ahjohannessen closed 1 year ago

ahjohannessen commented 1 year ago

🌧 Describe the problem

When I issue this command:

vault-unseal --version

I get vault-unseal version: master [latest] (linux, amd64), compiled -

It used to output a version number as well, like 0.3.0. I am using this for my ansible-playbook to see if I need to upgrade vault-unseal.

⛅ Expected behavior

vault-unseal version: 0.4.0 [latest] (linux, amd64), compiled - or at least something that contains the version.

🔄 Minimal reproduction

vault-unseal --version

💠 Version: vault-unseal

v0.40.0

🖥 Version: Operating system

linux/ubuntu

⚙ Additional context

No response

🤝 Requirements

lrstanley commented 1 year ago

https://github.com/lrstanley/vault-unseal/releases/tag/v0.4.1 should have a fix. sorry about that!

ahjohannessen commented 1 year ago

@lrstanley Thanks a lot 👍