Skip to content

Commit

Permalink
Merge pull request #87 from vkareh/release_0_0_7
Browse files Browse the repository at this point in the history
Release 0.0.7
  • Loading branch information
vkareh authored Aug 26, 2020
2 parents aa7933c + 9d1128c commit 2fecd66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.7 Aug 26 2020

- create-cluster: List regions using user AWS creds
- list-regions: Add command to list available regions
- create-cluster: Ensure region is set when creating AWS client
- logs: Change how SDK logs are propagated
- verify-oc: Do not error out on invalid version

== 0.0.6 Aug 13 2020

- create-cluster: Set compute node defaults based on AZ
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.0.6"
const Version = "0.0.7"

0 comments on commit 2fecd66

Please sign in to comment.