Skip to content

Commit

Permalink
Merge pull request #254 from vkareh/release_0_1_8
Browse files Browse the repository at this point in the history
Release v0.1.8
  • Loading branch information
vkareh committed Feb 17, 2021
2 parents 8c70bce + 28a8705 commit f18c306
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.1.8 Feb 17 2021

- Remove asset build dependency
- cmd: Fix programmatically-run commands
- init: Fix empty flavour when validating cluster creation
- Fix Makefile build command
- cmd: Use Run instead of PreRun
- upgrade: Validate node drain grace period
- upgrades: Fix list of recommendations

== 0.1.7 Feb 16 2021

- fix example
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.1.7"
const Version = "0.1.8"

0 comments on commit f18c306

Please sign in to comment.