Skip to content

feat(agent): add ParentId to agent manifest #17888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump agent proto CurrentMinor
  • Loading branch information
DanielleMaywood committed May 19, 2025
commit 99d83a75c69f41d26a429541f00b689f00b3e0a4
5 changes: 4 additions & 1 deletion tailnet/proto/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ import (
// PushResourcesMonitoringUsage RPCs on the Agent API.
// - Added support for reporting connection events for auditing via the
// ReportConnection RPC on the Agent API.
//
// API v2.5:
// - Added `ParentId` to the agent manifest.
const (
CurrentMajor = 2
CurrentMinor = 4
CurrentMinor = 5
)

var CurrentVersion = apiversion.New(CurrentMajor, CurrentMinor)
Loading