Skip to content

Commit a8104b6

Browse files
author
Souvik Sarkar
committed
Pipelines 1.7.1 Release Notes
fixing a typo in an unrelated module draft content SME review comments peer review comments merge review comments
1 parent 498468e commit a8104b6

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

modules/op-advantages-and-disadvantages-of-non-versioned-and-versioned-cluster-tasks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ a|
2626
a|
2727
* If you continue using an earlier version of a cluster task, you might miss the latest features and critical security updates.
2828
* The earlier versions of cluster tasks that are not operational consume cluster resources.
29-
* When upgraded , the Operator cannot manage the earlier VCT. You can delete the earlier VCT manually using the `oc delete clustertask` command, but you cannot restore it.
29+
* * After it is upgraded, the Operator cannot manage the earlier VCT. You can delete the earlier VCT manually by using the `oc delete clustertask` command, but you cannot restore it.
3030
|
3131

3232
|===

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="op-release-notes-1-7_{context}"]
66
= Release notes for {pipelines-title} General Availability 1.7
77

8-
With this update, {pipelines-title} General Availability (GA) 1.7 is available on {product-title} 4.10.
8+
With this update, {pipelines-title} General Availability (GA) 1.7 is available on {product-title} 4.9, 4.10, and 4.11.
99

1010
[id="new-features-1-7_{context}"]
1111
== New features
@@ -339,4 +339,26 @@ time="2021-11-04T13:05:26Z" level=error msg="exit status 127"
339339
// https://github.com/tektoncd/operator/pull/599
340340

341341

342+
[id="release-notes-1-7-1_{context}"]
343+
== Release notes for {pipelines-title} General Availability 1.7.1
344+
345+
With this update, {pipelines-title} General Availability (GA) 1.7.1 is available on {product-title} 4.9, 4.10, and 4.11.
346+
347+
[id="fixed-issues-1-7-1_{context}"]
348+
=== Fixed issues
349+
350+
* Before this update, upgrading the {pipelines-title} Operator deleted the data in the database associated with {tekton-hub} and installed a new database. With this update, an Operator upgrade preserves the data.
351+
// https://issues.redhat.com/browse/SRVKP-2280
352+
353+
* Before this update, only cluster administrators could access pipeline metrics in the {product-title} console. With this update, users with other cluster roles also can access the pipeline metrics.
354+
// https://issues.redhat.com/browse/SRVKP-2129
355+
356+
* Before this update, pipeline runs failed for pipelines containing tasks that emit large termination messages. The pipeline runs failed because the total size of termination messages of all containers in a pod cannot exceed 12 KB. With this update, the `place-tools` and `step-init` initialization containers that uses the same image are merged to reduce the number of containers running in each tasks's pod. The solution reduces the chance of failed pipeline runs by minimizing the number of containers running in a task's pod. However, it does not remove the limitation of the maximum allowed size of a termination message.
357+
// https://issues.redhat.com/browse/SRVKP-2243
358+
359+
* Before this update, attempts to access resource URLs directly from the {tekton-hub} web console resulted in an Nginx `404` error. With this update, the {tekton-hub} web console image is fixed to allow accessing resource URLs directly from the {tekton-hub} web console.
360+
// https://issues.redhat.com/browse/SRVKP-2196
361+
362+
* Before this update, for each namespace the resource pruner job created a separate container to prune resources. With this update, the resource pruner job runs commands for all namespaces as a loop in one container.
363+
// https://issues.redhat.com/browse/SRVKP-2160
342364

0 commit comments

Comments
 (0)