Skip to content

Commit d61525f

Browse files
authored
Merge pull request openshift#47573 from rolfedh/RHDEVDOCS-4186-op-rn
Release notes for Pipelines 1.8
2 parents ad166ba + f0e5d1f commit d61525f

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

cicd/pipelines/op-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ include::modules/op-tkn-pipelines-compatibility-support-matrix.adoc[leveloffset=
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26+
// include::modules/op-release-notes-1-8.adoc[leveloffset=+1]
27+
2628
include::modules/op-release-notes-1-7.adoc[leveloffset=+1]
2729

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

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
// Module included in the following assembly:
2+
//
3+
// * cicd/pipelines/op-release-notes.adoc
4+
:_content-type: REFERENCE
5+
[id="op-release-notes-1-8_{context}"]
6+
= Release notes for {pipelines-title} General Availability 1.8
7+
8+
With this update, {pipelines-title} General Availability (GA) 1.8 is available on {product-title} 4.10, and is planned to be available on {product-title} 4.11 and 4.12.
9+
10+
[id="new-features-1-8_{context}"]
11+
== New features
12+
13+
In addition to the fixes and stability improvements, the following sections highlight what is new in {pipelines-title} 1.8.
14+
15+
:FeatureName: Running {pipelines-title} on ARM hardware
16+
[id="running-pipelines-on-arm-hardware-1-8_{context}"]
17+
=== {FeatureName}
18+
19+
With this update, you can run {pipelines-title} GA 1.8 and later on an OpenShift Container Platform cluster that is running on ARM hardware.
20+
21+
include::snippets/technology-preview.adoc[]
22+
23+
24+
[id="deprecated-features-1-8_{context}"]
25+
== Deprecated features
26+
27+
* 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.
28+
+
29+
This change affects the pipeline component, which includes the `TaskRun`, `PipelineRun`, `Task`, `Pipeline`, and similar `tekton.dev/v1alpha1` resources. The `operator.tekton.dev/v1alpha1` API version is not deprecated and still used by the Operator.
30+
+
31+
Bug fixes and support for the `tekton.dev/v1alpha1` API version are provided only through the end of the current GA 1.8 lifecycle. Use the `tekton.dev/v1beta1` API version instead.
32+
// (link:https://github.com/tektoncd/triggers/pull/1103[#1103])
33+
34+
[id="known-issues-1-8_{context}"]
35+
== Known issues
36+
37+
* There is currently a known issue: The `s2i-nodejs` pipeline cannot use the `nodejs:14-ubi8-minimal` image stream to perform source-to-image (S2I) builds. Doing so produces an `error building at STEP "RUN /usr/libexec/s2i/assemble": exit status 127` message.
38+
+
39+
Workaround: Use `nodejs:14-ubi8` instead of the `nodejs:14-ubi8-minimal` image stream.
40+
// (link:https://issues.redhat.com/browse/SRVKP-1782[#SRVKP-1782])
41+
// Writer, also see https://github.com/tektoncd/operator/blob/main/cmd/openshift/operator/kodata/tekton-addon/addons/02-clustertasks/source_local/s2i-nodejs/s2i-nodejs-task.yaml. Overkill: The user can run the `$ oc edit clustertask s2i-nodejs` command and replace `$(params.VERSION)` with `14-ubi8`. Alternatively, you can use a `TaskRun` resource to set the tag of the `nodejs` image stream to `14-ubi8`.
42+
43+
// [id="fixed-issues-1-8_{context}"]
44+
// == Fixed issues
45+
46+
// Pipelines
47+
// *

modules/op-tkn-pipelines-compatibility-support-matrix.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ In the table, features are marked with the following statuses:
99
TP:: Technology Preview
1010
GA:: General Availability
1111

12+
// Writer, see https://spaces.redhat.com/pages/viewpage.action?spaceKey=SRVKP&title=Pipeline+Component+Matrix
13+
1214
.Compatibility and support matrix
1315
[options="header"]
1416
|===
1517

1618
| {pipelines-title} Version 7+| Component Version | OpenShift Version | Support Status
1719

18-
| Operator | Pipelines | Triggers | CLI | Catalog | Chains | Hub | PAC | |
20+
| Operator | Pipelines | Triggers | CLI | Catalog | Chains | Hub | PAC | |
21+
22+
// |1.8 | 0.37.x | 0.20.x | 0.24.x | NA | 0.9.0 (TP) | 1.8.x (TP) | 0.10.x (TP) | 4.10, 4.11, 4.12 (planned) | GA
1923

2024
|1.7 | 0.33.x | 0.19.x | 0.23.x | 0.33 | 0.8.0 (TP) | 1.7.0 (TP) | 0.5.4 (TP) | 4.9, 4.10 | GA
2125

@@ -27,4 +31,4 @@ GA:: General Availability
2731

2832
|===
2933

30-
For questions and feedback, you can send an email to the product team at [email protected].
34+
For questions and feedback, you can send an email to the product team at [email protected].

0 commit comments

Comments
 (0)