Skip to content

Commit 5f79619

Browse files
committed
[RHDEVDOCS-6657] Release notes for Pipelines 1.20 (FIXED_3)
1 parent aa6cb05 commit 5f79619

10 files changed

+366
-11
lines changed

_attributes/common-attributes.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212

1313
:pipelines-title: Red Hat OpenShift Pipelines
1414
:pipelines-shortname: OpenShift Pipelines
15-
:pipelines-ver: pipelines-1.18
16-
:pipelines-version-number: 1.18
15+
:pipelines-ver: pipelines-1.20
16+
:pipelines-version-number: 1.20
17+
:tekton-cache: Tekton Cache
1718
:tekton-chains: Tekton Chains
1819
:tekton-results: Tekton Results
20+
:tekton-triggers: Tekton Triggers
1921
:tekton-hub: Tekton Hub
2022
:artifact-hub: Artifact Hub
2123
:pac: Pipelines as Code

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Dir: release_notes
2727
Distros: openshift-pipelines
2828
Topics:
2929
- Name: OpenShift Pipelines release notes
30-
File: op-release-notes-1-17
30+
File: op-release-notes-1-20
3131
---
3232
Name: About OpenShift Pipelines
3333
Dir: about

hub/using-tekton-hub-with-openshift-pipelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ include::modules/op-disabling-tekton-hub-authorization-after-upgrade.adoc[levelo
4040

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

43-
* xref:../release_notes/op-release-notes-1-17.adoc#op-release-notes-1-17[{pipelines-title} release notes]
43+
* xref:../release_notes/op-release-notes-1-20.adoc#op-release-notes-1-20[{pipelines-title} release notes]

install_config/customizing-configurations-in-the-tektonconfig-cr.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ include::modules/op-configuring-pipeline-resolvers.adoc[leveloffset=+1]
4343

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

46+
include::modules/op-disabling-pipeline-triggers.adoc[leveloffset=+1]
47+
4648
include::modules/op-disabling-the-integretion-of-tekton-hub.adoc[leveloffset=+1]
4749

4850
include::modules/op-disabling-automatic-creation-of-rbac-resources.adoc[leveloffset=+1]

modules/op-customizing-pipelines-as-code-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To customize {pac}, cluster administrators can configure the following parameter
2020

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

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

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// This module is included in the following assemblies:
2+
// * install_config/customizing-configurations-in-the-tektonconfig-cr.adoc
3+
4+
:_mod-docs-content-type: CONCEPT
5+
[id="op-disabling-pipeline-triggers_{context}"]
6+
= Disabling the installation of {tekton-triggers}
7+
8+
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):
9+
10+
[source, yaml]
11+
----
12+
apiVersion: operator.tekton.dev/v1alpha1
13+
kind: TektonConfig
14+
metadata:
15+
name: config
16+
spec:
17+
trigger:
18+
disabled: true
19+
#...
20+
----
21+
22+
The default setting is `false`.

modules/op-release-notes-1-20-0.adoc

Lines changed: 289 additions & 0 deletions
Large diffs are not rendered by default.

modules/op-tkn-pipelines-compatibility-support-matrix.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ GA:: General Availability
2323

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

26-
|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
26+
//TODO UPDATE
27+
|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
2728

28-
|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
29+
|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
2930

30-
|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
31-
32-
|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
31+
|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
3332

3433
|===
3534

pac/install-config-pipelines-as-code.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ include::modules/op-pac-additional-controller.adoc[leveloffset=+1]
3232

3333
* xref:../install_config/installing-pipelines.adoc#installing-pipelines[Installing {pipelines-shortname}]
3434
* xref:../tkn_cli/installing-tkn.adoc#installing-tkn[Installing tkn]
35-
* xref:../release_notes/op-release-notes-1-17.adoc#op-release-notes-1-17[{pipelines-title} release notes]
35+
* xref:../release_notes/op-release-notes-1-20.adoc#op-release-notes-1-20[{pipelines-title} release notes]
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
//OpenShift Pipelines Release Notes
3+
include::_attributes/common-attributes.adoc[]
4+
[id="op-release-notes-1-20"]
5+
= {pipelines-title} release notes
6+
:context: op-release-notes-1-20
7+
8+
toc::[]
9+
10+
[NOTE]
11+
====
12+
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].
13+
====
14+
15+
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}.
16+
17+
{pipelines-title} is a cloud-native CI/CD experience based on the Tekton project which provides:
18+
19+
* Standard Kubernetes-native pipeline definitions (CRDs).
20+
* Serverless pipelines with no CI server management overhead.
21+
* Extensibility to build images using any Kubernetes tool, such as S2I, Buildah, JIB, and Kaniko.
22+
* Portability across any Kubernetes distribution.
23+
* Powerful CLI for interacting with pipelines.
24+
* Integrated user experience with the {OCP} web console, up to {OCP} version 4.19.
25+
26+
For an overview of {pipelines-title}, see xref:../about/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[Understanding {pipelines-shortname}].
27+
28+
// Compatibility and support matrix 1.20
29+
include::modules/op-tkn-pipelines-compatibility-support-matrix.adoc[leveloffset=+1]
30+
31+
// Release notes for Red Hat OpenShift Pipelines 1.20.0
32+
include::modules/op-release-notes-1-20-0.adoc[leveloffset=+1]
33+
34+
//Additional resources 1.20
35+
.Additional resources
36+
* 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]
37+
//* 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].
38+
* xref:../install_config/customizing-configurations-in-the-tektonconfig-cr.adoc#event-pruner-configuration_customizing-configurations-in-the-tektonconfig-cr[Enabling the event-based pruner]
39+
* xref:../pac/install-config-pipelines-as-code.adoc#customizing-pipelines-as-code-configuration_install-config-pipelines-as-code[Customizing {pac} configuration]
40+
* xref:../pac/creating-pipeline-runs-pac.adoc#op-parameters-pipeline-run-using-pipelines-as-code_creating-pipeline-runs-pac[Commit and URL Information]
41+
* xref:../create/remote-pipelines-tasks-resolvers.adoc#resolver-hub_remote-pipelines-tasks-resolvers[{tekton-hub} deprecation note under Specifying from a Tekton catalog]

0 commit comments

Comments
 (0)