Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
vkareh committed Jan 6, 2021
1 parent a450814 commit 8604137
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3"
const Version = "0.1.4"

0 comments on commit 8604137

Please sign in to comment.