From 87b9521f25ec12ec4fb7824c50acc7ca20a720a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jul 2026 14:39:58 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.17.5 --- src/lib/changelog/v0.17.5.email.html | 9 ++++++ src/lib/changelog/v0.17.5.md | 41 ++++++++++++++++++++++++++++ static/changelog/v0.17.5/.gitkeep | 0 3 files changed, 50 insertions(+) create mode 100644 src/lib/changelog/v0.17.5.email.html create mode 100644 src/lib/changelog/v0.17.5.md create mode 100644 static/changelog/v0.17.5/.gitkeep diff --git a/src/lib/changelog/v0.17.5.email.html b/src/lib/changelog/v0.17.5.email.html new file mode 100644 index 0000000..2ae7098 --- /dev/null +++ b/src/lib/changelog/v0.17.5.email.html @@ -0,0 +1,9 @@ +

We've just released new improvements to Scanopy, focused on eliminating common pain points and making network discovery workflows more intuitive.

+ +

Scanopy continues to help you visualize, manage, and maintain your networks with less friction and more clarity.

diff --git a/src/lib/changelog/v0.17.5.md b/src/lib/changelog/v0.17.5.md new file mode 100644 index 0000000..514c887 --- /dev/null +++ b/src/lib/changelog/v0.17.5.md @@ -0,0 +1,41 @@ +--- +version: 0.17.5 +date: 2026-07-23 +title: Daemon Management & Stale Tagging +social_post: • Unified modal for daemon install and key handling\n• Stale entities clearly marked across views\n• Simpler install steps and Docker edits\n• Improved container network visuals\n• Reliability and UI fixes +contributors: Maya +category: B +email_subject: Smoother daemon setup and clearer topology insights +--- + +This release improves daemon lifecycle management, simplifies install workflows, and brings clarity to topology staleness tagging. Users will find daemon setup, edit, and key management noticeably smoother. + +## New Features + +- Add a unified daemon management modal, enabling easier installation, configuration, and legacy key handling from one place ([#360](https://github.com/scanopy/scanopy/pull/360)). + + ![Daemon management modal showing install, config, and key options](/changelog/v0.17.5/daemon-management-modal.png) + +- Surface stale entities across digest, inventory, and topology views, providing clearer visibility for outdated network components ([#359](https://github.com/scanopy/scanopy/pull/359)). +- Show a server-assembled install command during daemon setup, so you always have the correct command for your environment ([#354](https://github.com/scanopy/scanopy/pull/354)). + +## Improvements + +- Simplify the daemon install wizard and modals for both server-provisioned and legacy modes, reducing steps and confusion when adding new daemons ([#355](https://github.com/scanopy/scanopy/pull/355)). +- Center and label the stale tag directly inside node cards based on entity type, making stale nodes easy to identify in the topology ([#356](https://github.com/scanopy/scanopy/pull/356)). + ![Topology node card with centered, labeled stale tag](/changelog/v0.17.5/topology-stale-tag.png) +- Make the Docker install option work fully in the edit modal, letting you reconfigure daemon containers without leaving the page ([#351](https://github.com/scanopy/scanopy/pull/351)). +- Clarify daemon advanced settings banners and tidy field help copy for better guidance when editing daemon settings ([#348](https://github.com/scanopy/scanopy/pull/348)). +- Attach containers to every subnet they join and connect container bridge subnets to their host, for more accurate container-network visualization ([#347](https://github.com/scanopy/scanopy/pull/347)). + +## Bug Fixes + +- Fix duplicate host data loss caused by hung SNMP queries during discovery, improving scan reliability ([#344](https://github.com/scanopy/scanopy/pull/344)). +- Fix inflated scan ETA estimates when using multiple SNMP credentials, so scan duration predictions are more accurate ([#343](https://github.com/scanopy/scanopy/pull/343)). +- Fix Daemon card Manage key modal, removing obsolete API Key fields and resolving UI overlap issues ([#339](https://github.com/scanopy/scanopy/pull/339)). +- Don't validate password policy on login, preventing unnecessary login failures ([#338](https://github.com/scanopy/scanopy/pull/338)). +- Make multi-daemon installs reliable on real hosts, ensuring that multiple daemons can be set up and managed concurrently ([#337](https://github.com/scanopy/scanopy/pull/337)). + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.17.4...v0.17.5 diff --git a/static/changelog/v0.17.5/.gitkeep b/static/changelog/v0.17.5/.gitkeep new file mode 100644 index 0000000..e69de29 From 56999faf7de208fb63fc8ae150f6a7d338d135c3 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:20:31 -0400 Subject: [PATCH 2/2] Update changelog for version 0.17.5 Removed duplicate entries and improved clarity in the changelog for version 0.17.5. --- src/lib/changelog/v0.17.5.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/lib/changelog/v0.17.5.md b/src/lib/changelog/v0.17.5.md index 514c887..9a49874 100644 --- a/src/lib/changelog/v0.17.5.md +++ b/src/lib/changelog/v0.17.5.md @@ -2,7 +2,7 @@ version: 0.17.5 date: 2026-07-23 title: Daemon Management & Stale Tagging -social_post: • Unified modal for daemon install and key handling\n• Stale entities clearly marked across views\n• Simpler install steps and Docker edits\n• Improved container network visuals\n• Reliability and UI fixes +social_post: • Unified modal for daemon install and key handling\n• Stale entities clearly marked across views\n• Simpler install steps and Docker edits\n• Improved container network visuals contributors: Maya category: B email_subject: Smoother daemon setup and clearer topology insights @@ -13,28 +13,18 @@ This release improves daemon lifecycle management, simplifies install workflows, ## New Features - Add a unified daemon management modal, enabling easier installation, configuration, and legacy key handling from one place ([#360](https://github.com/scanopy/scanopy/pull/360)). - - ![Daemon management modal showing install, config, and key options](/changelog/v0.17.5/daemon-management-modal.png) - - Surface stale entities across digest, inventory, and topology views, providing clearer visibility for outdated network components ([#359](https://github.com/scanopy/scanopy/pull/359)). -- Show a server-assembled install command during daemon setup, so you always have the correct command for your environment ([#354](https://github.com/scanopy/scanopy/pull/354)). ## Improvements -- Simplify the daemon install wizard and modals for both server-provisioned and legacy modes, reducing steps and confusion when adding new daemons ([#355](https://github.com/scanopy/scanopy/pull/355)). -- Center and label the stale tag directly inside node cards based on entity type, making stale nodes easy to identify in the topology ([#356](https://github.com/scanopy/scanopy/pull/356)). - ![Topology node card with centered, labeled stale tag](/changelog/v0.17.5/topology-stale-tag.png) -- Make the Docker install option work fully in the edit modal, letting you reconfigure daemon containers without leaving the page ([#351](https://github.com/scanopy/scanopy/pull/351)). -- Clarify daemon advanced settings banners and tidy field help copy for better guidance when editing daemon settings ([#348](https://github.com/scanopy/scanopy/pull/348)). - Attach containers to every subnet they join and connect container bridge subnets to their host, for more accurate container-network visualization ([#347](https://github.com/scanopy/scanopy/pull/347)). +- Make multi-daemon installs more reliable on real hosts, ensuring that multiple daemons can be set up and managed concurrently ([#337](https://github.com/scanopy/scanopy/pull/337)). + ## Bug Fixes - Fix duplicate host data loss caused by hung SNMP queries during discovery, improving scan reliability ([#344](https://github.com/scanopy/scanopy/pull/344)). - Fix inflated scan ETA estimates when using multiple SNMP credentials, so scan duration predictions are more accurate ([#343](https://github.com/scanopy/scanopy/pull/343)). -- Fix Daemon card Manage key modal, removing obsolete API Key fields and resolving UI overlap issues ([#339](https://github.com/scanopy/scanopy/pull/339)). -- Don't validate password policy on login, preventing unnecessary login failures ([#338](https://github.com/scanopy/scanopy/pull/338)). -- Make multi-daemon installs reliable on real hosts, ensuring that multiple daemons can be set up and managed concurrently ([#337](https://github.com/scanopy/scanopy/pull/337)). ---