Skip to content

Commit

Permalink
Merge pull request #585 from renan-campos/release_0.1.72
Browse files Browse the repository at this point in the history
Release v0.1.72
  • Loading branch information
gdbranco committed Dec 11, 2023
2 parents 9d144fd + 3418f40 commit 6d866ac
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.72 Dec 11 2023

- OCM-4960: Do not print expiration timestamp if not set
- OCM-5131 | feat: add SG IDs to describe cluster and list machinepools
- Add 'secure-boot-for-shielded-vms' flag to expose secureboot on GCP
- OCM-5131 | fix: don't show additional compute SGs describing cluster

## 0.1.71 Nov 15 2023

- OCM-4750 | feat: additional security group ids attributes
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.71"
const Version = "0.1.72"

0 comments on commit 6d866ac

Please sign in to comment.