-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Need to create user-facing documentation for #377 which is based on this RFC.
What we should include:
- Cover
ForceSemverUpgradeConstraintsfeature gate and mention default state (enabled) - Explain how semver upgrades work
- Extensively cover behaviour of major version zero (see semver spec) which behaves differently fromv versions from >=1.0.0.
- Explain that setting
.spec.upgradeConstraintPolicytoIgnoreis a way for upgrading versions in major version zero.
- Explain legacy OLMv0 semantics or link to the existing docs
- Might be worth mentioning that at this time we only support
Replacesand do not supportSkipsandSkipRange
- Might be worth mentioning that at this time we only support
- Explain what
.spec.upgradeConstraintPolicyonOperatoris for- Might be worth adding a warning that this need to be used carefully and independent verification for upgrades is required
- Potentially mention ability to downgrade packages
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation