// Module included in the following assemblies: // // * operators/olm_v1/olmv1-installing-an-operator-from-a-catalog.adoc // Moved to _unused_topics dir with 4.16 in case useful in a later release of OLMv1. :_mod-docs-content-type: CONCEPT [id="olmv1-major-version-zero_{context}"] = Major version zero releases The semver standard specifies that major version zero releases (`O.y.z`) are reserved for initial development. During the initial development stage, the API is not stable and breaking changes might be introduced in any published version. As a result, major version zero releases apply a special set of update conditions. .Update conditions for major version zero releases * You cannot apply automatic updates when the major and minor versions are both zero, such as `0.0.*`. For example, automatic updates with the version range of `>=0.0.1 <0.1.0` are not allowed. * You cannot apply automatic updates from one minor version to another within a major version zero release. For example, {olmv1} does not automatically apply an update from `0.1.0` to `0.2.0`. * You can apply automatic updates from patch versions, such as `>=0.1.0 <0.2.0` or `>=0.2.0 <0.3.0`. When an automatic update is blocked by {olmv1}, you must manually verify and force the update by editing the Operator or extension's custom resource (CR).