Skip to content

Commit 5a1a3c7

Browse files
authored
Merge pull request #59395 from shipsing/RHDEVDOCS-5251
RHDEVDOCS-5251: Added bug fixes for pipelines 1.10.1 release
2 parents 2fe051e + 2ffed42 commit 5a1a3c7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,17 @@ $ oc get tektoninstallersets.operator.tekton.dev | awk '/pipeline-main-static/ {
152152
* This update adds a conversion configuration to the `ResolutionRequest` CRD. This update properly configures conversion from the `v1alpha1.ResolutionRequest` request to the `v1beta1.ResolutionRequest` request.
153153
* This update checks for duplicate workspaces associated with a pipeline task.
154154
* This update fixes the default value for enabling resolvers in the code.
155-
* This update fixes `TaskRef` and `PipelineRef` names conversion by using a resolver.
155+
* This update fixes `TaskRef` and `PipelineRef` names conversion by using a resolver.
156+
157+
[id="release-notes-1-10-1_{context}"]
158+
== Release notes for {pipelines-title} General Availability 1.10.1
159+
160+
With this update, {pipelines-title} General Availability (GA) 1.10.1 is available on {product-title} 4.11 and later versions.
161+
162+
[id="fixed-issues-1-10-1_{context}"]
163+
=== Fixed issues for {pac}
164+
165+
* Before this update, if the source branch information coming from payload included `refs/heads/` but the user-configured target branch only included the branch name, `main`, in a CEL expression, the push request would fail. With this update, {pac} passes the push request and triggers a pipeline if either the base branch or target branch has `refs/heads/` in the payload.
166+
* Before this update, when a `PipelineRun` object could not be created, the error received from the Tekton controller was not reported to the user. With this update, {pac} reports the error messages to the GitHub interface so that users can troubleshoot the errors. {pac} also reports the errors that occurred during pipeline execution.
167+
* With this update, {pac} does not echo a secret to the GitHub checks interface when it failed to create the secret on the {product-title} cluster because of an infrastructure issue.
168+
* This update removes the deprecated APIs that are no longer in use from {pipelines-title}.

0 commit comments

Comments
 (0)