From 07b844061afed0eb4584c6ecb8df0b39d3d5a4cb Mon Sep 17 00:00:00 2001 From: Ludovic Vielle Date: Thu, 11 Jun 2026 16:17:47 +0200 Subject: [PATCH] Release probod/v0.208.0 Signed-off-by: Ludovic Vielle --- cmd/probod/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 5d80fde03..d01bfef3b 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,34 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.208.0] - 2026-06-11 + +### Added + +- `active` status field on access entries +- Import action for catalog vendors in trackers; `importThirdPartyFromCommon` + mutation to pull a catalog vendor into an org +- Catalog vendors surfaced in tracker policy documents +- File download URLs for console file fields + +### Changed + +- Trust and MCP connector logos now use the File type +- Third parties deduplicated by name; unique index enforced per org +- Tracker mapping no longer auto-creates org third parties; explicit import required +- Tracker row and category select restyled; move-to-category confirm dialog removed +- Tracker mapping restored to link existing patterns; "create only" mode removed +- Document major version publishing requires explicit `approver_ids` +- References updated to probo.com + +### Removed + +- Third-party disambiguation agent and automatic matching removed + +### Fixed + +- DNS TXT lookup retried over TCP on truncated UDP response + ## [0.207.0] - 2026-06-10 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 3ab8a79de..ea3b5b572 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.207.0 +0.208.0