Skip to content

Commit

Permalink
Merge pull request #115 from vkareh/release_0_0_11
Browse files Browse the repository at this point in the history
Release v0.0.11
  • Loading branch information
vkareh authored Sep 22, 2020
2 parents 224e7cf + 0aba25f commit 5b2a1fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.0.11 Sep 22 2020

- verify-oc: Only warn when oc client missing
- verify-quota: Avoid nil pointer dereferencing
- versions: Use OpenShift versions that have MOA marketplace images
- create-cluster: Allow selective override of the paid AMI
- Correct typos and incorrect commands in README
- Update README.md
- versions: Expose channel-group
- Use OCM SDK to get token expiration

== 0.0.10 Sep 14 2020

- reporter: Do not use colors on Windows
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.10"
const Version = "0.0.11"

0 comments on commit 5b2a1fb

Please sign in to comment.