Skip to content

Commit

Permalink
Release v0.9.0 (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Jul 6, 2020
1 parent 1de26ad commit 7cca97f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
v0.8.0
v0.9.0

Bugs:
* Bump github-release tool to 0.8.1 (#18)
* fix index out of range error when trying to access client-config array in empty webhook instance (#17)
Features:
* Implement certificate manager as a controller (#20)
* Replace FakeClient with controller-runtime envtest (#24)
* Move unit tests to ginkgo (#26)
* Bump controller-runtime to v0.6.0 (#25)
* introducing a script to force rotate the kube-admission caBundle and secrets (#21)
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.8.0"
Version = "0.9.0"
)

0 comments on commit 7cca97f

Please sign in to comment.