Skip to content

release 🚚 #279

Merged
leoparente merged 14 commits intoreleasefrom
develop
Feb 24, 2026
Merged

release 🚚 #279
leoparente merged 14 commits intoreleasefrom
develop

Conversation

@leoparente
Copy link
Contributor

No description provided.

@leoparente leoparente self-assigned this Feb 19, 2026
@github-actions
Copy link

Semantic Release Dry Run Results 🔍

ℹ️ No new release would be published

Commit Messages:

chore: add snmp/device_discovery interface matching docs (#264)
chore: update snmp docs (#266)
chore: add advanced ssh config samples/docs for device_discovery (#267)
chore: add system requirements and podman proper config (#268)
chore: add redact package to not print sensitive data (#270)
chore: update code owners (#273)
chore: improve logging version for each backend (#272)
fix: orb-agent docker image restart (#271)
feat: fleet secrets manager (#263)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat: propogate debug flag to worker backend. (#275)
chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.5 in the go_modules group across 1 directory (#276)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: only updated a run if it's updated (#277)

No semantic changes detected that would trigger a release.

@github-actions
Copy link

Semantic Release Dry Run Results 🔍

ℹ️ No new release would be published

Commit Messages:

chore: add snmp/device_discovery interface matching docs (#264)
chore: update snmp docs (#266)
chore: add advanced ssh config samples/docs for device_discovery (#267)
chore: add system requirements and podman proper config (#268)
chore: add redact package to not print sensitive data (#270)
chore: update code owners (#273)
chore: improve logging version for each backend (#272)
fix: orb-agent docker image restart (#271)
feat: fleet secrets manager (#263)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat: propogate debug flag to worker backend. (#275)
chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.5 in the go_modules group across 1 directory (#276)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: only updated a run if it's updated (#277)
chore: add capture config options to device discovery docs (#278)

No semantic changes detected that would trigger a release.

@github-actions
Copy link

Semantic Release Dry Run Results 🔍

ℹ️ No new release would be published

Commit Messages:

chore: add snmp/device_discovery interface matching docs (#264)
chore: update snmp docs (#266)
chore: add advanced ssh config samples/docs for device_discovery (#267)
chore: add system requirements and podman proper config (#268)
chore: add redact package to not print sensitive data (#270)
chore: update code owners (#273)
chore: improve logging version for each backend (#272)
fix: orb-agent docker image restart (#271)
feat: fleet secrets manager (#263)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat: propogate debug flag to worker backend. (#275)
chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.5 in the go_modules group across 1 directory (#276)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: only updated a run if it's updated (#277)
chore: add capture config options to device discovery docs (#278)
chore: specify min api version to work around dependency issue (#280)

No semantic changes detected that would trigger a release.

@github-actions
Copy link

Go test coverage

STATUS ELAPSED PACKAGE COVER PASS FAIL SKIP
🟢 PASS 1.05s github.com/netboxlabs/orb-agent/agent 44.1% 6 0 0
🟢 PASS 31.88s github.com/netboxlabs/orb-agent/agent/backend 76.4% 48 0 0
🟢 PASS 6.03s github.com/netboxlabs/orb-agent/agent/backend/devicediscovery 66.5% 4 0 0
🟢 PASS 0.60s github.com/netboxlabs/orb-agent/agent/backend/mocks 0.0% 0 0 0
🟢 PASS 6.03s github.com/netboxlabs/orb-agent/agent/backend/networkdiscovery 58.3% 4 0 0
🟢 PASS 4.02s github.com/netboxlabs/orb-agent/agent/backend/opentelemetryinfinity 45.2% 2 0 0
🟢 PASS 4.03s github.com/netboxlabs/orb-agent/agent/backend/pktvisor 66.5% 2 0 0
🟢 PASS 6.03s github.com/netboxlabs/orb-agent/agent/backend/snmpdiscovery 58.3% 4 0 0
🟢 PASS 7.04s github.com/netboxlabs/orb-agent/agent/backend/worker 67.8% 7 0 0
🟢 PASS 1.01s github.com/netboxlabs/orb-agent/agent/config 100.0% 6 0 0
🟢 PASS 1.34s github.com/netboxlabs/orb-agent/agent/configmgr 48.1% 32 0 0
🟢 PASS 2.73s github.com/netboxlabs/orb-agent/agent/configmgr/fleet 62.9% 145 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/agent/otlpbridge 44.1% 8 0 0
🟢 PASS 1.01s github.com/netboxlabs/orb-agent/agent/policies 98.9% 18 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/agent/policymgr 71.6% 11 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/agent/redact 81.6% 84 0 0
🟢 PASS 18.68s github.com/netboxlabs/orb-agent/agent/secretsmgr 47.1% 65 0 0
🟢 PASS 1.02s github.com/netboxlabs/orb-agent/agent/telemetry 81.7% 19 0 0
🟢 PASS 1.01s github.com/netboxlabs/orb-agent/agent/version 100.0% 1 0 0

Total coverage: 59.0%

@leoparente leoparente marked this pull request as ready for review February 19, 2026 16:02
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7ff91fee33

ℹ️ 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".

@leoparente leoparente merged commit 3485ff4 into release Feb 24, 2026
12 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants