Skip to content

chore(CHANGELOG): update v3.5 and v3.6 changelog to reflect Endpoint.Metadata deprecation #19847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025

Conversation

amosehiguese
Copy link
Contributor

This PR updates the v3.5 and v3.6 changelog entries to include a deprecation notice for the Metadata field in the Endpoint struct from the client/v3/naming/endpoints package.

cc: @ahrtr @ivanvc

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

@k8s-ci-robot
Copy link

Hi @amosehiguese. Thanks for your PR.

I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@@ -6,6 +6,10 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

## v3.5.22 (TBC)

### Deprecations

- [Deprecated the Metadata field in the Endpoint struct from the client/v3/naming/endpoints package ](https://github.com/etcd-io/etcd/pull/19846).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to the section "Package clientv3".

@@ -10,6 +10,10 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/

## v3.6.0-rc.5 (tbd)

### Deprecations

- [Deprecated the Metadata field in the Endpoint struct from the client/v3/naming/endpoints package ](https://github.com/etcd-io/etcd/pull/19842).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to the section "Package clientv3".

@@ -18,6 +18,8 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/

- [Replace `resolver.State.Addresses` with `resolver.State.Endpoint.Addresses`](https://github.com/etcd-io/etcd/pull/19782).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@@ -14,6 +14,8 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

- [Replace `resolver.State.Addresses` with `resolver.State.Endpoint.Addresses`](https://github.com/etcd-io/etcd/pull/19783).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@ahrtr
Copy link
Member

ahrtr commented May 1, 2025

/ok-to-test

Copy link

codecov bot commented May 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.80%. Comparing base (d610b04) to head (965603e).
Report is 17 commits behind head on main.

Additional details and impacted files

see 48 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19847      +/-   ##
==========================================
+ Coverage   67.56%   68.80%   +1.24%     
==========================================
  Files         424      424              
  Lines       35862    35862              
==========================================
+ Hits        24231    24676     +445     
+ Misses      10208     9760     -448     
- Partials     1423     1426       +3     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d610b04...965603e. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @amosehiguese

@ahrtr ahrtr requested review from ivanvc and fuweid May 5, 2025 16:57
@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, amosehiguese, fuweid

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

@fuweid fuweid merged commit 7f8da61 into etcd-io:main May 5, 2025
34 checks passed
@amosehiguese amosehiguese deleted the update-changelog branch May 5, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants