We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e5a4b commit 213d214Copy full SHA for 213d214
version/description
@@ -1,6 +1,3 @@
1
-v0.12.0
+v0.12.1
2
3
-Features:
4
-* Implement CAOverlapInterval options to ditch old CAs from CABunlde
5
-* Use a struct to group certificate options (#37)
6
-* Use new knob for the service certificate rotation (#34)
+* certs, Add Certs list size limit (#56)
version/version.go
@@ -1,5 +1,5 @@
package version
var (
- Version = "0.12.0"
+ Version = "0.12.1"
)
0 commit comments