docs: add v0.2.0 changelog entries — weekly documentation audit 2026-08-18 - #28
Draft
krakenhavoc wants to merge 1 commit into
Draft
docs: add v0.2.0 changelog entries — weekly documentation audit 2026-08-18#28krakenhavoc wants to merge 1 commit into
krakenhavoc wants to merge 1 commit into
Conversation
Carries forward the gap from #25 (opened 2026-07-14, never merged). No PRs merged or opened in this repo in the past week.
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.
Weekly Documentation Audit — 2026-08-18
Supersedes #25. No new PRs merged or opened in this repo since the 2026-07-14 audit, so the gap is unchanged and carried forward unmodified.
Documentation gap
CHANGELOG.mdcontains only av0.1.0entry with no[Unreleased]section; thev0.2.0on-demand scan API feature (shipped in #12, documented in README via #16) remains entirely absent from the changelog.Changes made
CHANGELOG.md:## [Unreleased]heading.## [0.2.0] - 2026-05-03with:POST /scanendpoint (disabled by default),KK_PROBE_SCAN_API_ENABLEDenv var,KK_PROBE_SCAN_API_SECRETenv var,ScanAPIConfigstruct.[0.2.0]release-tag link reference alongside the existing[0.1.0]one.New docs needed
None this week.
Suggested version bump
The v0.2.0 features are already shipped in code and README; this PR just catches up the changelog. Maintainers should also cut the
v0.2.0git tag on the commit where #12 merged so the link reference resolves.