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:
parent
42b1af7edf
commit
bf3f4fafe1
1 changed files with 14 additions and 1 deletions
15
History.md
15
History.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue