docs: replace defunct hub.tekton.dev URLs with working alternatives#1384
Merged
tekton-robot merged 2 commits intoJul 3, 2026
Merged
Conversation
tekton-robot
requested review from
afrittoli,
akihikokuroda,
chmouel,
dibyom,
dlorenc,
fhopfensperger,
garethr,
imjasonh,
khrm,
navidshaikh,
piyush-garg,
popcor255 and
vinamra28
June 18, 2026 11:24
Member
Author
|
/kind documentation |
vdemeester
force-pushed
the
fix-hub-tekton-dev-references
branch
from
June 18, 2026 11:32
83bfe17 to
91998ce
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vinamra28 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
hub.tekton.dev and api.hub.tekton.dev no longer resolve, breaking all install commands in README files across the catalog. - Replace api.hub.tekton.dev/v1/resource/tekton/task/*/raw URLs with raw.githubusercontent.com equivalents - Replace api.hub.tekton.dev pipeline URLs similarly - Replace hub.tekton.dev browsing links with artifacthub.io equivalents Fixes tektoncd#1383 Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
vdemeester
force-pushed
the
fix-hub-tekton-dev-references
branch
from
July 3, 2026 07:55
91998ce to
fda19da
Compare
|
New changes are detected. LGTM label has been removed. |
vdemeester
added a commit
to vdemeester/tektoncd-catalog
that referenced
this pull request
Jul 3, 2026
Replace the defunct api.hub.tekton.dev install URL with the raw.githubusercontent.com equivalent, consistent with tektoncd#1384. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
catlin (all versions through HEAD) only registers the tekton.dev/v1beta1 scheme and cannot parse tekton.dev/v1 resources, failing with: no kind "Task" is registered for version "tekton.dev/v1" See tektoncd/catlin#10. The catalog already ships 37 tekton.dev/v1 Tasks. Normal PRs touch a single task and rarely a v1 one, so this went unnoticed. A broad, README-only PR touching nearly every task directory makes the catlin validate gate reduce every changed file to its version directory and validate the whole catalog, hitting v1 resources catlin cannot parse. Filter the changed-file set to resource manifests that live directly in a version directory (task/<name>/<version>/*.yaml) before reducing to the version directory. README/OWNERS-only changes, test manifests under tests/, and files under samples/ no longer trigger validation, so a docs-only change validates nothing and does not fail on catlin's missing v1 support. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
|
New changes are detected. LGTM label has been removed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
hub.tekton.devandapi.hub.tekton.devno longer resolve DNS, breaking allinstall commands in README files across the catalog.
api.hub.tekton.dev/v1/resource/tekton/task/*/rawURLs withraw.githubusercontent.comequivalentsapi.hub.tekton.devpipeline URLs similarlyhub.tekton.devbrowsing links withartifacthub.ioequivalents238 files updated across all tasks and pipelines.
Fixes #1383
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
contains
/kind <type>. Valid types are bug, cleanup, design, documentation,feature, flake, misc, question, tep
See the contribution guide for more details.