Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
- Remove API ingress when listing ingress
- idp: Always use interactive mode on unset required flags
- Added Confirmation option for default network parameters
- Update implementation to include the default values in the interactive mode only
- Enabling Interactive mode if no arguments specified
- machinepool: Fix interactive mode
- Add support for existing VPC
- [rosa create cluster] Return more clear error message when no versions are found.
  • Loading branch information
vkareh committed Nov 24, 2020
1 parent a06e84c commit c345cf9
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.1.2 Nov 24 2020

- Remove API ingress when listing ingress
- idp: Always use interactive mode on unset required flags
- Added Confirmation option for default network parameters
- Update implementation to include the default values in the interactive mode only
- Enabling Interactive mode if no arguments specified
- machinepool: Fix interactive mode
- Add support for existing VPC
- [rosa create cluster] Return more clear error message when no versions are found.

== 0.1.1 Nov 5 2020

- refactor(init): verify permissions for osdccsadmin using ValidateSCP
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.1.1"
const Version = "0.1.2"

0 comments on commit c345cf9

Please sign in to comment.