Skip to content

Commit 9915ca9

Browse files
authored
Merge pull request #54 from vkareh/release_0_0_4
Release v0.0.4
2 parents a3645d2 + 54523e4 commit 9915ca9

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGES.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
This document describes the relevant changes between releases of the `moactl`
44
command line tool.
55

6+
== 0.0.4 Jul 20 2020
7+
8+
- README: update adding IDP section
9+
- docs: link to aws scp doc
10+
- GitHub IdP: Change label name for Hostname
11+
- interactive: Display optional marker for non-required fields
12+
- delete: Confirm operation
13+
- README: adding a tldr section to quickstart
14+
- create-idp: Fallback to interactive mode
15+
- addons: Compare quota correctly to display available add-ons
16+
- README: updates to the quickstart
17+
- README: add moactl logs example
18+
- README: add sentence describing whoami
19+
- README: add whoami
20+
621
== 0.0.3 Jul 6 2020
722

823
- logger: Define CreateLoggerOrExit

assets/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/info/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "0.0.3"
21+
const Version = "0.0.4"

0 commit comments

Comments
 (0)