Skip to content

Commit

Permalink
Release 0.1.63
Browse files Browse the repository at this point in the history
The more relevant changes in the new version are the following:

- Improve existing VPC and proxy code.
- Disable color in Windows.
- Added account number to "ocm describe cluster ...".
- Show limited support flag in "ocm describe cluster ...".

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed May 12, 2022
1 parent fc7f95d commit bd247e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

## 0.1.63 May 12 2022

- Improve existing VPC and proxy code.
- Disable color in Windows.
- Added account number to "ocm describe cluster ...".
- Show limited support flag in "ocm describe cluster ...".

## 0.1.62 Feb 23 2022

- Update to SDK 0.1.240
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.62"
const Version = "0.1.63"

0 comments on commit bd247e3

Please sign in to comment.