Skip to content

Commit

Permalink
Merge pull request #417 from gdbranco/release_0.1.65
Browse files Browse the repository at this point in the history
Release v0.1.65
  • Loading branch information
Irit Goihman authored Dec 19, 2022
2 parents 25d7a0b + 66475f2 commit 7b62413
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

## 0.1.65 Dec 16 2022

- added GetLimitedSupportReasons function to allow cluster objects to access them easier
- Removed DisplayName/display_name from cluster
- network: Ensure there is no default network type
- Added name = '%s'
- Bump golang dependencies
- Upgrade linter version
- Fix linting errors
- Add no-proxy attribute to OCM-CLI
- adding an error when proxy is set for non byo-vpc cluster creation
- Add validationn when user creates a cluster onlt with no-proxy (non-interacitve mode)
- Swap flags to match usage
- Bump golang dependencies
- Fix GetCluster AMS search
- Fix edit cluster command
- Bump dependencies on ocm-sdk-go and rosa
- Add field for Management Cluster in describe cluster for hypershift clusters

## 0.1.64 Jul 6 2022

- Add extra scopes support for OpenID IDP
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.64"
const Version = "0.1.65"

0 comments on commit 7b62413

Please sign in to comment.