|
5 | 5 | [id="op-release-notes-1-7_{context}"]
|
6 | 6 | = Release notes for {pipelines-title} General Availability 1.7
|
7 | 7 |
|
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. |
9 | 9 |
|
10 | 10 | [id="new-features-1-7_{context}"]
|
11 | 11 | == New features
|
@@ -339,4 +339,26 @@ time="2021-11-04T13:05:26Z" level=error msg="exit status 127"
|
339 | 339 | // https://github.com/tektoncd/operator/pull/599
|
340 | 340 |
|
341 | 341 |
|
| 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 |
342 | 364 |
|
0 commit comments