You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cicd/pipelines/op-release-notes.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,13 @@ toc::[]
18
18
19
19
For an overview of {pipelines-title}, see xref:../../cicd/pipelines/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[Understanding OpenShift Pipelines].
Copy file name to clipboardExpand all lines: modules/op-release-notes-1-4.adoc
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,13 @@ In addition to the stable and preview Operator channels, the {pipelines-title} O
15
15
[id="compatibility-support-matrix-1-4_{context}"]
16
16
== Compatibility and support matrix
17
17
18
-
Some features in this release are currently in Technology Preview. These experimental features are not intended for production use.
18
+
Some features in this release are currently in link:https://access.redhat.com/support/offerings/techpreview[Technology Preview]. These experimental features are not intended for production use.
19
19
20
-
link:https://access.redhat.com/support/offerings/techpreview[Technology Preview Features Support Scope]
20
+
In the table, features are marked with the following statuses:
21
21
22
-
In the table below, features are marked with the following statuses:
23
-
24
-
- *TP*: _Technology Preview_
25
-
26
-
- *GA*: _General Availability_
22
+
[horizontal]
23
+
TP:: Technology Preview
24
+
GA:: General Availability
27
25
28
26
Note the following scope of support on the Red Hat Customer Portal for these features:
29
27
@@ -196,4 +194,4 @@ annotations:
196
194
197
195
* Upgrades from {pipelines-shortname} 1.3.x and earlier versions to {pipelines-shortname} 1.4.0 breaks event listeners because of the unavailability of `template.name`. In {pipelines-shortname} 1.4.1, the `template.name` has been restored to avoid breaking event listeners in triggers.
198
196
199
-
* In {pipelines-shortname} 1.4.1, the `ConsoleQuickStart` custom resource has been updated to align with {product-title} 4.7 capabilities and behavior.
197
+
* In {pipelines-shortname} 1.4.1, the `ConsoleQuickStart` custom resource has been updated to align with {product-title} 4.7 capabilities and behavior.
Copy file name to clipboardExpand all lines: modules/op-release-notes-1-5.adoc
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,13 @@
10
10
[id="compatibility-support-matrix-1-5_{context}"]
11
11
== Compatibility and support matrix
12
12
13
-
Some features in this release are currently in Technology Preview. These experimental features are not intended for production use.
14
-
15
-
link:https://access.redhat.com/support/offerings/techpreview[Technology Preview Features Support Scope]
13
+
Some features in this release are currently in link:https://access.redhat.com/support/offerings/techpreview[Technology Preview]. These experimental features are not intended for production use.
16
14
17
15
In the table, features are marked with the following statuses:
18
16
19
-
- *TP*: _Technology Preview_
20
-
21
-
- *GA*: _General Availability_
17
+
[horizontal]
18
+
TP:: Technology Preview
19
+
GA:: General Availability
22
20
23
21
Note the following scope of support on the Red Hat Customer Portal for these features:
24
22
@@ -298,8 +296,7 @@ For {pipelines-title} installed by the Operator, if you do not clone the `git-cl
298
296
299
297
* On IBM Power Systems, IBM Z, and LinuxONE, the `s2i-dotnet` cluster task and the `tkn hub` command are unsupported.
300
298
301
-
* When you run Maven and Jib-Maven cluster tasks on IBM Power Systems (ppc64le), IBM Z, and LinuxONE (s390x) clusters, set the `MAVEN_IMAGE` parameter value to `maven:3.6.3-adoptopenjdk-11`.
302
-
299
+
* When you run Maven and Jib-Maven cluster tasks, the default container image is supported only on Intel (x86) architecture. Therefore, tasks will fail on IBM Power Systems (ppc64le), IBM Z, and LinuxONE (s390x) clusters. As a workaround, you can specify a custom image by setting the `MAVEN_IMAGE` parameter value to `maven:3.6.3-adoptopenjdk-11`.
303
300
304
301
[id="fixed-issues-1-5_{context}"]
305
302
== Fixed issues
@@ -314,4 +311,4 @@ For {pipelines-title} installed by the Operator, if you do not clone the `git-cl
314
311
315
312
* For the `tkn start [task | pipeline | clustertask]` commands, the description of the `--workspace` flag is now consistent.
316
313
317
-
* While parsing the parameters, if an empty array is encountered, the corresponding interactive help is displayed as an empty string now.
314
+
* While parsing the parameters, if an empty array is encountered, the corresponding interactive help is displayed as an empty string now.
0 commit comments