RackPeek 2.0.0
What's New
Web UI
- Added
/visualisewith live Physical and Logical network diagrams from inventory data. - Added Save PNG and Save Mermaid (.mmd) export options.
- Added compact topology preview cards to the home dashboard.
- Improved YAML import and edit errors with line, column, and contextual snippets.
CLI
- Added
rpk graph topologyto output physical topology as Mermaid. - Added
rpk graph logicalto output logical service/system diagrams as Mermaid. - Added
rpk tag addandrpk tag removeacross all resource kinds. - Added tag discovery with
rpk tags listandrpk tags show.
API
- Added
POST /api/inventoryfor YAML or JSON inventory upserts. - Supports
merge,replace, anddryRundiff previews. - Requires
X-Api-Keyauthentication. - Returns
503whenRPK_API_KEYis unset and401for invalid keys. - In merge mode, tags are replaced wholesale while labels merge key-wise.
Git Sync
- Automatically initializes a Git repo on first run when
GIT_TOKENis set and no.git/directory exists. - First-time users can now use Add Remote immediately without hitting a Git availability dead end.
Full Changelog: RackPeek-1.4.0...RackPeek-2.0.0