From d9b1346c76dd1f8504ef228596492a91060cf97a Mon Sep 17 00:00:00 2001 From: tirthct Date: Fri, 29 Sep 2023 11:17:25 -0400 Subject: [PATCH] Release v0.1.69 (#558) * Release v0.1.69 -447488d Added default values for CIDRs and host prefix -672ca8b Fixed CIDR order and added back the comment -fbff80f Fixed the comment statement -1f2b39b fix duplicate machine pool information printed for the same cluster -f0fadd8 add tests for list machinepools command -5b60bbf added failure tests for list machinepools command -498c54e Filtered OCM versions for marketplace gcp clusters -a9f32b7 Changed string pointer to string and removed nil check -0aca318 Changed gcp-marketplace keyword to marketplace-gcp * Release version changed * Modified CHANGES.md to contain meaningful squashed commits --- CHANGES.md | 8 ++++++++ pkg/info/info.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f4b6adf0..eaaac1b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,14 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.69 Sep 29 2023 + +- 447488d Added default values for CIDRs and host prefix +- 1f2b39b fix duplicate machine pool information printed for the same cluster +- f0fadd8 add tests for list machinepools command +- 5b60bbf added failure tests for list machinepools command +- 498c54e Filtered OCM versions for marketplace gcp clusters + ## 0.1.68 Sep 12 2023 - Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 diff --git a/pkg/info/info.go b/pkg/info/info.go index 77c240b6..2540ee57 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.68" +const Version = "0.1.69"