Skip to content

chore(snmp-discovery): bump diode-sdk-go to v1.10.0 in snmp-discovery#432

Merged
jajeffries merged 1 commit into
developfrom
chore/bump-diode-sdk-go-v1.10.0
Jun 29, 2026
Merged

chore(snmp-discovery): bump diode-sdk-go to v1.10.0 in snmp-discovery#432
jajeffries merged 1 commit into
developfrom
chore/bump-diode-sdk-go-v1.10.0

Conversation

@jajeffries

Copy link
Copy Markdown
Contributor

Summary

Bump snmp-discovery to diode-sdk-go v1.10.0 so the released backend picks up auth backoff on 429/5xx (OBS-3341) and aligned User-Agent headers (OBS-3342), complementing the ingest queue work in #419.

What changed

  • orb-discovery/snmp-discovery/go.mod / go.sum: diode-sdk-go v1.9.0 → v1.10.0

How tested

  • cd orb-discovery/snmp-discovery && go test ./...
  • make fix-lint
  • make agent_fast (local netboxlabs/orb-agent:develop image)
  • orb-test-lab containerlab integration:
    • make clab-test — 5/5 protocol smoke checks passed
    • ORB_AGENT_IMAGE=netboxlabs/orb-agent:develop make clab-discover — snmp_discovery, device_discovery, and network_discovery dry-run JSON written to clab/out/

Linear

OBS-3341 — https://linear.app/netboxlabs/issue/OBS-3341/diode-sdk-go-add-backoff-on-auth-for-4295xx-responses

OBS-3342 — https://linear.app/netboxlabs/issue/OBS-3342/diode-sdk-go-align-user-agent-with-python-sdk

Made with Cursor

Pick up auth backoff on 429/5xx and aligned User-Agent headers shipped in
diode-sdk-go v1.10.0, complementing the snmp ingest queue work.

Co-authored-by: Cursor <cursoragent@cursor.com>
@jajeffries

Copy link
Copy Markdown
Contributor Author

@codex review

@jajeffries jajeffries changed the title chore(OBS-3341): bump diode-sdk-go to v1.10.0 in snmp-discovery chore: bump diode-sdk-go to v1.10.0 in snmp-discovery Jun 29, 2026
@jajeffries jajeffries changed the title chore: bump diode-sdk-go to v1.10.0 in snmp-discovery chore(snmp-discovery): bump diode-sdk-go to v1.10.0 in snmp-discovery Jun 29, 2026
@github-actions

Copy link
Copy Markdown

Vulnerability Scan: Passed

Image: orb-agent:scan

No vulnerabilities found.

Commit: cf5aef3

@github-actions

Copy link
Copy Markdown

Go test coverage

STATUS ELAPSED PACKAGE COVER PASS FAIL SKIP
🟢 PASS 1.03s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/config 81.1% 61 0 0
🟢 PASS 19.72s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/data 82.9% 11771 0 0
🟢 PASS 1.01s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/env 85.7% 15 0 0
🟢 PASS 1.29s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/ingest 82.5% 11 0 0
🟢 PASS 1.44s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/mapping 89.3% 840 0 0
🟢 PASS 1.03s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/mapping/qbridge 86.2% 55 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/metrics 85.4% 27 0 0
🟢 PASS 17.69s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/policy 85.8% 147 0 0
🟢 PASS 4.59s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/server 85.7% 20 0 0
🟢 PASS 1.04s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/snmp 82.2% 41 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/targets 93.0% 30 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/orb-discovery/snmp-discovery/version 100.0% 1 0 0

Total coverage: 87.8%

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: 8e6a19ffa7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@davidlanouette davidlanouette left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@jajeffries jajeffries merged commit c094ab6 into develop Jun 29, 2026
21 of 23 checks passed
@jajeffries jajeffries deleted the chore/bump-diode-sdk-go-v1.10.0 branch June 29, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants