Skip to content

Commit

Permalink
Update pipeline releases
Browse files Browse the repository at this point in the history
Pipeline v0.53 has been released and pipeline v0.41 is EOL - update
the list of releases accordingly.

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Oct 27, 2023
1 parent cab8cc8 commit 8642843
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sync/config/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ archive: https://github.com/tektoncd/pipeline/tags
# header: <dict> # optional, no header added if not set
# See https://www.docsy.dev/docs/adding-content/navigation/#section-menu
tags:
- name: release-v0.50.x
displayName: v0.50.x-LTS
- name: release-v0.53.x
displayName: v0.53.x-LTS
# Dict of folders to sync
folders:
docs:
Expand All @@ -36,8 +36,8 @@ tags:
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.47.x
displayName: v0.47.x-LTS
- name: release-v0.50.x
displayName: v0.50.x-LTS
# Dict of folders to sync
folders:
docs:
Expand All @@ -46,8 +46,8 @@ tags:
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.44.x
displayName: v0.44.x-LTS
- name: release-v0.47.x
displayName: v0.47.x-LTS
# Dict of folders to sync
folders:
docs:
Expand All @@ -56,16 +56,16 @@ tags:
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.41.x
displayName: v0.41.x-LTS
- name: release-v0.44.x
displayName: v0.44.x-LTS
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- api-spec.md
- tutorial.md
- api-spec.md
- tutorial.md
- name: main
# The name to display on tekton.dev.
# sync.py will use this value in the version switcher and other places.
Expand Down

0 comments on commit 8642843

Please sign in to comment.