From ff02d464732cef7f2ff095a38edc3612104a6db4 Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Tue, 23 Nov 2021 22:36:20 +0530 Subject: [PATCH] Update version for BOM retrieval to v0.12.0 (#1227) Chore part of the weekly release: v0.12.0 Signed-off-by: Navid Shaikh --- .../tkgconfigpaths/zz_bundled_default_bom_files_configdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go b/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go index c3fa5d9cb7..8c5b09ca89 100644 --- a/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go +++ b/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go @@ -12,5 +12,5 @@ package tkgconfigpaths var ( TKGDefaultImageRepo string = "projects-stg.registry.vmware.com/tkg" TKGDefaultCompatibilityImagePath string = "framework-zshippable/tkg-compatibility" - TKGManagementClusterPluginVersion string = "v0.12.0-dev" + TKGManagementClusterPluginVersion string = "v0.12.0" )