Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored and phoracek committed Feb 22, 2021
1 parent 6453a68 commit 5f9951e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
v0.12.0
v0.13.0

Features:
* Implement CAOverlapInterval options to ditch old CAs from CABunlde
* Use a struct to group certificate options (#37)
* Use new knob for the service certificate rotation (#34)
* Parameterize overlap at certificate cleanup (#43)
* Bump ginkgo=v1.15.0 gomega=v1.10.5 (#44)
* Bump to go 1.15 to get SubjectKeyId at CA certificate (#42)
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.12.0"
Version = "0.13.0"
)

0 comments on commit 5f9951e

Please sign in to comment.