2018-10-08 20:20:21 +00:00
|
|
|
# 1.8.0 / 2018-10-08
|
|
|
|
|
|
|
|
* Deps: Update dependencies
|
|
|
|
* Add dhparam generation support
|
|
|
|
|
2018-06-14 22:23:38 +00:00
|
|
|
# 1.7.0 / 2018-06-15
|
|
|
|
|
|
|
|
* Allow listing certs as JSON for automated processing
|
|
|
|
|
2018-06-14 19:09:32 +00:00
|
|
|
# 1.6.0 / 2018-06-14
|
|
|
|
|
|
|
|
* Allow listing expired certificates for debugging purposes
|
|
|
|
|
2018-06-14 18:59:16 +00:00
|
|
|
# 1.5.2 / 2018-06-14
|
|
|
|
|
|
|
|
* Fix: Do not list expired certificates
|
|
|
|
|
2018-06-14 14:02:17 +00:00
|
|
|
# 1.5.1 / 2018-06-14
|
|
|
|
|
|
|
|
* Fix: Use a replacer to convert dashes
|
|
|
|
* Fix: Allow overwriting the vault token by setting only the default
|
|
|
|
|
2018-05-27 10:11:21 +00:00
|
|
|
# 1.5.0 / 2018-05-27
|
|
|
|
|
|
|
|
* Feat: Switch to cobra as a CLI framework
|
|
|
|
* Fix: Replace deprecated build image
|
|
|
|
* Fix: Missing copyright in LICENSE
|
|
|
|
|
2018-05-27 08:33:04 +00:00
|
|
|
# 1.4.0 / 2018-05-27
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2018-01-30 21:37:41 +00:00
|
|
|
# 1.3.0 / 2018-01-30
|
|
|
|
|
|
|
|
* revoke all existing certificates for FQDN instead of only first one (Thanks @wimfabri)
|
|
|
|
|
2018-01-13 12:59:59 +00:00
|
|
|
# 1.2.0 / 2018-01-13
|
|
|
|
|
|
|
|
* Allow sorting by date instead of FQDN
|
|
|
|
|
2017-11-10 20:06:06 +00:00
|
|
|
# 1.1.2 / 2017-11-10
|
|
|
|
|
|
|
|
* Add dockerized version
|
|
|
|
|
2017-10-10 08:20:06 +00:00
|
|
|
# 1.1.1 / 2017-10-10
|
|
|
|
|
|
|
|
* Fix: Don't panic on non existent PKI path
|
|
|
|
* Update dependencies
|
|
|
|
* Update README.md
|
|
|
|
|
2017-05-04 12:10:06 +00:00
|
|
|
# 1.1.0 / 2017-05-04
|
|
|
|
|
|
|
|
* Allow path to templates to be configured
|
|
|
|
|
2017-05-04 10:34:35 +00:00
|
|
|
# 1.0.0 / 2017-05-04
|
|
|
|
|
|
|
|
This is a major release as it modified the default behaviour:
|
|
|
|
- Certificates are not longer listed when creating a new config but instead there is a `list` command for this
|
|
|
|
- Revoked certificates are never listed
|
|
|
|
- Option to revoke older certificates with the same FQDN is now enabled by default
|
|
|
|
|
|
|
|
Other changes:
|
|
|
|
* Add Github releases building
|
|
|
|
* Allow defining default config on disk
|
|
|
|
(Configuration is to be written to `~/.config/vault-openvpn.yaml`)
|
|
|
|
* Add `list` and `revoke-serial` commands
|
|
|
|
|
2017-05-03 20:06:57 +00:00
|
|
|
# 0.3.0 / 2017-05-03
|
|
|
|
|
|
|
|
* Improve logging output
|
|
|
|
|
2016-08-25 15:24:59 +00:00
|
|
|
# 0.2.0 / 2016-08-25
|
|
|
|
|
|
|
|
* Add support for self-signed CAs that are in the OS trust store
|
|
|
|
|
2016-07-25 13:52:35 +00:00
|
|
|
# 0.1.2 / 2016-07-25
|
|
|
|
|
|
|
|
* fix not enough arguments to return
|
|
|
|
|
2016-07-25 13:51:34 +00:00
|
|
|
# 0.1.1 / 2016-07-25
|
|
|
|
|
|
|
|
* fix errors not being returned
|
|
|
|
|
2016-07-25 13:13:18 +00:00
|
|
|
# 0.1.0 / 2016-07-25
|
|
|
|
|
2018-06-14 22:23:38 +00:00
|
|
|
* initial version
|