Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
- cluster-admins: Remove explicit enable
- machines: Sort machine types by CPU cores
- add multi-az status to describe
- init: Use explicit login flag checks
  • Loading branch information
vkareh committed Jan 20, 2021
1 parent 3ed4572 commit 1ede193
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.1.6 Jan 20 2021

- cluster-admins: Remove explicit enable
- machines: Sort machine types by CPU cores
- add multi-az status to describe
- init: Use explicit login flag checks

== 0.1.5 Jan 15 2021

- Require min/max replicas on interactive mode iff existing machinepool autoscaling is disabled
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.5"
const Version = "0.1.6"

0 comments on commit 1ede193

Please sign in to comment.