From 860413799fe8f81bb5908876335bb57ec5ecd47d Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 6 Jan 2021 13:28:24 -0500 Subject: [PATCH] Release v0.1.4 - Adding Orange team members to OWNERS file - Update OWNERS - aws: Advise user to run init for failed credentials - init: Advise user to run init for failed credentials - user: Determine if user exists before revoking - rosa: Rename repository from moactl to rosa - create-cluster: Set default version - multi-az: Validate that compute nodes are multiple of 3 - login: Hide 'env' parameter - cluster: Show warnings when user makes cluster private - replicas: Fix local validation for worker nodes and machinepool replicas - describe-cluster: Display scheduled upgrades - login: Add link to retrieve tokens - Disable `maligned` linter - Fix formatting and add generated docs - Add autoscaling support - addons: Enable all commands - addons: Use install command instead of create - addons: Allow listing of all available addons --- CHANGES.adoc | 22 ++++++++++++++++++++++ pkg/info/info.go | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 5e858375a..ecfc95e0d 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,28 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.1.4 Jan 6 2021 + +- Adding Orange team members to OWNERS file +- Update OWNERS +- aws: Advise user to run init for failed credentials +- init: Advise user to run init for failed credentials +- user: Determine if user exists before revoking +- rosa: Rename repository from moactl to rosa +- create-cluster: Set default version +- multi-az: Validate that compute nodes are multiple of 3 +- login: Hide 'env' parameter +- cluster: Show warnings when user makes cluster private +- replicas: Fix local validation for worker nodes and machinepool replicas +- describe-cluster: Display scheduled upgrades +- login: Add link to retrieve tokens +- Disable `maligned` linter +- Fix formatting and add generated docs +- Add autoscaling support +- addons: Enable all commands +- addons: Use install command instead of create +- addons: Allow listing of all available addons + == 0.1.3 Dec 4 2020 - create: Ask user before showing subnets diff --git a/pkg/info/info.go b/pkg/info/info.go index 5814a9400..23856e5b2 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.3" +const Version = "0.1.4"