From eb455f6b4b2aad70a4938b5e89065a9f09ea05a3 Mon Sep 17 00:00:00 2001 From: Michael Ryan Peter Date: Mon, 20 Nov 2023 15:13:38 -0500 Subject: [PATCH] fixup! Address feedback. Define operators and comparisons. --- docs/drafts/version-ranges.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/drafts/version-ranges.md b/docs/drafts/version-ranges.md index 8704cff6f..e37ec2d3d 100644 --- a/docs/drafts/version-ranges.md +++ b/docs/drafts/version-ranges.md @@ -12,9 +12,6 @@ Updates that can be resolved are applied automatically when they are published t For more information about dependency resolution in OLM 1.0, see the [Deppy introduction](https://github.com/operator-framework/deppy#introductionhttps://github.com/operator-framework/deppy#introductionhttps://github.com/operator-framework/deppy#introduction) -// Should be consider porting the OCP dependency resolution docs upstream? -// https://docs.openshift.com/container-platform/4.14/operators/olm_v1/arch/olmv1-dependency.html - ## Specifying a version in the CR If you specify a version in the Operator's CR, OLM 1.0 installs or updates the specified version. @@ -42,9 +39,6 @@ A comparison string is composed of a list of comma or space separated values and | `>=` | greater than or equal to | | `<=` | less than or equal to | -// Should we create an issue to add a section for pre-release versions? -// https://github.com/Masterminds/semver#working-with-prerelease-versionshttps://github.com/Masterminds/semver#working-with-prerelease-versions - #### Range comparisons OLM 1.0 does not support hypen range comparisons.