-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from qinqon/release-v0.4.0
Release v0.4.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
) |