Skip to content

Commit

Permalink
Merge pull request #316 from vkareh/release_1_0_2
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
vkareh authored Mar 25, 2021
2 parents 1dfff78 + bee3ce3 commit 377f841
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
This document describes the relevant changes between releases of the `rosa`
command line tool.

== 1.0.2 Mar 25 2021

- addons: Error when editing non-editable parameters
- describe: Remove instance type
- logs: Display logs when cluster is in error state
- errors: Display legal terms URL
- logs: Filter out misleading output
- delete: Fix example command
- describe: Fix command help example
- aws: Add helpful error message when using STS credentials
- logs: Redact KUBECONFIG line

== 1.0.1 Mar 18 2021

- arguments: Parse help flag when overriding flag parsing
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 = "1.0.1"
const Version = "1.0.2"

0 comments on commit 377f841

Please sign in to comment.