From f8beb88231c26098b149d874bea835b9143b9b66 Mon Sep 17 00:00:00 2001 From: warpmaster <32202890+jared-perry@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:17:50 -0400 Subject: [PATCH] docs: refresh SECURITY.md supported versions (3.x) and mark telemetry design shipped --- SECURITY.md | 8 ++++---- docs/TELEMETRY-CORRELATION-DESIGN.md | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 19dfceb..424cb81 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,11 @@ | Version | Security support | |---|---| -| 2.x | Supported | -| 1.x | End of life | -| < 1.0 | Unsupported | +| 3.x | Supported | +| 2.x | End of life | +| < 2.0 | Unsupported | -Security fixes are released against the latest 2.x version. Upgrade before reporting an issue that may already be resolved. +Security fixes are released against the latest 3.x version. Upgrade before reporting an issue that may already be resolved. ## Reporting a vulnerability diff --git a/docs/TELEMETRY-CORRELATION-DESIGN.md b/docs/TELEMETRY-CORRELATION-DESIGN.md index a8a401a..2c665dc 100644 --- a/docs/TELEMETRY-CORRELATION-DESIGN.md +++ b/docs/TELEMETRY-CORRELATION-DESIGN.md @@ -1,6 +1,10 @@ # Design: Telemetry Correlation (OffsetInspect 3.2.0) -Status: **Draft** · Target: early September 2026 · Author/design: warpedatom +Status: **Shipped** in OffsetInspect 3.2.0 (2026-07-21) · Author/design: warpedatom + +> This document is the original design record, retained as-is for context. The feature shipped +> as specified; where the final implementation differs from a proposal below, the shipped +> behavior is authoritative (see `CHANGELOG.md`, `docs/OUTPUT-SCHEMA.md`, and the README). ## Goal