Skip to content

Commit 043b993

Browse files
authored
Merge pull request #99376 from openshift-cherrypick-robot/cherry-pick-99099-to-pipelines-docs-1.20
[pipelines-docs-1.20] RHDEVDOCS-6566: Adding content for Public TektonHub instance deprecation
2 parents 3c2d0b1 + 10cebec commit 043b993

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

create/remote-pipelines-tasks-resolvers.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ An {pipelines-shortname} installation includes a set of standard tasks that you
3030
== Specifying a remote pipeline, task, or step action from a Tekton catalog
3131
You can use the hub resolver to specify a remote pipeline, task, or `StepAction` definition that is defined either in a public Tekton catalog of link:https://artifacthub.io/[{artifact-hub}] or in an instance of {tekton-hub}.
3232

33-
[IMPORTANT]
33+
[NOTE]
3434
====
35-
The {artifact-hub} project is not supported with {pipelines-title}. Only the configuration of {artifact-hub} is supported.
35+
The public instance of Tekton Hub (`hub.tekton.dev`) is deprecated and will be removed in a future release. Use link:https://artifacthub.io[Artifact Hub] as an alternative for Tekton `Pipeline` and `Task` resources:
36+
37+
* link:https://artifacthub.io/packages/search?repo=tekton-catalog-tasks[Tekton Catalog Tasks]
38+
* link:https://artifacthub.io/packages/search?repo=tekton-catalog-pipelines[Tekton Catalog Pipelines]
39+
40+
Artifact Hub is open source and supports self-hosting, providing greater flexibility for managing your Tekton `Pipeline` and `Task` resources.
3641
====
3742

3843
include::modules/op-resolver-hub-config.adoc[leveloffset=+2]

modules/op-pipelines-as-code-resolver-annotations.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@
99
You can use {pac} resolver annotations to reference `Task` and `Pipeline` custom resource (CR) definitions. The {pac} resolver fetches the definitions from the locations that you specify in the annotations. If there is any error while fetching the remote tasks or parsing them, {pac} stops processing the tasks.
1010

1111
If you reference a remote task in a pipeline run, or a pipeline in a `PipelineRun` or a `PipelineSpec` object, the {pac} resolver automatically resolves the referenced resource and includes it in the resulting `PipelineRun` custom resource (CR).
12+
13+
[NOTE]
14+
====
15+
The public instance of Tekton Hub (`hub.tekton.dev`) is deprecated and will be removed in a future release. Use link:https://artifacthub.io[Artifact Hub] as an alternative for Tekton `Pipeline` and `Task` resources:
16+
17+
* link:https://artifacthub.io/packages/search?repo=tekton-catalog-tasks[Tekton Catalog Tasks]
18+
* link:https://artifacthub.io/packages/search?repo=tekton-catalog-pipelines[Tekton Catalog Pipelines]
19+
20+
Artifact Hub is open source and supports self-hosting, providing greater flexibility for managing your Tekton `Pipeline` and `Task` resources.
21+
====
22+

0 commit comments

Comments
 (0)