Skip to content

Commit 24a4ee2

Browse files
committed
Add pipelines 1.12, remove EOL versions
1 parent f95d6d5 commit 24a4ee2

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

sync/config/pipelines.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,37 @@
66
component: Pipelines
77
repository: https://github.com/tektoncd/pipeline
88
archive: https://github.com/tektoncd/pipeline/tags
9+
# See support versions in pipelines releases.md: https://github.com/tektoncd/pipeline/blob/main/releases.md
910
tags:
10-
- name: release-v1.9.x
11-
displayName: v1.9.x-LTS
11+
- name: release-v1.12.x
12+
displayName: v1.12.x-LTS
1213
folders:
1314
docs:
1415
index: README.md
1516
include: ['*.md']
1617
exclude:
1718
- api-spec.md
1819
- tutorial.md
19-
- name: release-v1.6.x
20-
displayName: v1.6.x-LTS
20+
- name: release-v1.9.x
21+
displayName: v1.9.x-LTS
2122
folders:
2223
docs:
2324
index: README.md
2425
include: ['*.md']
2526
exclude:
2627
- api-spec.md
2728
- tutorial.md
28-
- name: release-v1.3.x
29-
displayName: v1.3.x-LTS
29+
- name: release-v1.6.x
30+
displayName: v1.6.x-LTS
3031
folders:
3132
docs:
3233
index: README.md
3334
include: ['*.md']
3435
exclude:
3536
- api-spec.md
3637
- tutorial.md
37-
- name: release-v1.0.x
38-
displayName: v1.0.x-LTS
38+
- name: release-v1.3.x
39+
displayName: v1.3.x-LTS
3940
folders:
4041
docs:
4142
index: README.md

0 commit comments

Comments
 (0)