etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
Fixes #19710
We disabled the nightly run due discussions in https://github.com/etcd-io/etcd/pull/19750. With this PR, we will enable it. Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
Introduce a new script that can run on stable branches that checks the vulnerabilities for the latest tag (from the given branch). Adds Trivy as a tool dependency, to keep...
/cc @ahrtr @fuweid @siyuanfoundation
Fixes part of #18370 This PR updates the `client/pkg` to fix unexported-return linter issue. In this pull request, I introduced a `UnsafeSet` interface that contains the original `Set` interface, along...
Adds the dry run directive into the release instructions. /cc @jmhbnz @ivanvc Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow. This PR allows to external projects to utilize this function during custom logger creation to align functionality with internal ETCD client logic. Fox example Kubernetes copy/paste this...
This demonstrates the end to end flow: 1. We have multiple watchers on a watch stream 2. They're watching a revision that has become compacted 3. One watch is cancelled...
Ref: https://github.com/etcd-io/etcd/issues/18707 /cc @ivanvc Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.