Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
- Allow setting 0 replicas to autoscaling machine pool (Not default)
- Updated the details link
- Added custom IAM Roles
- Remove default region
- describe: Display description during Pending state
  • Loading branch information
vkareh committed May 20, 2021
1 parent 2b20816 commit 253b29d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the `rosa`
command line tool.

== 1.0.7 May 20 2021

- Allow setting 0 replicas to autoscaling machine pool (Not default)
- Updated the details link
- Added custom IAM Roles
- Remove default region
- describe: Display description during Pending state

== 1.0.6 May 12 2021

- Enable PrivateLink on clusters
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.6"
const Version = "1.0.7"

0 comments on commit 253b29d

Please sign in to comment.