Skip to content
Draft
Changes from all commits
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` on-demand TLS scan endpoint — enables external systems to request a scan on demand. Disabled by default; enable via `KK_PROBE_SCAN_API_ENABLED=true`.
- `KK_PROBE_SCAN_API_ENABLED` environment variable (default: `false`) — toggles the `/scan` endpoint.
- `KK_PROBE_SCAN_API_SECRET` environment variable — shared secret authenticating requests to `/scan` via the `X-Probe-Secret` header. Minimum 32 characters; validated at startup.
- `ScanAPIConfig` struct added to probe configuration for scan API settings.

## [0.1.0] - 2026-03-17

### Added
Expand All @@ -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/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/krakenkey/probe/releases/tag/v0.1.0
Loading