docs(release-notes): publish Endpoint Agent 5.3.7 - #359
Merged
Conversation
Add the 5.3.7 sensor release to the release notes page, dated 2026-08-24, via scripts/publish-release-note.py so the entry keeps the structure the RSS/JSON feed generator reads. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the Endpoint Agent 5.3.7 sensor release notes to
docs/10-release-notes/index.md, dated 2026-08-24.What
A new
## 2026-08-24date group with a### Endpoint Agent 5.3.7entry, above the existing## 2026-08-20group. Two new features, six bug fixes, one improvement — all Linux kernel-telemetry work: process attribution on kernel DNS events (kernel 5.15+), kernel telemetry now loading on kernel 5.4, connection tracking decoupled from network isolation, the DNS/process trackers no longer sticking on their fallbacks after a slow kernel acquisition, hardening against DNS packets with an oversized declared payload, corrected subprogram status in diagnostics, and a signal-stop deadlock fix on Linux and macOS.How
Generated with the repo's own
scripts/publish-release-note.pyrather than hand-edited, so the entry keeps the structurehooks/release_feed.pyreads:The body is the upstream release note verbatim, with its
##sections demoted to####(the script rejects h1–h3 in a body, since those would forge the page's own date/entry structure). No--url, matching every other entry on this page.Verification
scripts/check-release-note-headings.py --baseline scripts/release-note-headings-baseline.json— 0 new findings (22 pre-existing baselined).hooks/release_feed.py: the entry resolves to date2026-08-24, titleEndpoint Agent 5.3.7, componentendpoint-agent, guidtag:docs.limacharlie.io,2026-08-24:release/endpoint-agent-5-3-7, not breaking; guids remain unique across all 79 entries. It goes out on both the everything feed and the Endpoint Agent feed.check-release-feeds.py,check-list-numbering.pyand markdownlint need amkdocs build/ node toolchain that isn't available locally — left to CI.🤖 Generated with Claude Code