From 54523e4b93df1869cbef102c5b3d98e0a7ae1e14 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Mon, 20 Jul 2020 08:48:32 -0400 Subject: [PATCH] Release v0.0.4 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 --- CHANGES.adoc | 15 +++++++++++++++ assets/bindata.go | 2 +- pkg/info/info.go | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index a2a7e8e473..14168ec1a8 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -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 diff --git a/assets/bindata.go b/assets/bindata.go index 52c3017cdd..9ec391e202 100644 --- a/assets/bindata.go +++ b/assets/bindata.go @@ -1,4 +1,4 @@ -// Package assets Code generated by go-bindata. (@generated) DO NOT EDIT. +// Code generated for package assets by go-bindata DO NOT EDIT. (@generated) // sources: // templates/cloudformation/iam_user_osdCcsAdmin.json // templates/policies/osd_scp_policy.json diff --git a/pkg/info/info.go b/pkg/info/info.go index f822a37e5f..fb57d027c1 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.3" +const Version = "0.0.4"