Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/lib/changelog/v0.17.5.email.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<p>We've just released new improvements to Scanopy, focused on eliminating common pain points and making network discovery workflows more intuitive.</p>
<ul>
<li><strong>Effortless daemon management:</strong> Handle install, configuration, and legacy keys from one unified modal—no more juggling separate workflows or losing track of key details.</li>
<li><strong>Quickly spot stale network components:</strong> Stale tags are now consistently surfaced across digest, inventory, and topology maps, so you can prioritize cleanup and stay current.</li>
<li><strong>Simplified daemon install and edit:</strong> Fewer setup steps, smarter wizard flow, and always-accessible, environment-specific install commands to make onboarding new daemons a breeze.</li>
<li><strong>Accurate container network mapping:</strong> Containers visually connect to all subnets and their host bridges, giving you a clearer picture of your Docker environments.</li>
<li><strong>Reliable multi-daemon installs:</strong> Improved concurrency and scan stability remove past issues when provisioning multiple daemons on real hosts.</li>
</ul>
<p>Scanopy continues to help you visualize, manage, and maintain your networks with less friction and more clarity.</p>
31 changes: 31 additions & 0 deletions src/lib/changelog/v0.17.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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
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)).
- Surface stale entities across digest, inventory, and topology views, providing clearer visibility for outdated network components ([#359](https://github.com/scanopy/scanopy/pull/359)).

## Improvements

- 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)).

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.17.4...v0.17.5
Empty file.
Loading