Skip to content

Commit

Permalink
fixup! Address feedback. Define operators and comparisons.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelryanpeter committed Nov 20, 2023
1 parent 57270d7 commit eb455f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/drafts/version-ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit eb455f6

Please sign in to comment.