Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: Luzifer/vault-openvpn

v1.10.1

08 May 14:22
v1.10.1
bfd0fc8
Compare
Choose a tag to compare

1.10.1 / 2021-05-08

  • Fix: Build needs GO111MODULE

1.10.0 / 2021-05-08

  • Update dependencies
  • Update Dockerfile
  • Remove vendoring

v1.9.1

02 May 15:25
v1.9.1
093801d
Compare
Choose a tag to compare
  • Fixes error when '~/.vault-token' contains a trailing newline

v1.9.0

14 Feb 22:09
v1.9.0
4d1d07b
Compare
Choose a tag to compare
  • Add support for Vault KVv2 backends
  • Update dependencies

v1.8.0

08 Oct 20:23
v1.8.0
bb1dcd8
Compare
Choose a tag to compare
  • Add dhparam generation support

v1.7.0

14 Jun 22:24
v1.7.0
c7d655f
Compare
Choose a tag to compare
  • Allow listing certs as JSON for automated processing

v1.6.0

14 Jun 20:04
v1.6.0
c86c029
Compare
Choose a tag to compare
  • Allow listing expired certificates for debugging purposes

v1.5.2

14 Jun 19:00
v1.5.2
9d8003c
Compare
Choose a tag to compare
  • Fix: Do not list expired certificates

v1.5.1

14 Jun 14:05
v1.5.1
646e928
Compare
Choose a tag to compare
  • Fix: Use a replacer to convert dashes
  • Fix: Allow overwriting the vault token by setting only the default

v1.5.0

27 May 10:13
v1.5.0
e48ab2d
Compare
Choose a tag to compare
  • Feat: Switch to cobra as a CLI framework
  • Fix: Replace deprecated build image
  • Fix: Missing copyright in LICENSE

v1.4.0

27 May 08:35
v1.4.0
7196faf
Compare
Choose a tag to compare
  • Add support for imported root certificates by reading ca_chain
    Thanks @wimfabri for the addition
  • Add support for directly writing tls-auth to harden OpenVPN connection
    Thanks @callidus for the addition