Skip to content

Releases: omegion/vault-unseal

Release v0.14.0

08 Dec 03:16
ee99b6c
Compare
Choose a tag to compare

0.14.0 (2023-12-08)

Release v0.13.0

06 Dec 15:29
ec54e2c
Compare
Choose a tag to compare

0.13.0 (2023-12-06)

Release v0.12.1

04 Nov 23:05
9c561d7
Compare
Choose a tag to compare

0.12.1 (2023-11-04)

Bug Fixes

  • deps: update module github.com/spf13/cobra to v1.8.0 (#48) (9c561d7)

Release v0.12.0

21 Oct 20:00
9484767
Compare
Choose a tag to compare

0.12.0 (2023-10-21)

Release v0.11.1

07 Oct 18:08
f48203d
Compare
Choose a tag to compare

0.11.1 (2023-10-07)

Bug Fixes

  • deps: update module github.com/hashicorp/vault/api to v1.10.0 (#44) (f48203d)

Release v0.11.0

07 Oct 18:04
5ed9089
Compare
Choose a tag to compare

0.11.0 (2023-10-07)

Features

Release v0.10.0

07 Oct 17:58
7f40bb6
Compare
Choose a tag to compare

0.10.0 (2023-10-07)

Features

Release v0.9.0

06 Apr 12:16
2b2f82a
Compare
Choose a tag to compare

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>

Release v0.8.0

31 Mar 14:02
9edd1a1
Compare
Choose a tag to compare

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.8.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.8.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.8.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* 9edd1a1 [I-26] Add custom header flag (#30)

Release v0.7.0

26 May 09:40
Compare
Choose a tag to compare

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.7.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.7.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.7.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* e925a46 [I-7] Make tlsSkipVerify configurable