Skip to content

Commit

Permalink
Merge pull request #267 from vkareh/release_0_1_10
Browse files Browse the repository at this point in the history
Release v0.1.10
  • Loading branch information
vkareh committed Feb 24, 2021
2 parents b5948e8 + ecbaf7e commit 4120a3f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
= Changes

This document describes the relevant changes between releases of the `moactl`
This document describes the relevant changes between releases of the `rosa`
command line tool.

== 0.1.10 Feb 24 2021

- arguments: Move region and profile flags
- addon: Validation message should show parameter name
- describe: Display total worker nodes across all machine pools
- describe: Fix text capitalization
- Add region flag to list cmd
- Rebuild docs on list cluster command
- addons: Use quota_cost to determine compatibility
- Remove vendor dir from linter
- addons: Filter list of addons to those compatible with ROSA
- addons: Verify compatibility of addons on cluster
- interactive: Ensure that required inputs are same type as non-required
- docs: Remove from repo and refer users to official docs
- docs: Update copyright year for man pages

== 0.1.9 Feb 18 2021

- go: Use vendor directory
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.9"
const Version = "0.1.10"

0 comments on commit 4120a3f

Please sign in to comment.