-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RHDEVDOCS-5062: Documenting Pipelines 1.10 RN
- Loading branch information
Showing
3 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
// Module included in the following assembly: | ||
// | ||
// * cicd/pipelines/op-release-notes.adoc | ||
:_content-type: REFERENCE | ||
[id="op-release-notes-1-10_{context}"] | ||
= Release notes for {pipelines-title} General Availability 1.10 | ||
|
||
With this update, {pipelines-title} General Availability (GA) 1.10 is available on {product-title} 4.11 and later versions. | ||
|
||
[id="new-features-1-10_{context}"] | ||
== New features | ||
|
||
In addition to the fixes and stability improvements, the following sections highlight what is new in {pipelines-title} 1.10. | ||
|
||
[id="pipelines-new-features-1-10_{context}"] | ||
=== Pipelines | ||
|
||
|
||
|
||
|
||
[id="triggers-new-features-1-10_{context}"] | ||
=== Triggers | ||
|
||
* With this update, triggers support the creation of v1 pipeline types. | ||
* With this update, GitHub Interceptor blocks a pull request trigger from being executed unless invoked by an owner or with a configurable comment by an owner. To enable or disable this update, set the value of the `githubOwners` parameter to `true` or `false` in the GitHub Interceptor configuration file. | ||
* With this update, GitHub Interceptor has the ability to add a comma delimited list of all files that have changed for the push and pull request events. The list of changed files are added to the `changed_files` property of the event payload in the top-level extensions field. | ||
|
||
|
||
[id="cli-new-features-1-10_{context}"] | ||
=== CLI | ||
|
||
|
||
|
||
[id="operator-new-features-1-10_{context}"] | ||
=== Operator | ||
|
||
|
||
|
||
[id="chains-new-features-1-10_{context}"] | ||
=== Tekton Chains | ||
|
||
|
||
|
||
[id="tekton-hub-new-features-1-10_{context}"] | ||
=== {tekton-hub} | ||
|
||
* This update supports installation, upgrade, or downgrade of Tekton resources with API versions `tekton.dev/v1beta1` and `tekton.dev/v1` on the cluster. | ||
|
||
|
||
|
||
[id="pac-new-features-1-10_{context}"] | ||
=== {pac} | ||
|
||
* This update enhances incoming webhook support. For a GitHub application installed on the cluster, you do not need to provide the `git_provider` specification for an incoming webhook. Instead, {pac} detects the secret and use it for the incoming webhook. | ||
* With this update, you can use the same token to fetch remote tasks from the same host on GitHub with a non-default branch. | ||
* With this update, {pac} supports Tekton v1 templates. You can have v1 and v1beta1 templates, which {pac} reads for PR generation. The PR is created as v1 on cluster. | ||
* Before this update, OpenShift console UI would use a hardcoded pipeline run template as a fallback template when a runtime template was not found in the OpenShift namespace. This update provides a default pipeline run template, `pipelines-as-code-template-default`, in the `pipelines-as-code` config map. | ||
|
||
|
||
[id="breaking-changes-1-10_{context}"] | ||
== Breaking changes | ||
|
||
|
||
|
||
|
||
[id="deprecated-features-1-10_{context}"] | ||
== Deprecated and removed features | ||
|
||
* This update removes support for cloud events and cluster pipeline resources from Tekton CLI. You cannot create pipeline resources by using the `tkn pipelineresource create` command. Also, the pipeline resources are not supported anymore in the `start` command of a task, cluster task and pipeline. | ||
|
||
|
||
|
||
[id="known-issues-1-10_{context}"] | ||
== Known issues | ||
|
||
|
||
|
||
[id="fixed-issues-1-8_{context}"] | ||
== Fixed issues | ||
|
||
* Before this update, the `opc pac` command generated a runtime error instead of showing any help. This update fixes the `opc pac` command to show the help message. | ||
* Before this update, running the `tkn pac create repo` command needed the webhook details for creating a repository. With this update, the `tkn-pac create repo` command does not configure a webhook when your GitHub application is installed. | ||
* Before this update, Pipelines as Code would not report a pipeline run creation error when Tekton Pipelines had issues creating the `PipelineRun` resource. For example, a non-existing task in a pipeline run would show no status. With this update, PAC shows the proper error message coming from `tekton/pipeline` along with the task that is missing. | ||
* This update fixes UI page redirection after a successful authentication. Now, you are redirected to the same page where you had attempted to log in to Tekton Hub. | ||
* This update fixes the `list` command with these flags, `--all-namespaces` and `--output=yaml`, for a cluster task, an individual task, and a pipeline. | ||
* This update removes the forward slash in the end of the `repo.spec.url` URL so that it matches with the URL coming from GitHub. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters