From 51e2a3b8908e6345514fe7a175f89dbe63f19eff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Jul 2026 21:28:25 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.17.2 --- src/lib/changelog/v0.17.2.email.html | 8 +++++ src/lib/changelog/v0.17.2.md | 44 ++++++++++++++++++++++++++++ static/changelog/v0.17.2/.gitkeep | 0 3 files changed, 52 insertions(+) create mode 100644 src/lib/changelog/v0.17.2.email.html create mode 100644 src/lib/changelog/v0.17.2.md create mode 100644 static/changelog/v0.17.2/.gitkeep diff --git a/src/lib/changelog/v0.17.2.email.html b/src/lib/changelog/v0.17.2.email.html new file mode 100644 index 0000000..15e2962 --- /dev/null +++ b/src/lib/changelog/v0.17.2.email.html @@ -0,0 +1,8 @@ +

Scanopy just got smarter for container workflows and network topology! This update makes discovering and managing container environments easier and improves application map clarity.

+ diff --git a/src/lib/changelog/v0.17.2.md b/src/lib/changelog/v0.17.2.md new file mode 100644 index 0000000..0f6b1e3 --- /dev/null +++ b/src/lib/changelog/v0.17.2.md @@ -0,0 +1,44 @@ +--- +version: 0.17.2 +date: 2026-07-02 +title: Podman Integration & Smarter Topology +social_post: • Podman container-virtualization support added\n• Improved credential and integration management\n• Smarter topology layouts and UI updates\n• Workflow and discovery fixes +contributors: Maya +category: A +email_subject: Discover and visualize Podman containers—workflow upgrades! +--- + +This release focuses on expanded support for container virtualization and improves how host credentials and integrations are managed. Application topology views get smarter layouts, and several container workflow fixes make discovery and credential handling more reliable. + +## New Features +- Add Podman container-virtualization integration, enabling Scanopy to discover and visualize Podman containers alongside Docker ([#637](https://github.com/scanopy/scanopy/pull/637)). + + ![Application view showing Podman and Docker container services](/changelog/v0.17.2/podman-integration.png) + +- Enable management of daemon-host credentials directly from host and credential modals, streamlining secure setup for container discovery ([#637](https://github.com/scanopy/scanopy/pull/637)). + +- Group integration cards and daemon integration-selection cards by integration, making it easier to find and assign relevant integrations ([#637](https://github.com/scanopy/scanopy/pull/637)). + +- Replace loading spinner throughout the UI with a spinning radar icon for clearer feedback during network scans ([#637](https://github.com/scanopy/scanopy/pull/637)). + + ![Spinning radar icon replacing loading spinner in network scan modal](/changelog/v0.17.2/radar-loading.png) + +## Improvements +- Pack Application topology with rectpacking, so container layouts avoid overlap and are visually easier to interpret ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Order integration cards by applicable targets, improving navigation and selection of integrations for your environment ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Auto-collapse the Ungrouped container in Application view to reduce clutter for large networks ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Export Application topology with reliable cropping and file naming, so images and diagrams are cleaner ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Render local sockets as ordinary credentials for a consistent access setup ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Allow Stripe payment elements through the security policy, enabling safer checkout experiences ([#637](https://github.com/scanopy/scanopy/pull/637)). + +## Bug Fixes +- Fix Podman first-scan discovery and credential UX, so scanning Podman environments works reliably and the credential setup is clearer ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Repair dangling subnet references in host discovery to ensure network maps are accurate ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Fix Ungrouped collapse logic so orphaned grandchildren are handled correctly and all levels are covered ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Resolve infra subcontainer UI so tags are properly hidden after switching networks ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Correct Podman proxy daemon-host discovery and stale socket targeting, preventing missed container services ([#637](https://github.com/scanopy/scanopy/pull/637)). +- Fix Docker fallback handling for Podman sockets and improve socket UX in the credential wizard ([#637](https://github.com/scanopy/scanopy/pull/637)). + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.17.1...v0.17.2 diff --git a/static/changelog/v0.17.2/.gitkeep b/static/changelog/v0.17.2/.gitkeep new file mode 100644 index 0000000..e69de29 From 159b41e3ce442e5e6f9e8ae1f7f386f53941c5e9 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:32:06 -0400 Subject: [PATCH 2/2] Update changelog for version 0.17.2 Removed several features and bug fixes from the changelog for version 0.17.2, streamlining the document. --- src/lib/changelog/v0.17.2.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/lib/changelog/v0.17.2.md b/src/lib/changelog/v0.17.2.md index 0f6b1e3..e2d75e6 100644 --- a/src/lib/changelog/v0.17.2.md +++ b/src/lib/changelog/v0.17.2.md @@ -13,31 +13,16 @@ This release focuses on expanded support for container virtualization and improv ## New Features - Add Podman container-virtualization integration, enabling Scanopy to discover and visualize Podman containers alongside Docker ([#637](https://github.com/scanopy/scanopy/pull/637)). - ![Application view showing Podman and Docker container services](/changelog/v0.17.2/podman-integration.png) - - Enable management of daemon-host credentials directly from host and credential modals, streamlining secure setup for container discovery ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Group integration cards and daemon integration-selection cards by integration, making it easier to find and assign relevant integrations ([#637](https://github.com/scanopy/scanopy/pull/637)). - -- Replace loading spinner throughout the UI with a spinning radar icon for clearer feedback during network scans ([#637](https://github.com/scanopy/scanopy/pull/637)). - - ![Spinning radar icon replacing loading spinner in network scan modal](/changelog/v0.17.2/radar-loading.png) - ## Improvements - Pack Application topology with rectpacking, so container layouts avoid overlap and are visually easier to interpret ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Order integration cards by applicable targets, improving navigation and selection of integrations for your environment ([#637](https://github.com/scanopy/scanopy/pull/637)). - Auto-collapse the Ungrouped container in Application view to reduce clutter for large networks ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Export Application topology with reliable cropping and file naming, so images and diagrams are cleaner ([#637](https://github.com/scanopy/scanopy/pull/637)). - Render local sockets as ordinary credentials for a consistent access setup ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Allow Stripe payment elements through the security policy, enabling safer checkout experiences ([#637](https://github.com/scanopy/scanopy/pull/637)). ## Bug Fixes -- Fix Podman first-scan discovery and credential UX, so scanning Podman environments works reliably and the credential setup is clearer ([#637](https://github.com/scanopy/scanopy/pull/637)). - Repair dangling subnet references in host discovery to ensure network maps are accurate ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Fix Ungrouped collapse logic so orphaned grandchildren are handled correctly and all levels are covered ([#637](https://github.com/scanopy/scanopy/pull/637)). - Resolve infra subcontainer UI so tags are properly hidden after switching networks ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Correct Podman proxy daemon-host discovery and stale socket targeting, preventing missed container services ([#637](https://github.com/scanopy/scanopy/pull/637)). -- Fix Docker fallback handling for Podman sockets and improve socket UX in the credential wizard ([#637](https://github.com/scanopy/scanopy/pull/637)). ---