Skip to content

Commit e5dfcc0

Browse files
authored
Merge pull request #39389 from sounix000/new-pipelines-1-6-RN
RHDEVDOCS-3490 Pipelines 1.6 RN
2 parents 122cc11 + c93634a commit e5dfcc0

6 files changed

+307
-19
lines changed

cicd/pipelines/op-release-notes.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ toc::[]
1818
1919
For an overview of {pipelines-title}, see xref:../../cicd/pipelines/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[Understanding OpenShift Pipelines].
2020

21+
include::modules/op-tkn-pipelines-compatibility-support-matrix.adoc[leveloffset=+1]
22+
2123
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2224

2325
// Modules included, most to least recent
26+
include::modules/op-release-notes-1-6.adoc[leveloffset=+1]
27+
2428
include::modules/op-release-notes-1-5.adoc[leveloffset=+1]
2529

2630
include::modules/op-release-notes-1-4.adoc[leveloffset=+1]
@@ -31,4 +35,4 @@ include::modules/op-release-notes-1-2.adoc[leveloffset=+1]
3135

3236
include::modules/op-release-notes-1-1.adoc[leveloffset=+1]
3337

34-
include::modules/op-release-notes-1-0.adoc[leveloffset=+1]
38+
include::modules/op-release-notes-1-0.adoc[leveloffset=+1]

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ In addition to the stable and preview Operator channels, the {pipelines-title} O
1515
[id="compatibility-support-matrix-1-4_{context}"]
1616
== Compatibility and support matrix
1717

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.
1919

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:
2121

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
2725

2826
Note the following scope of support on the Red Hat Customer Portal for these features:
2927

@@ -196,4 +194,4 @@ annotations:
196194

197195
* 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.
198196

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.

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
[id="compatibility-support-matrix-1-5_{context}"]
1111
== Compatibility and support matrix
1212

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.
1614

1715
In the table, features are marked with the following statuses:
1816

19-
- *TP*: _Technology Preview_
20-
21-
- *GA*: _General Availability_
17+
[horizontal]
18+
TP:: Technology Preview
19+
GA:: General Availability
2220

2321
Note the following scope of support on the Red Hat Customer Portal for these features:
2422

@@ -298,8 +296,7 @@ For {pipelines-title} installed by the Operator, if you do not clone the `git-cl
298296

299297
* On IBM Power Systems, IBM Z, and LinuxONE, the `s2i-dotnet` cluster task and the `tkn hub` command are unsupported.
300298

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`.
303300

304301
[id="fixed-issues-1-5_{context}"]
305302
== Fixed issues
@@ -314,4 +311,4 @@ For {pipelines-title} installed by the Operator, if you do not clone the `git-cl
314311

315312
* For the `tkn start [task | pipeline | clustertask]` commands, the description of the `--workspace` flag is now consistent.
316313

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

Comments
 (0)