Iván Valdés Castillo
Iván Valdés Castillo
### What would you like to be added? Go 1.23.0 was released yesterday. Therefore, Go 1.21 will be out of support when 1.24.0 is released. We should update the main...
### What would you like to be added? There are two remaining linter rules that we haven't enabled but are left as TODO (`./tools/.golangci.yaml`): `exported` and `unexported-return`. The former will...
### What would you like to be added? Right now we're using [marker](https://github.com/crawford/marker) as the markdown linter. However, I see two issues: 1. Its functionality is limited, from its `README`...
### What would you like to be added? Go 1.23.1 and 1.22.7 were released today. They include fixes for CVE-2024-34155, CVE-2022-30635, CVE-2024-34156, and CVE-2024-34158. Completion tracking below: - [ ]...
Add a WG etcd operator section in the community page ([content/en/community/_index.md](https://github.com/etcd-io/website/blob/main/content/en/community/_index.md)). The meetings are scheduled biweekly on Tuesdays at 11 a.m. PT. The Zoom details are the same as the...
### What would you like to be added? This issue formalizes @mmorel-35's work (thanks!) to enable the linter rules from the `testifylint` linter. The completion track is as follows: -...
### What would you like to be added? In an effort to improve automation in the release process, I want to open the discussion of automating step 7 from the...
Implements #18604. While we verify that this works as expected, it will create the release as a draft. Then, we can verify that it looks correct and manually publish them....
Without wrapping, using `errors.Is()` (or even trying to compare the error with `==`) fails as EtcdError swallows the underlying error. Related to #18493. Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
### Organization or Repo etcd-io/etcd ### Name of integration Codecov ### Link to integration website github.com/apps/codecov ### Describe what is attempting to be accomplished We already had the Codecov integration,...