From dbe4edf0dbc1e9e1e58c5d8f532fdc4b6c711ab5 Mon Sep 17 00:00:00 2001 From: krakenhavoc Date: Tue, 18 Aug 2026 03:15:33 +0000 Subject: [PATCH] docs: add v0.2.0 changelog entries for on-demand scan API Carries forward the gap from #25 (opened 2026-07-14, never merged). No PRs merged or opened in this repo in the past week. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc904b..67eebe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## [0.2.0] - 2026-05-03 + +### Added + +- `POST /scan` endpoint — public scan API, proxied by the KrakenKey backend's `PublicScanModule`; disabled by default +- `KK_PROBE_SCAN_API_ENABLED` environment variable (default: `false`); set to `true` to enable the scan API +- `KK_PROBE_SCAN_API_SECRET` environment variable — value matched against the `X-Probe-Secret` header; authentication for requests from the KrakenKey API (`KK_PROBE_SCAN_SECRET` env var on the API side must match) +- `ScanAPIConfig` struct in probe configuration + ## [0.1.0] - 2026-03-17 ### Added @@ -22,4 +33,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CI pipeline with lint, test, and build matrix - Kubernetes deployment example with ConfigMap, Secrets, and health probes +[0.2.0]: https://github.com/krakenkey/probe/releases/tag/v0.2.0 [0.1.0]: https://github.com/krakenkey/probe/releases/tag/v0.1.0