1
0
Fork 0
mirror of https://github.com/Luzifer/vault-openvpn.git synced 2024-11-08 16:20:05 +00:00

prepare release v1.0.0

This commit is contained in:
Knut Ahlers 2017-05-04 12:34:35 +02:00
parent 42b1af7edf
commit bf3f4fafe1
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,3 +1,16 @@
# 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
# 0.3.0 / 2017-05-03
* Improve logging output
@ -16,4 +29,4 @@
# 0.1.0 / 2016-07-25
* initial version
* initial version