Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _attributes/common-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@

:pipelines-title: Red Hat OpenShift Pipelines
:pipelines-shortname: OpenShift Pipelines
:pipelines-ver: pipelines-1.18
:pipelines-version-number: 1.18
:pipelines-ver: pipelines-1.20
:pipelines-version-number: 1.20
:tekton-cache: Tekton Cache
:tekton-chains: Tekton Chains
:tekton-results: Tekton Results
:tekton-triggers: Tekton Triggers
:tekton-hub: Tekton Hub
:artifact-hub: Artifact Hub
:pac: Pipelines as Code
Expand Down
2 changes: 1 addition & 1 deletion _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dir: release_notes
Distros: openshift-pipelines
Topics:
- Name: OpenShift Pipelines release notes
File: op-release-notes-1-17
File: op-release-notes-1-20
---
Name: About OpenShift Pipelines
Dir: about
Expand Down
2 changes: 1 addition & 1 deletion hub/using-tekton-hub-with-openshift-pipelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ include::modules/op-disabling-tekton-hub-authorization-after-upgrade.adoc[levelo

* xref:../install_config/installing-pipelines.adoc#installing-pipelines[Installing {pipelines-shortname}]

* xref:../release_notes/op-release-notes-1-17.adoc#op-release-notes-1-17[{pipelines-title} release notes]
* xref:../release_notes/op-release-notes-1-20.adoc#op-release-notes-1-20[{pipelines-title} release notes]
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ include::modules/op-configuring-pipeline-resolvers.adoc[leveloffset=+1]

include::modules/op-disabling-pipeline-templates.adoc[leveloffset=+1]

include::modules/op-disabling-pipeline-triggers.adoc[leveloffset=+1]

include::modules/op-disabling-the-integretion-of-tekton-hub.adoc[leveloffset=+1]

include::modules/op-disabling-automatic-creation-of-rbac-resources.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To customize {pac}, cluster administrators can configure the following parameter

| `remote-tasks` | When enabled, allows remote tasks from pipeline run annotations. | `enabled`

| `hub-url` | The base URL for the link:https://api.hub.tekton.dev/v1[Tekton Hub API]. | `https://hub.tekton.dev/`
| `hub-url` | The base URL for the link:https://artifacthub.io[{artifact-hub}]. | `https://artifacthub.io`

| `hub-catalog-name` | The Tekton Hub catalog name. | `tekton`

Expand Down
22 changes: 22 additions & 0 deletions modules/op-disabling-pipeline-triggers.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// This module is included in the following assemblies:
// * install_config/customizing-configurations-in-the-tektonconfig-cr.adoc

:_mod-docs-content-type: CONCEPT
[id="op-disabling-pipeline-triggers_{context}"]
= Disabling the installation of {tekton-triggers}

You can disable the automatic istallation of {tekton-triggers} when deploying {pipelines-shortname} through the Operator, to provide more flexibility for environments where triggers are managed separately. To disable the istallation of {tekton-triggers}, set the `disabled` parameter to `true` in the `spec.trigger` specification of your `TektonConfig` custom resource (CR):

[source, yaml]
----
apiVersion: operator.tekton.dev/v1alpha1
kind: TektonConfig
metadata:
name: config
spec:
trigger:
disabled: true
#...
----

The default setting is `false`.
289 changes: 289 additions & 0 deletions modules/op-release-notes-1-20-0.adoc

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions modules/op-tkn-pipelines-compatibility-support-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ GA:: General Availability

| Operator | Pipelines | Triggers | CLI | Chains | Hub | {pac} | Results | Manual Approval Gate | |

|1.17 | 0.65.x | 0.30.x | 0.39.x | 0.23.x (GA) | 1.19.x (TP) | 0.29.x (GA) | 0.13.x (TP) | 0.4.x (TP) | 4.15, 4.16, 4.17 | GA
//TODO UPDATE
|1.20 | 1.3.x | 0.33.x | 0.42.x | 0.25.x (GA) | 1.22.x (TP) | 0.37.x (GA) | 0.16.x (GA) | 0.6.x (TP) | 4.15, 4.16, 4.17, 4.18, 4.19 | GA

|1.16 | 0.62.x | 0.29.x | 0.38.x | 0.22.x (GA) | 1.18.x (TP) | 0.28.x (GA) | 0.12.x (TP) | 0.3.x (TP) | 4.15, 4.16, 4.17 | GA
|1.19 | 1.0.x | 0.32.x | 0.41.x | 0.25.x (GA) | 1.21.x (TP) | 0.35.x (GA) | 0.15.x (GA) | 0.6.x (TP) | 4.15, 4.16, 4.17, 4.18, 4.19 | GA

|1.15 | 0.59.x | 0.27.x | 0.37.x | 0.20.x (GA) | 1.17.x (TP) | 0.27.x (GA) | 0.10.x (TP) | 0.2.x (TP) | 4.14, 4.15, 4.16 | GA

|1.14 | 0.56.x | 0.26.x | 0.35.x | 0.20.x (GA) | 1.16.x (TP) | 0.24.x (GA) | 0.9.x (TP) | NA | 4.12, 4.13, 4.14, 4.15, 4.16 | GA
|1.18 | 0.68.x | 0.31.x | 0.40.x | 0.24.x (GA) | 1.20.x (TP) | 0.33.x (GA) | 0.14.x (GA) | 0.5.x (TP) | 4.15, 4.16, 4.17, 4.18 | GA

|===

Expand Down
2 changes: 1 addition & 1 deletion pac/install-config-pipelines-as-code.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ include::modules/op-pac-additional-controller.adoc[leveloffset=+1]

* xref:../install_config/installing-pipelines.adoc#installing-pipelines[Installing {pipelines-shortname}]
* xref:../tkn_cli/installing-tkn.adoc#installing-tkn[Installing tkn]
* xref:../release_notes/op-release-notes-1-17.adoc#op-release-notes-1-17[{pipelines-title} release notes]
* xref:../release_notes/op-release-notes-1-20.adoc#op-release-notes-1-20[{pipelines-title} release notes]
41 changes: 41 additions & 0 deletions release_notes/op-release-notes-1-20.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
:_mod-docs-content-type: ASSEMBLY
//OpenShift Pipelines Release Notes
include::_attributes/common-attributes.adoc[]
[id="op-release-notes-1-20"]
= {pipelines-title} release notes
:context: op-release-notes-1-20

toc::[]

[NOTE]
====
For additional information about the {pipelines-shortname} lifecycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift_operators[OpenShift Operator Life Cycles] and link:https://access.redhat.com/support/policy/updates/openshift[Red{nbsp}Hat {OCP} Life Cycle Policy].
====

Release notes contain information about new and deprecated features, breaking changes, and known issues. The following release notes apply for the most recent {pipelines-shortname} releases on {OCP}.

{pipelines-title} is a cloud-native CI/CD experience based on the Tekton project which provides:

* Standard Kubernetes-native pipeline definitions (CRDs).
* Serverless pipelines with no CI server management overhead.
* Extensibility to build images using any Kubernetes tool, such as S2I, Buildah, JIB, and Kaniko.
* Portability across any Kubernetes distribution.
* Powerful CLI for interacting with pipelines.
* Integrated user experience with the {OCP} web console, up to {OCP} version 4.19.

For an overview of {pipelines-title}, see xref:../about/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[Understanding {pipelines-shortname}].

// Compatibility and support matrix 1.20
include::modules/op-tkn-pipelines-compatibility-support-matrix.adoc[leveloffset=+1]

// Release notes for Red Hat OpenShift Pipelines 1.20.0
include::modules/op-release-notes-1-20-0.adoc[leveloffset=+1]

//Additional resources 1.20
.Additional resources
* xref:../secure/using-buildah-ns-tekton-task.adoc#op-differences-between-buildah-buildah-ns-tasks_using-buildah-ns-tekton-task[Differences between `buildah` and `buildah-ns` tasks]
//* xref:../install_config/customizing-configurations-in-the-tektonconfig-cr.adoc#op-configuration-rbac-trusted-ca-flags_customizing-configurations-in-the-tektonconfig-cr[Configuration of RBAC and Trusted CA flags].
* xref:../install_config/customizing-configurations-in-the-tektonconfig-cr.adoc#event-pruner-configuration_customizing-configurations-in-the-tektonconfig-cr[Enabling the event-based pruner]
* xref:../pac/install-config-pipelines-as-code.adoc#customizing-pipelines-as-code-configuration_install-config-pipelines-as-code[Customizing {pac} configuration]
* xref:../pac/creating-pipeline-runs-pac.adoc#op-parameters-pipeline-run-using-pipelines-as-code_creating-pipeline-runs-pac[Commit and URL Information]
* xref:../create/remote-pipelines-tasks-resolvers.adoc#resolver-hub_remote-pipelines-tasks-resolvers[{tekton-hub} deprecation note under Specifying from a Tekton catalog]