Skip to content

Commit

Permalink
Merge pull request #15946 from ahrtr/dependency_rotato_20230524
Browse files Browse the repository at this point in the history
Add the rotation worksheet into the dependency management document
  • Loading branch information
ahrtr authored Jun 2, 2023
2 parents 004195b + 24b3ae9 commit 8da2a5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/contributor-guide/dependency_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Dependency management
- [Steps to bump a dependency](#steps-to-bump-a-dependency)
- [Indirect dependencies](#indirect-dependencies)
- [About gRPC](#about-grpc)
- [Rotation worksheet](#rotation-worksheet)
- **[Stable branches](#stable-branches)**

# Main branch
Expand Down Expand Up @@ -83,6 +84,11 @@ The plan is to remove the dependency on some grpc-go's experimental API firstly,

`go.opentelemetry.io/otel` version update is indirectly blocked due to this gRPC issue. Please get more details in [pull/15810](https://github.com/etcd-io/etcd/pull/15810).

## Rotation worksheet
The dependabot scheduling interval is weekly; it means dependabot will automatically raise a bunch of PRs per week.
Usually human intervention is required each time. We have a [rotation worksheet](https://docs.google.com/spreadsheets/d/1DDWzbcOx1p32MhyelaPZ_SfYtAD6xRsrtGRZ9QXPOyQ/edit#gid=0),
and everyone is welcome to participate; you just need to register your name in the worksheet.

# Stable branches
Usually we don't proactively bump dependencies for stable releases unless there are any CVEs or bugs that affect etcd.

Expand Down

0 comments on commit 8da2a5b

Please sign in to comment.