Skip to content

Commit

Permalink
Merge pull request #4 from qinqon/release-v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
qinqon committed Feb 17, 2020
2 parents 25f2c87 + edc645c commit 43a0048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions version/description
Original file line number Diff line number Diff line change
@@ -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
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.3.0"
Version = "0.4.0"
)

0 comments on commit 43a0048

Please sign in to comment.