Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 12:16
· 31 commits to master since this release
2b2f82a

Installation

You can use go to build SSH Manager locally with:

go install github.com/omegion/vault-unseal@latest

Or, you can use the usual commands to install or upgrade:

On OS X

sudo curl -fL https://github.com/omegion/vault-unseal/releases/download/v0.9.0/vault-unseal-darwin-amd64 -o /usr/local/bin/vault-unseal \
&& sudo chmod +x /usr/local/bin/vault-unseal

On Linux

sudo curl -fL https://github.com/omegion/vault-unseal/releases/download/v0.9.0/vault-unseal-linux-amd64 -o /usr/local/bin/vault-unseal \
&& sudo chmod +x /usr/local/bin/vault-unseal

On Windows (Powershell)

Invoke-WebRequest -Uri https://github.com/omegion/vault-unseal/releases/download/v0.9.0/vault-unseal-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\vault-unseal.exe

Otherwise, download one of the releases from the release page
directly.

See the install docs for more install options and instructions.

Changelog* 2b2f82a [I-26] Fix Build action

  • Hakan hakan@kurtulus.dev
  • 03840bf Bump actions/setup-go from 3 to 4 (#31)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>