Skip to content

Commit

Permalink
Merge pull request #35 from vkareh/release_0_0_3
Browse files Browse the repository at this point in the history
Release v0.0.3
  • Loading branch information
vkareh committed Jul 6, 2020
2 parents 902a70a + 50387f3 commit 5339484
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.3 Jul 6 2020

- logger: Define CreateLoggerOrExit
- cmd: Switch to use CreateLoggerOrExit
- whoami: Use Create[Reporter|Logger]OrExit
- Add golangci version for CI
- Custom cluster properties.
- AWS Region: Allow passing --region to verify and init commands
- linter: Fix small linter issues
- interactive: Add interactive flag to create
- interactive: Add interactive mode to edit cluster
- interactive: Add interactive flag to create idp
- create-idp: Add interactive mode to LDAP
- create-idp: Add interactive mode to OpenID
- create-idp: Fix linter errors
- create-idp: Make client-id a non-password field
- addons: Add list and create commands for add-ons
- adding quickstart
- Add support for Windows binary build

== 0.0.2 Jun 5 2020

- login: Update token URL
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.2"
const Version = "0.0.3"

0 comments on commit 5339484

Please sign in to comment.