Skip to content

Commit 6f35747

Browse files
authored
Merge pull request #52533 from sounix000/4542-pipelines-1-8-1-RN
RHDEVDOCS-4542 Release Notes for Pipelines 1.8.1
2 parents 3d6e8c6 + ff339a0 commit 6f35747

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
@@ -540,3 +540,69 @@ securityContext:
540540
* 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).
541541
// link:https://issues.redhat.com/browse/SRVKP-1806
542542
// Rupali Behera
543+
544+
545+
[id="release-notes-1-8-1_{context}"]
546+
== Release notes for {pipelines-title} General Availability 1.8.1
547+
548+
With this update, {pipelines-title} General Availability (GA) 1.8.1 is available on {product-title} 4.10 and 4.11.
549+
550+
[id="known-issues-1-8-1_{context}"]
551+
=== Known issues
552+
553+
* When installer sets are in a failed state, the status of the `TektonConfig` custom resource is incorrectly displayed as `True` instead of `False`.
554+
+
555+
.Example: Failed installer sets
556+
[source,terminal]
557+
----
558+
$ oc get tektoninstallerset
559+
NAME READY REASON
560+
addon-clustertasks-nx5xz False Error
561+
addon-communityclustertasks-cfb2p True
562+
addon-consolecli-ftrb8 True
563+
addon-openshift-67dj2 True
564+
addon-pac-cf7pz True
565+
addon-pipelines-fvllm True
566+
addon-triggers-b2wtt True
567+
addon-versioned-clustertasks-1-8-hqhnw False Error
568+
pipeline-w75ww True
569+
postpipeline-lrs22 True
570+
prepipeline-ldlhw True
571+
rhosp-rbac-4dmgb True
572+
trigger-hfg64 True
573+
validating-mutating-webhoook-28rf7 True
574+
----
575+
+
576+
.Example: Incorrect `TektonConfig` status
577+
[source,terminal]
578+
----
579+
$ oc get tektonconfig config
580+
NAME VERSION READY REASON
581+
config 1.8.1 True
582+
----
583+
584+
// https://issues.redhat.com/browse/SRVKP-2556
585+
586+
[id="fixed-issues-1-8-1_{context}"]
587+
=== Fixed issues
588+
589+
* 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.
590+
// https://issues.redhat.com/browse/SRVKP-2419
591+
592+
* 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.
593+
// https://issues.redhat.com/browse/SRVKP-2412
594+
595+
* 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.
596+
// https://issues.redhat.com/browse/SRVKP-2470
597+
598+
* 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.
599+
// https://issues.redhat.com/browse/SRVKP-2472
600+
601+
* 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`.
602+
// https://issues.redhat.com/browse/SRVKP-2478
603+
604+
* 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.
605+
// https://issues.redhat.com/browse/SRVKP-2422
606+
607+
* 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.
608+
// https://issues.redhat.com/browse/SRVKP-2424

0 commit comments

Comments
 (0)