Skip to content

Commit ff339a0

Browse files
author
Souvik Sarkar
committed
RHDEVDOCS-4542 Release Notes for Pipelines 1.8.1
Known issue Fixed issues typos Veeresh's comments peer review Veeresh's comments' minor editorial stuff Rolfe's suggestions
1 parent 441e593 commit ff339a0

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

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

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,3 +533,69 @@ securityContext:
533533
* Before this update, pods for the prune cronjobs were not scheduled on infrastructure nodes, as expected. Instead, they were scheduled on worker nodes or not scheduled at all. With this update, these types of pods can now be scheduled on infrastructure nodes if configured in the `TektonConfig` custom resource (CR).
534534
// link:https://issues.redhat.com/browse/SRVKP-1806
535535
// Rupali Behera
536+
537+
538+
[id="release-notes-1-8-1_{context}"]
539+
== Release notes for {pipelines-title} General Availability 1.8.1
540+
541+
With this update, {pipelines-title} General Availability (GA) 1.8.1 is available on {product-title} 4.10 and 4.11.
542+
543+
[id="known-issues-1-8-1_{context}"]
544+
=== Known issues
545+
546+
* When installer sets are in a failed state, the status of the `TektonConfig` custom resource is incorrectly displayed as `True` instead of `False`.
547+
+
548+
.Example: Failed installer sets
549+
[source,terminal]
550+
----
551+
$ oc get tektoninstallerset
552+
NAME READY REASON
553+
addon-clustertasks-nx5xz False Error
554+
addon-communityclustertasks-cfb2p True
555+
addon-consolecli-ftrb8 True
556+
addon-openshift-67dj2 True
557+
addon-pac-cf7pz True
558+
addon-pipelines-fvllm True
559+
addon-triggers-b2wtt True
560+
addon-versioned-clustertasks-1-8-hqhnw False Error
561+
pipeline-w75ww True
562+
postpipeline-lrs22 True
563+
prepipeline-ldlhw True
564+
rhosp-rbac-4dmgb True
565+
trigger-hfg64 True
566+
validating-mutating-webhoook-28rf7 True
567+
----
568+
+
569+
.Example: Incorrect `TektonConfig` status
570+
[source,terminal]
571+
----
572+
$ oc get tektonconfig config
573+
NAME VERSION READY REASON
574+
config 1.8.1 True
575+
----
576+
577+
// https://issues.redhat.com/browse/SRVKP-2556
578+
579+
[id="fixed-issues-1-8-1_{context}"]
580+
=== Fixed issues
581+
582+
* Before this update, the pruner deleted task runs of running pipelines and displayed the following warning: `some tasks were indicated completed without ancestors being done`. With this update, the pruner retains the task runs that are part of running pipelines.
583+
// https://issues.redhat.com/browse/SRVKP-2419
584+
585+
* Before this update, `pipeline-1.8` was the default channel for installing the {pipelines-title} Operator 1.8.x. With this update, `latest` is the default channel.
586+
// https://issues.redhat.com/browse/SRVKP-2412
587+
588+
* Before this update, the {pac} controller pods did not have access to certificates exposed by the user. With this update, {pac} can now access routes and Git repositories guarded by a self-signed or a custom certificate.
589+
// https://issues.redhat.com/browse/SRVKP-2470
590+
591+
* Before this update, the task failed with RBAC errors after upgrading from {pipelines-title} 1.7.2 to 1.8.0. With this update, the tasks run successfully without any RBAC errors.
592+
// https://issues.redhat.com/browse/SRVKP-2472
593+
594+
* Before this update, using the `tkn` CLI tool, you could not remove task runs and pipeline runs that contained a `result` object whose type was `array`. With this update, you can use the `tkn` CLI tool to remove task runs and pipeline runs that contain a `result` object whose type is `array`.
595+
// https://issues.redhat.com/browse/SRVKP-2478
596+
597+
* Before this update, if a pipeline specification contained a task with an `ENV_VARS` parameter of `array` type, the pipeline run failed with the following error: `invalid input params for task func-buildpacks: param types don't match the user-specified type: [ENV_VARS]`. With this update, pipeline runs with such pipeline and task specifications do not fail.
598+
// https://issues.redhat.com/browse/SRVKP-2422
599+
600+
* Before this update, cluster administrators could not provide a `config.json` file to the `Buildah` cluster task for accessing a container registry. With this update, cluster administrators can provide the `Buildah` cluster task with a `config.json` file by using the `dockerconfig` workspace.
601+
// https://issues.redhat.com/browse/SRVKP-2424

0 commit comments

Comments
 (0)