Skip to content

Commit c1de846

Browse files
committed
Deny agents older then release v2025.03.0
1 parent 4965a60 commit c1de846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/format/format.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const (
7878
NamespaceSeparatorRune = ':'
7979

8080
// agents with older commitTs will be declined
81-
LeastAllowedAgentCommitTs uint32 = 0
81+
LeastAllowedAgentCommitTs uint32 = 1741804412 // Release: v2025.03.0
8282

8383
StatshouseAgentRemoteConfigMetric = "statshouse_agent_remote_config"
8484
StatshouseJournalDump = "statshouse_journal_dump" // journals will be dumped to disk for analysis at each point before this event

0 commit comments

Comments
 (0)