From 87f24289091aded2339e065c293f1b7e958c3d93 Mon Sep 17 00:00:00 2001 From: Tony Wu Date: Mon, 19 Feb 2024 14:33:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20F28=20-=20Provided=20service=20v?= =?UTF-8?q?ersions=20(aka=20'Operand=20versioning')=20(#180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * F28 - Provided service versions (aka 'Operand versioning') Signed-off-by: Tony Wu * F28 - Provided service versions (aka 'Operand versioning') Signed-off-by: Tony Wu --------- Signed-off-by: Tony Wu Co-authored-by: Tony Wu --- docs/olmv1_roadmap.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/olmv1_roadmap.md b/docs/olmv1_roadmap.md index 80b79067a..23bcc5d96 100644 --- a/docs/olmv1_roadmap.md +++ b/docs/olmv1_roadmap.md @@ -89,6 +89,10 @@ OLM should have an opinion about how administrators can carry out roll outs of n ### F27 - Pluggable certificate management (P2) OLM should rely on other controllers to create and lifecycle TLS certificates required to drive the functionality of certain extensions, like webhooks that need to trust / need to be trusted by the cluster's API server. OLM should not implement any certificate handling itself. In a first implementation support should be established for cert-manager. +### F28 - Provided service versions (P2) +Workload-based extensions can offer multiple services (a.k.a. operands) and their respective versions. Extension admins need to see which operand versions each extension supports by the extension version. Extension admins are guaranteed to install or upgrade an extension that supports their desired operand version(s). Extension authors can list supported operand versions and have guarantees that they can list dependencies that support the necessary operand version(s). When mirroring a catalog, mirroring users can select a subset of the related images to mirror, based on desired operand version(s). + + # Behavioral Requirements _Priority Rating: 1 highest, 2 medium, 3 lower (ex. P2 = Medium Priority)_