[2026-09-07] Manual Dependency Bump - #22407
Conversation
4d38f63 to
1292759
Compare
1292759 to
2ae72d8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 24 files with indirect coverage changes @@ Coverage Diff @@
## main #22407 +/- ##
==========================================
- Coverage 73.01% 72.97% -0.04%
==========================================
Files 448 448
Lines 31571 31571
==========================================
- Hits 23050 23038 -12
- Misses 8518 8530 +12
Partials 3 3 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
2ae72d8 to
6cac3ef
Compare
| function select_latest_version { | ||
| local dep="$1" | ||
| local all_deps="$2" | ||
| echo "${all_deps}" | grep "^${dep}," | cut -d ',' -f 2 | sort -uV | tail -1 |
There was a problem hiding this comment.
I don't think we should use rc version, right? If we use, sort is not good enough to handle that
$ printf '%s\n' v1.2.3 v1.2.3-rc.1 | sort -uV
v1.2.3
v1.2.3-rc.1
There was a problem hiding this comment.
Crap, this file shouldn't be part of this PR. I use it to fix version mismatches (#22224).
I'll remove this file.
But to answer your question: I haven't seen a Go dependency use prereleases.
References: etcd-io#22347 Signed-off-by: Ivan Valdes <ivan@vald.es>
… 2.13.2 References: * etcd-io#22360 * etcd-io#22363 Signed-off-by: Ivan Valdes <ivan@vald.es>
Also bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.70.0 to 0.71.0. References: * etcd-io#22403 * etcd-io#22402 * etcd-io#22374 * etcd-io#22371 * etcd-io#22362 * etcd-io#22361 Signed-off-by: Ivan Valdes <ivan@vald.es>
6cac3ef to
fd0c207
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fuweid, ivanvc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This pull request completes this week's etcd dependency updates following our dependency roster and dependency management instructions.
Dependabot raised the following PRs:
Bumped:
Purely Indirect:
N/A