Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
00f7f82 update adding IDP section
72ea6ae link to aws scp doc
6513597 GitHub IdP: Change label name for Hostname
630aef2 interactive: Display optional marker for non-required fields
f41aef0 delete: Confirm operation
69fc1be adding a tldr section to quickstart
48c7964 create-idp: Fallback to interactive mode
5329e1c addons: Compare quota correctly to display available add-ons
a10b011 updates to the quickstart
3590b33 add moactl logs example
e65b46d add sentence describing whoami
bae27b9 add whoami
  • Loading branch information
vkareh committed Jul 20, 2020
1 parent a3645d2 commit 54523e4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.4 Jul 20 2020

- README: update adding IDP section
- docs: link to aws scp doc
- GitHub IdP: Change label name for Hostname
- interactive: Display optional marker for non-required fields
- delete: Confirm operation
- README: adding a tldr section to quickstart
- create-idp: Fallback to interactive mode
- addons: Compare quota correctly to display available add-ons
- README: updates to the quickstart
- README: add moactl logs example
- README: add sentence describing whoami
- README: add whoami

== 0.0.3 Jul 6 2020

- logger: Define CreateLoggerOrExit
Expand Down
2 changes: 1 addition & 1 deletion assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3"
const Version = "0.0.4"

0 comments on commit 54523e4

Please sign in to comment.