Skip to content

Commit

Permalink
Merge pull request #550 from pvasant/release_1.1.7
Browse files Browse the repository at this point in the history
Release v1.1.7
  • Loading branch information
openshift-merge-robot authored Dec 8, 2021
2 parents cb04038 + be60cc0 commit dac27f5
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 @@ -2,6 +2,28 @@

This document describes the relevant changes between releases of the `rosa` command line tool.

== 1.1.7 Dec 7 2021

- Fix crash when calling link cmd internally
- Fix call to link cmd
- Add org external id to ocm role name
- ROSA: Support editing cluster-wide proxy
- link: Allow linking multiple role ARNs
- create-cluster: Allow FIPS mode support
- ocm-role: Add permission to describe VPCs
- add org admin validation for ocm-role
- improve UX in ROSA edit cluster and ROSA delete roles
- Change rosa init help message
- fix org admin validation
- Ignore .envrc (DirEnv)
- Ignoring environment config
- add permission for describe region and route tables
- aws: Remove hard dependency on default region
- Add pendo eventor account roles manual mode
- Add --admin option to create ocm-role command
- Make `--admin` flag idempotent
- added validation for ocm-role

== 1.1.6 Nov 22 2021

- Update OWNERS file
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,6 +18,6 @@ limitations under the License.

package info

const Version = "1.1.6"
const Version = "1.1.7"

const UserAgent = "ROSACLI"

0 comments on commit dac27f5

Please sign in to comment.