Skip to content

Commit 7f414f5

Browse files
author
Souvik Sarkar
committed
1.6.1 RN
minor correction minor correction minor correction minor correction peer review comments
1 parent 220f782 commit 7f414f5

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,23 @@ time="2021-11-04T13:05:26Z" level=error msg="exit status 127"
244244
* Before this update, editing the specification of a running pipeline might prevent the pipeline run from stopping when it was complete. This update fixes the issue by fetching the definition only once and then using the specification stored in the status for verification. This change reduces the probability of a race condition when a `PipelineRun` or a `TaskRun` refers to a `Pipeline` or `Task` that changes while it is running.
245245
// (link:https://issues.redhat.com/browse/SRVKP-718[SRVKP-718])
246246

247-
* `When` expression values can now have array parameter references, such as: `values: [$(params.arrayParam[*])]`.
247+
* `When` expression values can now have array parameter references, such as: `values: [$(params.arrayParam[*])]`.
248+
249+
250+
251+
[id="release-notes-1-6-1_{context}"]
252+
== Release notes for {pipelines-title} General Availability 1.6.1
253+
254+
The following improvements are made in {pipelines-title} 1.6.1:
255+
256+
* The `SSL_CERT_DIR` environment variable (`/tekton-custom-certs`) set by {pipelines-title} will not override the following default system directories with certificate files:
257+
** `/etc/pki/tls/certs`
258+
** `/etc/ssl/certs`
259+
** `/system/etc/security/cacerts`
260+
// https://issues.redhat.com/browse/SRVKP-1687
261+
262+
* The Horizontal Pod Autoscaler can manage the replica count of deployments controlled by the {pipelines-title} Operator. From this release onward, if the count is changed by an end user or an on-cluster agent, the {pipelines-title} Operator will not reset the replica count of deployments managed by it. However, the replicas will be reset when you upgrade the {pipelines-title} Operator.
263+
// https://issues.redhat.com/browse/SRVKP-1783
264+
265+
* The pod serving the `tkn` CLI will now be scheduled on nodes, based on the node selector and toleration limits specified in the `TektonConfig` custom resource.
266+
// https://issues.redhat.com/browse/SRVKP-1804

0 commit comments

Comments
 (0)