From f466a14c0f6848f162064c030623033dfab4e6ac Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 11 Jul 2026 19:58:28 -0400 Subject: [PATCH 1/2] fix: keep release PR notes in root changelog --- .github/workflows/release-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 83d07fe..a031ba8 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -37,5 +37,6 @@ jobs: version: yarn version:packages title: 'chore: prepare release' commit: 'chore: prepare release' + createGithubReleases: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 32fcab8159b969f8fb317376794fadd1096ae20d Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 11 Jul 2026 20:00:38 -0400 Subject: [PATCH 2/2] chore: prepare 0.4.0 release --- .changeset/bright-agents-inventory.md | 18 ------------------ CHANGELOG.md | 2 ++ .../package.json | 2 +- plugins/plugin-agent-catalog/package.json | 2 +- 4 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 .changeset/bright-agents-inventory.md diff --git a/.changeset/bright-agents-inventory.md b/.changeset/bright-agents-inventory.md deleted file mode 100644 index 7ac8f70..0000000 --- a/.changeset/bright-agents-inventory.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"@showcall/backstage-plugin-agent-catalog": minor -"@showcall/backstage-plugin-catalog-backend-module-agent-catalog": minor ---- - -Add operator-focused fleet triage and optional audit discovery for agents. - -The `/agents` fleet view now opens with current-state summary tiles and a -prioritized Needs attention panel. Operators can click findings to filter the -fleet, identify shadow agents at a glance, and choose which lower-signal -columns are visible without losing the wider operational context. - -The backend adds an opt-in audit sweep that probes unlabeled Kubernetes -Services for valid A2A cards, while skipping labeled, runtime-claimed, -suppressed, and system-namespace Services. Findings are emitted as -`discovery: probe` catalog entities with bounded declared-port probing and a -separate provider location. The demo includes a shadow-agent playbook that -shows the discovery flow end to end. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0120103..a916639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changes. ## [Unreleased] +## [0.4.0] - 2026-07-11 + ### Added - **Fleet page polish + click-to-filter.** The `/agents` page leads with diff --git a/plugins/catalog-backend-module-agent-catalog/package.json b/plugins/catalog-backend-module-agent-catalog/package.json index 65157e7..18e5cd7 100644 --- a/plugins/catalog-backend-module-agent-catalog/package.json +++ b/plugins/catalog-backend-module-agent-catalog/package.json @@ -1,6 +1,6 @@ { "name": "@showcall/backstage-plugin-catalog-backend-module-agent-catalog", - "version": "0.3.0", + "version": "0.4.0", "description": "Backstage catalog module: ingest kagent agents, model configs, and A2A cards as catalog entities", "license": "Apache-2.0", "homepage": "https://github.com/Showcall/agent-catalog", diff --git a/plugins/plugin-agent-catalog/package.json b/plugins/plugin-agent-catalog/package.json index e080f3d..ca2339a 100644 --- a/plugins/plugin-agent-catalog/package.json +++ b/plugins/plugin-agent-catalog/package.json @@ -1,6 +1,6 @@ { "name": "@showcall/backstage-plugin-agent-catalog", - "version": "0.3.0", + "version": "0.4.0", "description": "Backstage frontend plugin: AI agent fleet view and per-agent traction/status cards", "license": "Apache-2.0", "homepage": "https://github.com/Showcall/agent-catalog",