Skip to content
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

Update: Version update in Changelog #19018

Closed
wants to merge 4 commits into from

Conversation

deanurag
Copy link
Contributor

@deanurag deanurag commented Dec 6, 2024

Updated Versions in the changelog file .
#Part of #19000

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

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: deanurag
Once this PR has been reviewed and has the lgtm label, please assign serathius for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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
Copy link

Hi @deanurag. 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.

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.72%. Comparing base (715c12d) to head (11256ed).
Report is 20 commits behind head on main.

Additional details and impacted files

see 20 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19018      +/-   ##
==========================================
- Coverage   68.75%   68.72%   -0.03%     
==========================================
  Files         420      420              
  Lines       35629    35623       -6     
==========================================
- Hits        24497    24483      -14     
- Misses       9705     9713       +8     
  Partials     1427     1427              

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 715c12d...11256ed. Read the comment docs.

@ivanvc ivanvc mentioned this pull request Dec 6, 2024
13 tasks
@ivanvc
Copy link
Member

ivanvc commented Dec 6, 2024

/ok-to-test

Copy link
Member

@ivanvc ivanvc left a comment

Choose a reason for hiding this comment

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

Hi @deanurag, thanks for your pull request. Please take a look at my comments.

@@ -19,7 +19,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
- Fix [close temp file(s) in case an error happens during defragmentation](https://github.com/etcd-io/etcd/pull/18855)

### Dependencies
- Compile binaries using [go 1.22.9](https://github.com/etcd-io/etcd/pull/18850).
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19005).
Copy link
Member

Choose a reason for hiding this comment

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

Please add a dependencies section in v3.4.36 rather than changing v3.4.35, which has already been released.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have made the changes. Please review them.

@@ -22,7 +22,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- Fix [close temp file(s) in case an error happens during defragmentation](https://github.com/etcd-io/etcd/pull/18854)

### Dependencies
- Compile binaries using [go 1.22.9](https://github.com/etcd-io/etcd/pull/18849).
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004).
Copy link
Member

Choose a reason for hiding this comment

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

Please add a dependencies section in v3.5.18 rather than changing v3.5.17, which has already been released.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have made the changes. Please review them.

CHANGELOG/CHANGELOG-3.4.md Outdated Show resolved Hide resolved
@ahrtr
Copy link
Member

ahrtr commented Dec 6, 2024

Please squash the commits and ensure it's signed off. thx

@ahrtr
Copy link
Member

ahrtr commented Dec 6, 2024

@deanurag please squash the 6 commits into one, refer to https://graphite.dev/guides/how-to-squash-git-commits

Also ensure it's signed off, thx

This commit will bump dependency go.opentelemetry.io/proto/otlp from 1.3.1 to 1.4.0

Signed-off-by: ArkaSaha30 <[email protected]>
Signed-off-by: Anurag De <[email protected]>
@deanurag deanurag force-pushed the update/changelogUpdate branch from 38cf9d6 to 14e91bd Compare December 6, 2024 12:15
@deanurag
Copy link
Contributor Author

deanurag commented Dec 6, 2024

@ahrtr I have squashed the 6 commits into one.

@@ -78,7 +78,7 @@ require (
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
Copy link
Member

Choose a reason for hiding this comment

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

why change this?

@ahrtr
Copy link
Member

ahrtr commented Dec 6, 2024

@deanurag Please ensure

  • This PR only updates changelog files. Do not update anything else.
  • Squash the commits and ensure the commit is signed off

Thanks.

ArkaSaha30 and others added 2 commits December 6, 2024 18:15
This commit will bump dependency go.opentelemetry.io/proto/otlp from 1.3.1 to 1.4.0

Signed-off-by: ArkaSaha30 <[email protected]>
Signed-off-by: Anurag De <[email protected]>
@deanurag deanurag closed this Dec 6, 2024
@deanurag deanurag deleted the update/changelogUpdate branch December 6, 2024 12:48
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.

5 participants