From 3622ae9c1846bf877b0fce268f52d008919026b4 Mon Sep 17 00:00:00 2001 From: Chaitanya Kandagatla Date: Tue, 15 Oct 2024 12:27:55 -0500 Subject: [PATCH] Release v0.1.76 -e034b6b Update Konflux references to 2418e94 -5066ea0 Filter wif configs in interactive mode (#660) -878f5e3 Initial refactor to prepare to move the connection builder and config packages to ocm-common -1ea2e05 lint -2c66dc0 removes redundant api url -65bf8cf Add role prefix flag on create wif-config (#662) -a39ce2e Grant access to support group during WifConfig creation (#663) -0275d67 Revert "Grant access to support group during WifConfig creation (#663)" (#664) -7cddc94 Wif creation improvements, including logic to grant support access as part of wif creation. (#666) -7f41626 Update Konflux references -b9a750c UpdatesToKonflux (#668) -e4aa770 OCM-10615 | Implement 'gcp wif-config update' command (#667) -cf6e500 Dry-run wif config delete before tearing down cloud resources (#670) -e18ea10 OCM-11842 | feat: Updates to support GCP-PSC clusters (#672) -893acd5 wif-enable gcp-inquiries (#673) -664b2c4 Replace wif dry-run flag with mode (#671) -df87894 Update Konflux references (#669) --- CHANGES.md | 20 ++++++++++++++++++++ pkg/info/info.go | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7676f494..757314ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,26 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.76 Oct 15 2024 + +-e034b6b Update Konflux references to 2418e94 +-5066ea0 Filter wif configs in interactive mode (#660) +-878f5e3 Initial refactor to prepare to move the connection builder and config packages to ocm-common +-1ea2e05 lint +-2c66dc0 removes redundant api url +-65bf8cf Add role prefix flag on create wif-config (#662) +-a39ce2e Grant access to support group during WifConfig creation (#663) +-0275d67 Revert "Grant access to support group during WifConfig creation (#663)" (#664) +-7cddc94 Wif creation improvements, including logic to grant support access as part of wif creation. (#666) +-7f41626 Update Konflux references +-b9a750c UpdatesToKonflux (#668) +-e4aa770 OCM-10615 | Implement 'gcp wif-config update' command (#667) +-cf6e500 Dry-run wif config delete before tearing down cloud resources (#670) +-e18ea10 OCM-11842 | feat: Updates to support GCP-PSC clusters (#672) +-893acd5 wif-enable gcp-inquiries (#673) +-664b2c4 Replace wif dry-run flag with mode (#671) +-df87894 Update Konflux references (#669) + ## 0.1.75 Aug 8 2024 -416843e OSD-24332 Adding CNI Type to the printed output. diff --git a/pkg/info/info.go b/pkg/info/info.go index 2cafd041..b165c093 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.75" +const Version = "0.1.76"