Skip to content

Commit

Permalink
Merge pull request #298 from vkareh/release_1_0_0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
openshift-merge-robot committed Mar 16, 2021
2 parents c63d356 + 74c13d7 commit 15c27c1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
This document describes the relevant changes between releases of the `rosa`
command line tool.

== 1.0.0 Mar 16 2021

- addons: Allow editing of addon parameters
- addons: Accept numeric parameters as floats
- upgrade: Display datetime format in error output
- upgrade: Display upgrade state whenever showing existing upgrades
- login: Update URL for integration environment
- addons: Allow installation parameters in CLI
- ingress: Better message when deleting non-existent ingress
- versions: Align version list with cluster creation
- Add missing region flags
- idp: Allow schema-less hosted domains on Google IDP
- addons: Disallow editing addons without parameters
- addons: Disallow editing params of a non-ready addon
- addons: Use integer for numeric params
- logs: Report better errors for incompatible installation states
- machinepools: Display default machine pool as Default
- clusters: Remove count flag
- machinepools: Allow editing labels and taints
- addons: Check existence of addon installation before installing
- addons: Send empty string when CIDR is nil
- machinepool: Skip autoscaling prompt when setting replicas
- machinepool: Error out on invalid min-replica
- cluster-admin: Format the success message
- flags: Fix description of cluster flags
- edit-cluster: Skip interactive mode if any flag is set
- login: Print link to get new token on expired session
- flag: Remove unnecessary flags
- interactive: Remove flag from global create
- addons: Enforce interactive mode if required params are missing
- version: Align sort with OCM version list
- users: Disallow grant and revoke on cluster-admin
- describe: Add cluster network configuration

== 0.1.10 Feb 24 2021

- arguments: Move region and profile flags
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.10"
const Version = "1.0.0"

0 comments on commit 15c27c1

Please sign in to comment.