You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/op-release-notes-1-11.adoc
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,14 @@ With this update, {pipelines-title} General Availability (GA) 1.11 is available
12
12
13
13
In addition to fixes and stability improvements, the following sections highlight what is new in {pipelines-title} 1.11:
14
14
15
+
[NOTE]
16
+
====
17
+
You can use {pipelines-title} on the {product-title} cluster that runs on ARM hardware. This update includes support for the `ClusterTask` resources where images are available and the Tekton CLI tool on ARM hardware.
18
+
====
19
+
15
20
[id="pipelines-new-features-1-11_{context}"]
16
21
=== Pipelines
17
22
18
-
* With this update, you can use {pipelines-title} on the {product-title} cluster that runs on Azure Resource Manager (ARM) hardware. This update includes support for the `ClusterTask` resources where images are available and the Tekton CLI tool on ARM hardware.
19
-
20
23
* This update adds support for results, object parameters, array results, and indexing into an array when you set the `enable-api-fields` feature flag to `beta` value in the `TektonConfig` CR.
21
24
22
25
* With this update, propagated parameters are now part of a stable feature. This feature enables interpolating parameters in embedded specifications to reduce verbosity in Tekton resources.
@@ -62,6 +65,8 @@ In addition to fixes and stability improvements, the following sections highligh
62
65
63
66
* With this update, you can use the skopeo tool with {tekton-chains} to generate keys, which are used in the `cosign` signing scheme.
64
67
68
+
* When you upgrade to the {pipelines-title} Operator 1.11, the previous {tekton-chains} configuration will be overwritten and you must set it again in the `TektonConfig` CR.
69
+
65
70
66
71
[id="tekton-hub-new-features-1-11_{context}"]
67
72
=== {tekton-hub}
@@ -121,6 +126,8 @@ With this command, you can also specify a custom GitHub API URL by using the `--
121
126
122
127
* This update replaces the `resource-verification-mode` feature flag with a new `trusted-resources-verification-no-match-policy` flag in the pipeline specification.
123
128
129
+
* With this update, you cannot edit the {tekton-chains} CR. Instead, edit the `TektonConfig` CR to configure {tekton-chains}.
0 commit comments