Skip to content

Commit d3d3392

Browse files
author
Souvik Sarkar
committed
RHDEVDOCS-4583 Document changes in installation and upgrade channels for 1.8
Veeresh's comments Another Veeresh's comment Veeresh's comments fixed typos grammartical error correction
1 parent 441e593 commit d3d3392

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

modules/op-installing-pipelines-operator-in-web-console.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ The supported profiles are:
4141

4242
.. Select an *Update Channel*.
4343

44-
*** The `pipelines-<version>` channel is the default channel to install the {pipelines-title} Operator. For example, the default channel to install the {pipelines-title} Operator version `1.7` is `pipelines-1.7`.
45-
*** The `latest` channel enables installation of the most recent stable version of the {pipelines-title} Operator.
44+
*** The `latest` channel enables installation of the most recent stable version of the {pipelines-title} Operator. Currently, it is the default channel for installing the {pipelines-title} Operator.
45+
*** To install a specific version of the {pipelines-title} Operator, cluster administrators can use the corresponding `pipelines-<version>` channel. For example, to install the {pipelines-title} Operator version `1.8.x`, you can use the `pipelines-1.8` channel.
4646
+
4747
[NOTE]
4848
====
49-
The `preview` and `stable` channels will be deprecated and removed in a future release.
49+
Starting with {product-title} 4.11, the `preview` and `stable` channels for installing and upgrading the {pipelines-title} Operator are not available. However, in {product-title} 4.10 and earlier versions, you can use the `preview` and `stable` channels for installing and upgrading the Operator.
5050
====
5151

5252
. Click *Install*. You will see the Operator listed on the *Installed Operators* page.

modules/op-release-notes-1-8.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@ $ oc get route -n openshift-pipelines pipelines-as-code-controller \
313313
[id="deprecated-features-1-8_{context}"]
314314
== Deprecated and removed features
315315

316+
* Starting with {product-title} 4.11, the `preview` and `stable` channels for installing and upgrading the {pipelines-title} Operator are removed. To install and upgrade the Operator, use the appropriate `pipelines-<version>` channel, or the `latest` channel for the most recent stable version. For example, to install the {pipelines-shortname} Operator version `1.8.x`, use the `pipelines-1.8` channel.
317+
+
318+
[NOTE]
319+
====
320+
In {product-title} 4.10 and earlier versions, you can use the `preview` and `stable` channels for installing and upgrading the Operator.
321+
====
322+
316323
* Support for the `tekton.dev/v1alpha1` API version, which was deprecated in {pipelines-title} GA 1.6, is planned to be removed in the upcoming {pipelines-title} GA 1.9 release.
317324
+
318325
This change affects the pipeline component, which includes the `TaskRun`, `PipelineRun`, `Task`, `Pipeline`, and similar `tekton.dev/v1alpha1` resources. As an alternative, update existing resources to use `apiVersion: tekton.dev/v1beta1` as described in link:https://tekton.dev/docs/pipelines/migrating-v1alpha1-to-v1beta1/[Migrating From Tekton v1alpha1 to Tekton v1beta1].

0 commit comments

Comments
 (0)