From 8c3642b7011dfb2b8e214172615c79161c8f35e2 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Tue, 14 May 2024 13:50:21 +0200 Subject: [PATCH] Add commodore section under proposal Co-authored-by: Simon Gerber --- docs/modules/SDDs/pages/0031-component-version-tracking.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/SDDs/pages/0031-component-version-tracking.adoc b/docs/modules/SDDs/pages/0031-component-version-tracking.adoc index 3044d9d..2b2fe1c 100644 --- a/docs/modules/SDDs/pages/0031-component-version-tracking.adoc +++ b/docs/modules/SDDs/pages/0031-component-version-tracking.adoc @@ -130,7 +130,12 @@ syn_lieutenant_cluster_compile_meta_instance{cluster="my-cluster", name="keycloa syn_lieutenant_cluster_compile_meta_global{cluster="my-cluster", url="https://...", version="master", gitSha="..."} 1 syn_lieutenant_cluster_compile_meta_tenant{cluster="my-cluster", url="https://...", version="master", gitSha="..."} 1 ---- +=== Commodore +Commodore will be extended to send updated compilation information for catalog compilations which actually push a new catalog commit. +Any other catalog compilations will not update the compile metadata on the Lieutenant API. + +Commodore will use its existing API token to push the compilation metadata to Lieutenant. === Implementation Details/Notes/Constraints Different versions for different component instances::