Skip to content

Commit 27760c2

Browse files
authored
Merge pull request #502 from marcduiker/add-roadmap
Add roadmap and remove outdated info
2 parents 3bcd189 + 4086d50 commit 27760c2

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

release-process.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Release cycle and cadence
2-
The Dapr project aims to release four updates in a yearly time period, typically one in each quarter (every 3 months). For example in 2022 the minor releases were Jan (1.6.0), April (1.7.0), July (1.8.0), Oct (1.9.0) and the same is expected for 2023.
3-
2+
The Dapr project aims to release four updates in a yearly time period, typically one in each quarter (every 3 months).
43

54
<img src="images/release-cycle-diagram.png?raw=true">
65

@@ -39,8 +38,7 @@ On assignment, the release team lead and shadow(s) are included into the Github
3938
- [ ] Communicating status to the community on an on-going basis.
4039

4140

42-
[
43-
- Read about the K8s release team selection [here](https://github.com/kubernetes/sig-release/blob/master/release-team/release-team-selection.md#selection-criteria)]
41+
Read about the K8s release team selection [here](https://github.com/kubernetes/sig-release/blob/master/release-team/release-team-selection.md#selection-criteria).
4442

4543
## Feature definition phase (~2 weeks)
4644
With ongoing feature definition, some set of issues will bubble up as targeting a given release. In this phase, a set of feature proposals and significant design changes to existing features are reviewed where contributors are able to dedicate time to completing the issue or starting an issue for a future release.

roadmap.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Dapr Roadmap
2+
3+
This document outlines the high-level roadmap for the Dapr project. The roadmap is subject to change and is not a commitment to deliver any specific features or timelines. The roadmap is updated every quarter, after a release.
4+
5+
## Releases
6+
7+
[GitHub milestones](https://github.com/dapr/dapr/milestones) are created for each release and are named after the release version. GitHub issues are assigned to a milestone to track the scope and progress of a release.
8+
9+
### Current Release
10+
11+
The current Dapr release is v1.13. Details can be found in the [release notes](https://github.com/dapr/dapr/releases/tag/v1.13.0).
12+
13+
### Next Release
14+
15+
The next release is v1.14. This release is currently in development. The [release planning](https://github.com/dapr/dapr/issues/7605) issue contains milestone dates, and the features and enhancements planned for this release.
16+
17+
### Future Releases
18+
19+
Features or important changes for future releases include:
20+
21+
- Extend the State Management (K/V) API with a `list` operation to list keys based on a prefix.
22+
- Introduce a document store API that supports querying.
23+
- Introduce a blob store API.
24+
25+
New ideas and improvements are always welcome. Please check the existing issues in the relevant Dapr repositories before submitting a new issue with your idea. New APIs or breaking changes to the Dapr runtime should be submitted as proposals in the [dapr/proposals](https://github.com/dapr/proposals) repository.
26+
27+
## Release process
28+
29+
The release cycle and cadence for Dapr is described in [Release Process](release-process.md).

0 commit comments

Comments
 (0)