Skip to content

Commit 8d4ebc2

Browse files
Updates after peer review
1 parent 554ead8 commit 8d4ebc2

3 files changed

+3
-3
lines changed

modules/ossm-about-operator-update-process.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[id="ossm-about-operator-update-process_{context}"]
77
= About Operator update process
88

9-
The {SMProduct} Operator will upgrade automatically to the latest available version based on the selected channel when the *approval strategy* field is set to `Automatic` (default). If the *approval strategy* field is set to `Manual`, OLM will generate an update request, which a cluster administrator must approve to update the Operator to the latest version.
9+
The {SMProduct} Operator will upgrade automatically to the latest available version based on the selected channel when the *approval strategy* field is set to `Automatic` (default). If the *approval strategy* field is set to `Manual`, {olm-first} will generate an update request, which a cluster administrator must approve to update the Operator to the latest version.
1010

1111
The Operator update process does not automatically update the {istio} control plane unless the `{istio}` resource version is set to an alias (for example, `vX.Y-latest`) and the `updateStrategy` is set to `InPlace`. This triggers a control plane update when a new version is available in the Operator. By default, the Operator will not update the {istio} control plane unless the `{istio}` resource is updated with a new version.

modules/ossm-understanding-operator-updates-and-channels.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="ossm-understanding-operator-updates-and-channels_{context}"]
77
= Understanding Operator updates and channels
88

9-
The {olm-first} manages Operators and their associated services using channels to organise and distribute updates. Channels are a way to group related updates together.
9+
The {olm-first} manages Operators and their associated services by using channels to organize and distribute updates. Channels are a way to group related updates.
1010

1111
To ensure that your {SMProduct} stays current with the latest security patches, bug fixes, and software updates, keep the {SMProduct} Operator up to date. The upgrade process depends on the configured channel and approval strategy.
1212

modules/ossm-understanding-versioning.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{product-title} follows Semantic Versioning for all product releases. Semantic Versioning uses a three-part version number in the format `X.Y.Z` to communicate the nature of changes in each release.
1010

11-
X (Major version):: indicates significant updates that may include breaking changes, such as architectural shifts, API changes, or schema modifications.
11+
X (Major version):: indicates significant updates that might include breaking changes, such as architectural shifts, API changes, or schema modifications.
1212

1313
Y (Minor version):: introduces new features and enhancements while maintaining backward compatibility.
1414

0 commit comments

Comments
 (0)