Skip to content

Commit e1b4c3b

Browse files
NDM: Upgrade pro-bing to fix a windows only bug (#27208)
Co-authored-by: ken-schneider <[email protected]>
1 parent 0c6d772 commit e1b4c3b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,9 @@ require (
718718
k8s.io/kubectl v0.29.0
719719
)
720720

721+
// NDM: Temporary fork until pro-bing merges the PR
722+
replace github.com/prometheus-community/pro-bing => github.com/ken-schneider/pro-bing v0.0.0-20240702202240-4cb73c5b2d22
723+
721724
require (
722725
bitbucket.org/atlassian/go-asap/v2 v2.8.0 // indirect
723726
cloud.google.com/go/auth v0.5.1 // indirect

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Each section from every release note are combined when the
2+
# CHANGELOG.rst is rendered. So the text needs to be worded so that
3+
# it does not depend on any information only available in another
4+
# section. This may mean repeating some details, but each section
5+
# must be readable independently of the other.
6+
#
7+
# Each section note must be formatted as reStructuredText.
8+
---
9+
fixes:
10+
- |
11+
Upgrades the pro-bing library to fix a Windows-only bug with too-long ICMP packets being received

0 commit comments

Comments
 (0)