From 1a00363dda2e9003a88f1fc4ee9c06fa4f766fd8 Mon Sep 17 00:00:00 2001 From: sameerkhan97 Date: Fri, 28 Apr 2023 21:07:33 +0000 Subject: [PATCH] Update the BOM retrieval version to v0.30.0-dev --- cli/runtime/version/zz_generated_plugin_runtime_version.go | 2 +- tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/runtime/version/zz_generated_plugin_runtime_version.go b/cli/runtime/version/zz_generated_plugin_runtime_version.go index a2503a8fc9..c4790e60ed 100644 --- a/cli/runtime/version/zz_generated_plugin_runtime_version.go +++ b/cli/runtime/version/zz_generated_plugin_runtime_version.go @@ -11,5 +11,5 @@ package version // All the variables are set during build time // Note: Please !!DO NOT!!! change the name or remove this variable var ( - Version string = "v0.28.0-dev" + Version string = "v0.30.0-dev" ) diff --git a/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go b/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go index 954ca7c141..ade0473183 100644 --- a/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go +++ b/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.29.0-dev" + TKGManagementClusterPluginVersion string = "v0.30.0-dev" )