Skip to content

Commit

Permalink
Merge pull request #129 from vkareh/release_0_0_13
Browse files Browse the repository at this point in the history
Release v0.0.13
  • Loading branch information
vkareh authored Sep 30, 2020
2 parents d17865b + 657409f commit d086f23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.13 Sep 30 2020

- Add Provision Type and Reason for error cluster
- Review Comments
- Fixed lint and reverted wrong line
- idp: Warn the user that it will take about 1 minute to add IdP
- aws: Add support for AWS profiles
- logs: Improve warnings when cluster is pending
- Adding validations to cluster create command
- remove validations from create command
- aws: Split configuration to ensure early failure

== 0.0.12 Sep 24 2020

- README: Update based on output of newer commands
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.12"
const Version = "0.0.13"

0 comments on commit d086f23

Please sign in to comment.