Skip to content

Commit

Permalink
Merge pull request #105 from vkareh/release_0_0_10
Browse files Browse the repository at this point in the history
Release v0.0.10
  • Loading branch information
vkareh authored Sep 14, 2020
2 parents b33283d + 0fa1c28 commit 0c31363
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.10 Sep 14 2020

- reporter: Do not use colors on Windows
- list-versions: Add command to list enabled versions
- logs: Add progress indicator when waiting for logs
- verify-permissions: Do not check ViewBilling policy
- Add 'Channel Group' attribute to 'moactl describe cluster'
- tests: Fix expected text comparison
- Use default region for CloudFormation stack
- login: Ensure token is required
- refactor(create): add credential check for osdCcsAdmin when cluster starts to be created
- Added Timestamp to created date
- versions: Allow querying for channel-groups

== 0.0.9 Aug 27 2020

- AWS Rate limiting: Limit number of retries for API calls
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.9"
const Version = "0.0.10"

0 comments on commit 0c31363

Please sign in to comment.