From 2171ee8a94574dcff5fbb29b18db84e45aed814d Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 8 Oct 2020 08:44:14 -0400 Subject: [PATCH] Release v0.0.14 - idp: Add support for certificate bundles - Added New Error Message Implementation - Updated OCM SDK version - idp: Add support for GitLab - create-cluster: Add --dry-run flag - init: Simulate cluster creation - Makefile: only download go-bindata when not available - Move main.go to moactl directory, add make install target --- CHANGES.adoc | 11 +++++++++++ pkg/info/info.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 0c2772f5dd..3f2c0fd57c 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,17 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.0.14 Oct 8 2020 + +- idp: Add support for certificate bundles +- Added New Error Message Implementation +- Updated OCM SDK version +- idp: Add support for GitLab +- create-cluster: Add --dry-run flag +- init: Simulate cluster creation +- Makefile: only download go-bindata when not available +- Move main.go to moactl directory, add make install target + == 0.0.13 Sep 30 2020 - Add Provision Type and Reason for error cluster diff --git a/pkg/info/info.go b/pkg/info/info.go index d6e5e4b6b0..677a73f008 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.13" +const Version = "0.0.14"