From edc645c7b1031f241ac4fa496618426bd8410efd Mon Sep 17 00:00:00 2001 From: Quique Llorente Date: Mon, 17 Feb 2020 11:10:11 +0100 Subject: [PATCH] Release v0.4.0 Signed-off-by: Quique Llorente --- version/description | 11 +++-------- version/version.go | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/version/description b/version/description index 0e934abb3..15a241b18 100644 --- a/version/description +++ b/version/description @@ -1,12 +1,7 @@ -v0.3.0 +v0.4.0 -Added new UpdateOpts call to Server so new hooks can -be added after instanciation. +controller-runtime upgraded to 0.4.0 and golang 1.13 Features: -* add api to modify server outside of New method - -Bugs: -* Install golang from tarball - +* Upgrade controller-runtime to 0.4.0 diff --git a/version/version.go b/version/version.go index 70e55cf63..ea6f0bcf2 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "0.3.0" + Version = "0.4.0" )