Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmitchell committed Jan 19, 2021
1 parent d3736e4 commit 26827c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ci/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# New Features

* `x509 renew` and `x509 reissue` now accept the `-n` and `-s` flags to update
subject alternative names and subjects respectively.
* `undelete` now treats not specifying a version to mean the latest version
(@daviddob)
* `cp` gives a proper error when trying to perform copy all versions of a
specific version of a secret, which doesn't make any sense. (@daviddob)

# Bug Fixes

* `x509 reissue` now properly reads in the key usage flags.
* `cp` will no longer panic when trying to copy a version of a secret which is
not the latest. (@daviddob)

0 comments on commit 26827c1

Please sign in to comment.