Skip to content

Commit

Permalink
Merge pull request #83 from vkareh/release_0_0_6
Browse files Browse the repository at this point in the history
Release v0.0.6
  • Loading branch information
vkareh committed Aug 13, 2020
2 parents 6292119 + 1f92112 commit adf30d9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.6 Aug 13 2020

- create-cluster: Set compute node defaults based on AZ
- create-idp: Allow user to specify IdP name
- addons: Add list and describe commands for add-ons
- addons: Direct the user to check add-on status after install
- aws: Return error if using root account
- improve moactl verify quota error messages
- Check cloudformation stack exists
- Add tests for EnsureOsdCcsAdminUser
- create-cluster: Deprecate --name in favor of --cluster-name
- describe-cluster: Show AWS account ID used to create cluster
- fix long line
- Change from ginkgo to to go test
- logs: Make command more intuitive
- logs: Update SDK client
- logs: Add uninstall logs
- logs: Add separate install/uninstall logs
- logs: Update API endpoints
- interactive: Fix function call from broken dependency
- addons: Remove global list of add-ons
- delete-user: Fix confirmation output
- verify: Add command to verify OpenShift client tools
- download: Add command to download openshift-client tools
- create-cluster: Allow user to watch cluster installation logs
- delete-cluster: Allow user to watch cluster uninstallation logs
- create-cluster: Describe cluster automatically after creation
- logs: Detach logs once operation is complete
- logs: Fix help text
- addons: Hide addons until it's feature-complete
- addons: Confirm add-on installation
- Added Detailed Error Message for Throttling

== 0.0.5 Jul 21 2020

- README: updates from second moa hackday
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.5"
const Version = "0.0.6"

0 comments on commit adf30d9

Please sign in to comment.