Skip to content

Commit cfb853d

Browse files
committed
Add Project Roadmap
Adding a separate document to hold project roadmap information. This includes a link to the main GitHub project board we currently use during backlog refinement sessions. The roadmap also includes a proposed quarterly release schedule for 2025 that aligns with Tekton's anticipated LTS release schedule (+1 month). The anticipated base Kubernetes and Tekton Pipeline versions are listed in the `build` sub-project's roadmap. Dates are subject to change at the discretion of project maintainers. Signed-off-by: Adam Kaplan <[email protected]>
1 parent 4e23047 commit cfb853d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Documentation is spread across the code repositories, and is consolidated in the
2727
Enhancements to Shipwright are discussed through the Shipwright Improvement Proposal (SHIP) process.
2828
If you have an idea that you want to submit to Shipwright, please read the proposal process [guidelines](/ships/README.md).
2929

30+
## Roadmap
31+
32+
Want to know what we are working on? Start by taking a look at the project [roadmap](/ROADMAP.md).
33+
3034
## Icons and logos
3135

3236
Graphic assets for the project, such as official logos, are located under the `assets` directory.

ROADMAP.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Community-Driven Roadmap
2+
3+
Shipwright's detailed roadmap can be found on the
4+
[Shipwright Overview GitHub Project](https://github.com/orgs/shipwright-io/projects/6). All
5+
repositories are currently tied to the release cycle of the core
6+
[build](https://github.com/shipwright-io/build) sub-project. Shipwright aims to issue minor
7+
releases quarterly, using the same major and minor semantic version across repositories.
8+
9+
## 2025 Release Schedule
10+
11+
Below is the tentative release schedule for 2025. Actual release dates may vary based on community
12+
availability and release stability.
13+
14+
- v0.15.0: week of 2025-02-28
15+
- v0.16.0: week of 2025-05-30
16+
- v0.17.0: week of 2025-08-29
17+
- v0.18.0: week of 2025-11-28

0 commit comments

Comments
 (0)