From 3418f40db8a819e5c2009a8eb1d71b1d3d66242b Mon Sep 17 00:00:00 2001 From: Renan Campos Date: Mon, 11 Dec 2023 11:38:19 -0500 Subject: [PATCH] Release v0.1.72 - 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 --- CHANGES.md | 7 +++++++ pkg/info/info.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8db7343c..ff605cb6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/pkg/info/info.go b/pkg/info/info.go index 2216d1c0..33d633b8 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.71" +const Version = "0.1.72"