Skip to content

Commit

Permalink
πŸ“– F28 - Provided service versions (aka 'Operand versioning') (#180)
Browse files Browse the repository at this point in the history
* F28 - Provided service versions (aka 'Operand versioning')

Signed-off-by: Tony Wu <tlwu2013@gmail.comexport>

* F28 - Provided service versions (aka 'Operand versioning')

Signed-off-by: Tony Wu <tlwu2013@gmail.comexport>

---------

Signed-off-by: Tony Wu <tlwu2013@gmail.comexport>
Co-authored-by: Tony Wu <tlwu2013@gmail.comexport>
  • Loading branch information
tlwu2013 and Tony Wu committed Feb 19, 2024
1 parent 93cabf7 commit 87f2428
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/olmv1_roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_
Expand Down

0 comments on commit 87f2428

Please sign in to comment.