Skip to content

Commit

Permalink
Merge pull request #194 from vkareh/release_0_1_3
Browse files Browse the repository at this point in the history
Release v0.1.3
  • Loading branch information
vkareh committed Dec 4, 2020
2 parents 36a8d95 + bb14bad commit 04a9a36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the `moactl`
command line tool.

== 0.1.3 Dec 4 2020

- create: Ask user before showing subnets
- Dont ignore subnets from command line args if provided
- [rosa create cluster] Verify provided subnets for Existing VPC exist in AWS
- Remove paid AMI flag and finalize ROSA transition
- add taints to machinepool commands
- upgrades: Allow scheduling, listing, canceling cluster upgrades

== 0.1.2 Nov 24 2020

- Remove API ingress when listing ingress
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.2"
const Version = "0.1.3"

0 comments on commit 04a9a36

Please sign in to comment.