Skip to content

Commit

Permalink
Bump gosnmp to v1.34.1-0.20220306115220-ca8397b73095 (#11494)
Browse files Browse the repository at this point in the history
* Bump gosnmp to v1.34.1-0.20220306115220-ca8397b73095

* Update releasenotes/notes/Bump-gosnmp-to-v1.34.1-9d5fda248a1cbba9.yaml

Co-authored-by: Kaylyn <[email protected]>

Co-authored-by: Kaylyn <[email protected]>
  • Loading branch information
FlorianVeaux and Kaylyn authored Mar 30, 2022
1 parent 3ba5998 commit e61f892
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ require (
github.com/google/gopacket v1.1.19
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
github.com/gorilla/mux v1.8.0
github.com/gosnmp/gosnmp v1.34.0
github.com/gosnmp/gosnmp v1.34.1-0.20220306115220-ca8397b73095
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/h2non/filetype v1.1.2-0.20210602110014-3305bbb7ac7b
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/snmp/traps/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestServerV3(t *testing.T) {

sendTestV3Trap(t, config, &gosnmp.UsmSecurityParameters{
UserName: "user",
AuthoritativeEngineID: "foo",
AuthoritativeEngineID: "foobarbaz",
AuthenticationPassphrase: "password",
AuthenticationProtocol: gosnmp.SHA,
PrivacyPassphrase: "password",
Expand Down
11 changes: 11 additions & 0 deletions releasenotes/notes/Bump-gosnmp-to-v1.34.1-9d5fda248a1cbba9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
fixes:
- |
Bump GoSNMP to fix incomplete support of SNMP v3 INFORMs.

0 comments on commit e61f892

Please sign in to comment.