Merge branch 'master' into update_release_info

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2024-06-17 14:36:56 -07:00 committed by GitHub
commit a13b1d140a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 75 additions and 14 deletions

View File

@ -112,21 +112,35 @@ The [Dapr blog](https://blog.dapr.io/posts) has regular posts on releases, techn
There are a several different roles that are available in the community.
### Community membership
There are various contributor roles in the Dapr community that you are strongly encouraged to be part of. Read [Community membership](community-membership.md)
for more information.
### Community membership roles
Everyone is welcome to contribute to Dapr. Contribution can take many forms, it could be contributing source code to the many repositories, updating documentation, writing blog posts, or helping the community by answering questions on Discord or other social channels.
These are the various contributor roles that are available in the Dapr community:
- Contributor
- Member
- Approver
- Maintainer
- Administrator
These roles are described in detail in [Community membership](community-membership.md).
### Special roles
Outside of the regular contributor roles, there are a few special roles that are available in the Dapr project.
#### Release team
### Release team
At the start of a milestone a release team is chosen. The release team has the responsibility of enforcing processes to ensure the release is successfully delivered. Read about the [Release process](https://github.com/dapr/community/blob/master/release-process.md#release-team)
for more information.
### Steering committee member
#### Steering committee member
The Dapr project has a single governance body called the Steering and Technical Committee (STC). The STC is responsible for the health of the Dapr community and for overall technical oversight. Read [Steering and Technical Committee (STC)](steering-and-technical-committee-charter.md)for more information.
### Administrator Role
Administrators have access to credentials equivalent to members of the steering and technical commitee (STC) and are responsible to perform pre-approved routine maintenance duties and ad-hoc tasks delegated by the STC without making isolated decisions. Read [Administrator Role](ADMINISTRATORS.md) for more information.
#### Community manager
### Community Manager Role
Community managers are responsible for managing many aspects of the Dapr community. The role is to engage and promote the Dapr community and have someone that the community can reach out to for guidance. Read [Community Manager](COMMUNITY-MANAGER.md) for more information.
## How can I get involved?

View File

@ -3,16 +3,22 @@
This doc outlines the responsibilities of contributor roles in Dapr. The Dapr project is subdivided into sub-projects under (predominantly, but not exclusively) runtime (dapr), components-contrib, CLI, quickstarts, docs and language-specific SDKs. Responsibilities for roles are scoped to these sub-projects (repos).
All roles are expected to follow to the [Code of Conduct](CODE-OF-CONDUCT.md).
| **Role** | **Responsibilities** | **Requirements** | **Defined by** |
| ---------- | ----------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Contributor | Contribute source code, documentation or blog posts | At least one merged PR in one of the Dapr repositories. | GtiHub contributors listed per repository
| Member | Active contributor in the community. Reviewer of PRs | Sponsored by two approvers or maintainers. Multiple contributions to the project. | Dapr GitHub org member |
| Approver | Approve accepting contributions | Highly experienced and active reviewer and contributor to a subproject. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners) in GitHub |
| Maintainer | Set direction and priorities for a subproject | Demonstrated responsibility and excellent technical judgement for the subproject. | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repo ownership in GitHub |
| Administrator | Administers the GitHub Dapr org, credentials, and related infrastructure | Highly experienced Dapr maintainer | [CODEOWNERS](https://help.github.com/en/articles/about-code-owners), GitHub Team and repo ownership in GitHub |
> Note: The Steering & Technical Committee (STC) referred to in this document is described [here](./steering-and-technical-committee-charter.md)
## New contributors
Everyone is welcome to contribute to Dapr. Contribution can take many forms, it could be contributing source code to the many repositories, updating documentation, writing blog posts, or helping the community by answering questions on Discord or other social channels.
New contributors should be welcomed to the community by existing members, helped
with PR workflow, and directed to relevant documentation and communication
channels.
@ -21,12 +27,11 @@ channels.
Established community members are expected to demonstrate their adherence to the
principles in this document, familiarity with project organization, roles, policies, procedures, conventions, etc., and technical and/or writing ability.
Role-specific expectations, responsibilities, and requirements are enumerated
below.
Role-specific expectations, responsibilities, and requirements are enumerated below.
## Member
Members are continuously active contributors in the community. They can have issues and PRs assigned to them. Members are expected to participate in community discussions and remain active contributors to the community.
Members are continuously active contributors in the community. They can have issues and PRs assigned to them. Members are expected to participate in community discussions and remain active contributors to the community.
Defined by: Member of the Dapr GitHub organization
@ -93,7 +98,7 @@ The following apply to the part of the codebase for which one would be an approv
- With an approving vote of at least 2 maintainers from the repository maintainers. In the case of a repository with a solo maintainer, a single vote suffices
- With no objections from other repository maintainers for a period of one week
- Steering committee acts as the final resolution to any escalation
- Done through PR to update the `CODEOWNERS`
- Done through PR to update the `CODEOWNERS`
### Responsibilities and privileges
@ -139,7 +144,7 @@ New maintainers can be added to the project by a super-majority (two-thirds / 66
Maintainers for new repositories can be nominated by any member of the steering committee and voted on in a steering committee meeting.
Single maintainers of a repository can nominate a new maintainer and *MUST* inform the steering committee of their intention. The maintainer can be approved if no objections have been raised in a period of one week.
A maintainer may step down by submitting an issue stating their intent.
A maintainer may step down by submitting an issue to the stating their intent.
### Responsibilities and privileges
@ -159,3 +164,17 @@ The following apply to the subproject(repos) for which one would be an owner:
Maintainers *MUST* remain active. If they are unresponsive for >3 months, they will be automatically removed unless a super-majority of the other repository maintainers agrees to extend the period to be greater than 3 months.
## Administrator
An administrator is a highly experienced Dapr maintainer who has been granted additional permissions to administer the GitHub Dapr org, credentials, and CI/CD infrastructure.
Administrators have access to credentials equivalent to members of the steering and technical commitee (STC). Read [Administrator Role](ADMINISTRATORS.md) for more information.
### Requirements
An administrator must be an active Dapr maintainer for a longer time and has deep understanding of the technologies used in Dapr and the CI/CD infrastructure.
### Responsibilities and privileges
- Administer the GitHub Dapr org and related CI/CD infrastructure.
- Perform pre-approved routine maintenance duties and ad-hoc tasks delegated by the STC without making isolated decisions.

View File

@ -1,7 +1,6 @@
# Release cycle and cadence
The Dapr project aims to release four updates in a yearly time period, typically one in each quarter (every 3 months).
<img src="images/release-cycle-diagram.png?raw=true">

29
roadmap.md Normal file
View File

@ -0,0 +1,29 @@
# Dapr Roadmap
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.
## Releases
[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.
### Current Release
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).
### Next Release
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.
### Future Releases
Features or important changes for future releases include:
- Extend the State Management (K/V) API with a `list` operation to list keys based on a prefix.
- Introduce a document store API that supports querying.
- Introduce a blob store API.
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.
## Release process
The release cycle and cadence for Dapr is described in [Release Process](release-process.md).