Skip to content

Commit

Permalink
Merge pull request #150 from jharrington22/release_0_0_15
Browse files Browse the repository at this point in the history
Release 0.0.15
  • Loading branch information
jharrington22 committed Oct 15, 2020
2 parents 36ab2ad + 24e415b commit 420db11
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 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
- logs: Show example command for install logs
- idp-google: Make hosted_domain required unless mapping method is lookup
- idp: Provide help link for mapping method
- idp: Allow insecure connections on LDAP IdP
- idp: Add extra scopes to OpenID IdP
- ocm: Keep error opIds and codes behind debug flag
- aws: Allow using AWS_PROFILE env var
- htpasswd: Add admin resource to login to cluster
- nodes: Bring the default number of nodes down
- cluster: Default to using paid AMI
- cluster: Add flag to disable SCP checks
- Init test cluster name to less than 15 char

== 0.0.14 Oct 8 2020

- idp: Add support for certificate bundles
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.14"
const Version = "0.0.15"

0 comments on commit 420db11

Please sign in to comment.