🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@yashsingh74
Copy link
Member

What type of PR is this?

/kind cleanup

Bump etcd 3.6.6 client sdk

What this PR does / why we need it:

Which issue(s) this PR is related to:

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Updates the etcd client library to v3.6.6

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


Signed-off-by: yashsingh74 <yashsingh1774@gmail.com>
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Nov 18, 2025
@k8s-ci-robot k8s-ci-robot requested review from a team, andrewsykim and bart0sh November 18, 2025 06:17
@k8s-ci-robot k8s-ci-robot added area/apiserver area/cloudprovider area/dependency Issues or PRs related to dependency changes sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/auth Categorizes an issue or PR as relevant to SIG Auth. labels Nov 18, 2025
@k8s-ci-robot k8s-ci-robot added sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. wg/device-management Categorizes an issue or PR as relevant to WG Device Management. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Nov 18, 2025
@ahrtr
Copy link
Member

ahrtr commented Nov 18, 2025

The PR looks good, but I am not sure whether it's OK to let this PR in at current stage.

Based on https://github.com/kubernetes/sig-release/tree/master/releases/release-1.35, Kubernetes 1.35 has already entered into code freeze.

/sig etcd
/triage accepted
/priority important-longterm

/lgtm

cc @dims @liggitt @hakman @joshjms

@kubernetes/release-managers

@k8s-ci-robot k8s-ci-robot added sig/etcd Categorizes an issue or PR as relevant to SIG Etcd. triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Nov 18, 2025
@k8s-ci-robot k8s-ci-robot added the priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. label Nov 18, 2025
@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Nov 18, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: aef415b3cdba11bf4625863bed1f58652529de60

@liggitt
Copy link
Member

liggitt commented Nov 18, 2025

It looks like there are no code changes outside the server package, which we only use for tests. If there are no code changes in the client packages which actually affect the binaries we ship, we can just wait for master to reopen for 1.36 to merge

@liggitt liggitt added this to the v1.36 milestone Nov 18, 2025
@liggitt
Copy link
Member

liggitt commented Nov 18, 2025

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liggitt, yashsingh74

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 18, 2025
@hakman
Copy link
Member

hakman commented Nov 18, 2025

It looks like there are no code changes outside the server package, which we only use for tests. If there are no code changes in the client packages which actually affect the binaries we ship, we can just wait for master to reopen for 1.36 to merge

Should we actually bump a dependency if there are no code changes?

@ahrtr
Copy link
Member

ahrtr commented Nov 18, 2025

I think the key question is: should we bump etcd client SDK for release branches?

Two completely opposite opinions,

  • Usually we don't bump dependencies for a release branch unless there is major+ bug fixes or CVE fixes. From this point, we shouldn't bump etcd client SDK for release branches.
  • [preferred] But for etcd, it's recommended to test the matched client SDK and etcdserver versions, although the protocol between etcd client and server are stable. From this point, we should bump etcd client SDK together with image version for both master and release branches.

also see etcd-io/etcd#20936

@enj enj moved this to Needs Triage in SIG Auth Nov 24, 2025
@helayoty helayoty moved this to In Progress in SIG Scheduling Dec 2, 2025
@helayoty helayoty moved this from In Progress to Archived in SIG Scheduling Dec 3, 2025
@yashsingh74
Copy link
Member Author

There is already an opened changes for etcd 3.6.6 SDK - #135270

Are we planning to merge with 1.35 release ??

@hakman
Copy link
Member

hakman commented Dec 8, 2025

@yashsingh74 I think the plan is to merge in 1.36. For now, there is no issue that needs to be fixed by this update in 1.35.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/apiserver area/cloudprovider area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/etcd Categorizes an issue or PR as relevant to SIG Etcd. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on. wg/device-management Categorizes an issue or PR as relevant to WG Device Management.

Projects

Archived in project
Status: Needs Triage
Status: Archived

Development

Successfully merging this pull request may close these issues.

5 participants