Skip to content

Commit

Permalink
Release v0.0.16
Browse files Browse the repository at this point in the history
- Add tags to template, not working
- Add Check Admin User function, and add tests to verify
- Added Display Name and Domain name to describe
- errors: Fall back to full error message
- cluster: Fail name check before calling API
- aws: Check region after profile credentials have been validated
- admin: Advise user to store password securely
- addressing vkareh review
- Fix idp name generation
- Adressing code review items
- describe-cluster: Display Provision Shard if available
- openid: Always show help text for claims
- users: Do not show cluster-admin user
- ccs: Ensure CCS is enabled before asking to disable SCP checks
- edit-cluster: Fallback to interactive mode
- aws: Default to free AMI
  • Loading branch information
vkareh committed Oct 22, 2020
1 parent 9a730a2 commit dda5d47
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.16 Oct 22 2020

- Add tags to template, not working
- Add Check Admin User function, and add tests to verify
- Added Display Name and Domain name to describe
- errors: Fall back to full error message
- cluster: Fail name check before calling API
- aws: Check region after profile credentials have been validated
- admin: Advise user to store password securely
- addressing vkareh review
- Fix idp name generation
- Adressing code review items
- describe-cluster: Display Provision Shard if available
- openid: Always show help text for claims
- users: Do not show cluster-admin user
- ccs: Ensure CCS is enabled before asking to disable SCP checks
- edit-cluster: Fallback to interactive mode
- aws: Default to free AMI

== 0.0.15 Oct 15 2020
- init: Ensure osdCcsAdmin exists before attempting cluster dry-run
- github: Provide guidance on using GitHub organizations when creating IdP
Expand Down
3 changes: 2 additions & 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.15"
const Version = "0.0.16"

0 comments on commit dda5d47

Please sign in to comment.