From 55d9e06c41fc54f3c4f70e426201f6a571b6fc67 Mon Sep 17 00:00:00 2001 From: tithakka Date: Thu, 24 Oct 2024 15:47:33 -0400 Subject: [PATCH] Release 0.1.8 --- CHANGES.md | 3 +++ pkg/info/info.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 88b04bd..419fa4c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 0.1.8 Oct 24 2024 +- Fix sync-cloud-resources command to run quota generation in AMS using absolute path + ## 0.1.7 Oct 8 2024 - Added sync-cloud-resources command diff --git a/pkg/info/info.go b/pkg/info/info.go index a8244a1..da3d843 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -3,6 +3,6 @@ package info // Version of the ocm-support-cli -const Version = "0.1.7" +const Version = "0.1.8" var VersionStamp string