Skip to content

Commit ebda63e

Browse files
vdemeestertekton-robot
authored andcommitted
release.md: update releases with 1.2.x and 1.3.x
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent ec4a52d commit ebda63e

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

releases.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Further documentation available:
4141

4242
## Release
4343

44-
### v1.1
45-
- **Latest Release**: [v1.1.0][v1.1-0] (2025-06-04) ([docs][v1.1-0-docs], [examples][v1.1-0-examples])
46-
- **Initial Release**: [v1.1.0][v1.1-0] (2025-06-04)
47-
- **End of Life**: 2025-07-04
48-
- **Patch Releases**: [v1.1.0][v1.1-0]
44+
### v1.3 (LTS)
45+
- **Latest Release**: [v1.3.1][v1.3-1] (2025-08-05) ([docs][v1.3-1-docs], [examples][v1.3-1-examples])
46+
- **Initial Release**: [v1.3.0][v1.3-0] (2025-08-04)
47+
- **End of Life**: 2026-08-04
48+
- **Patch Releases**: [v1.3.01][v1.3-0] [v1.3.1][v1.3-1]
4949

5050
### v1.0 (LTS)
5151
- **Latest Release**: [v1.0.0][v1.0-0] (2025-04-29) ([docs][v1.0-0-docs], [examples][v1.0-0-examples])
@@ -65,14 +65,26 @@ Further documentation available:
6565
- **End of Life**: 2025-10-28
6666
- **Patch Releases**: [v0.65.0][v0.65-0], [v0.65.1][v0.65-1], [v0.65.2][v0.65-2], [v0.65.3][v0.65-3], [v0.65.4][v0.65-4], [v0.65.5][v0.65-5], [v0.65.6][v0.65-6]
6767

68+
## End of Life Releases
69+
70+
### v1.2
71+
- **Latest Release**: [v1.2.0][v1.2-0] (2025-07-01) ([docs][v1.2-0-docs], [examples][v1.2-0-examples])
72+
- **Initial Release**: [v1.2.0][v1.2-0] (2025-07-01)
73+
- **End of Life**: 2025-08-01
74+
- **Patch Releases**: [v1.2.0][v1.2-0]
75+
76+
### v1.1
77+
- **Latest Release**: [v1.1.0][v1.1-0] (2025-06-04) ([docs][v1.1-0-docs], [examples][v1.1-0-examples])
78+
- **Initial Release**: [v1.1.0][v1.1-0] (2025-06-04)
79+
- **End of Life**: 2025-07-04
80+
- **Patch Releases**: [v1.1.0][v1.1-0]
81+
6882
### v0.62 (LTS)
6983
- **Latest Release**: [v0.62.8][v0.62-8] (2025-01-28) ([docs][v0.62-8-docs], [examples][v0.62-8-examples])
7084
- **Initial Release**: [v0.62.0][v0.62-0] (2024-07-23)
7185
- **End of Life**: 2025-07-23
7286
- **Patch Releases**: [v0.62.0][v0.62-0], [v0.62.1][v0.62-1], [v0.62.2][v0.62-2], [v0.62.3][v0.62-3], [v0.62.4][v0.62-4], [v0.62.5][v0.62-5], [v0.62.6][v0.62-6], [v0.62.7][v0.62-7], [v0.62.8][v0.62-8]
7387

74-
## End of Life Releases
75-
7688
### v0.59 (LTS)
7789

7890
- **Latest Release**: [v0.59.6][v0.59-6] (2025-04-29) ([docs][v0.59-6-docs], [examples][v0.59-6-examples])
@@ -280,6 +292,9 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases].
280292
[release-notes-standards]:
281293
https://github.com/tektoncd/community/blob/main/standards.md#release-notes
282294

295+
[v1.3-1]: https://github.com/tektoncd/pipeline/releases/tag/v1.3.1
296+
[v1.3-0]: https://github.com/tektoncd/pipeline/releases/tag/v1.3.0
297+
[v1.2-0]: https://github.com/tektoncd/pipeline/releases/tag/v1.2.0
283298
[v1.1-0]: https://github.com/tektoncd/pipeline/releases/tag/v1.1.0
284299
[v1.0-0]: https://github.com/tektoncd/pipeline/releases/tag/v1.0.0
285300
[v0.70-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.70.0
@@ -413,6 +428,9 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases].
413428
[v0-38-4-docs]: https://github.com/tektoncd/pipeline/tree/v0.38.4/docs#tekton-pipelines
414429
[v0-37-5-docs]: https://github.com/tektoncd/pipeline/tree/v0.37.5/docs#tekton-pipelines
415430

431+
[v1.3-1-examples]: https://github.com/tektoncd/pipeline/tree/v1.3.1/examples#examples
432+
[v1.3-0-examples]: https://github.com/tektoncd/pipeline/tree/v1.3.0/examples#examples
433+
[v1.2-0-examples]: https://github.com/tektoncd/pipeline/tree/v1.2.0/examples#examples
416434
[v1.1-0-examples]: https://github.com/tektoncd/pipeline/tree/v1.1.0/examples#examples
417435
[v1.0-0-examples]: https://github.com/tektoncd/pipeline/tree/v1.0.0/examples#examples
418436
[v0.70-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.70.0/examples#examples

0 commit comments

Comments
 (0)