Skip to content

Commit

Permalink
Release v1.0.8
Browse files Browse the repository at this point in the history
- Added SSO Validation
- Removed default region from CloudFormation stack check
- verify: Include note about quota limitations
- Disable IAM user checks for STS
- Added wait for accountclaims to get ready
- Fix tests with missing TagUser call
- Increase golangci timeout to 5 minutes
- Added new rosa list instance-types api
- Support STS users (#351)
- sts: Normalize instace role parameters
- sts: Expose all flags
- sts: Ensure interactive mode for STS credentials without role ARN
- sts: Add support role ARN attribute
  • Loading branch information
vkareh committed Jun 2, 2021
1 parent f8c9540 commit dbf220d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
This document describes the relevant changes between releases of the `rosa`
command line tool.

== 1.0.8 Jun 2 2021

- Added SSO Validation
- Removed default region from CloudFormation stack check
- verify: Include note about quota limitations
- Disable IAM user checks for STS
- Added wait for accountclaims to get ready
- Fix tests with missing TagUser call
- Increase golangci timeout to 5 minutes
- Added new rosa list instance-types api
- Support STS users (#351)
- sts: Normalize instace role parameters
- sts: Expose all flags
- sts: Ensure interactive mode for STS credentials without role ARN
- sts: Add support role ARN attribute

== 1.0.7 May 20 2021

- Allow setting 0 replicas to autoscaling machine pool (Not default)
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.7"
const Version = "1.0.8"

0 comments on commit dbf220d

Please sign in to comment.