V2.0.0 - Diagrams - #300
Merged
Merged
Conversation
…into feature/cli-tags
…into feature/cli-tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RackPeek 2.0.0
What's New
Web UI
rendered from your inventory, with a tab toggle between
Physical (hardware topology with rack/host groupings and
port-level connections) and Logical (services & systems
grouped by subnet and host). One-click Save PNG and Save
Mermaid (.mmd) for embedding in docs or sharing.
embeds compact Physical Topology and Logical View cards
next to the totals, each with an open → jump to the full
Visualise tab.
exact line, column, and a contextual snippet pointing at
the offending line, rather than dumping the raw parser
stack trace. Same treatment for in-place YAML file edits.
CLI
physical topology (hardware + connections) on stdout, ready
to pipe into a .mmd file or any Mermaid renderer.
by subnet.
/ rpk tag remove for all
ten kinds (servers, switches, routers, firewalls, access
points, UPSs, systems, services, desktops, laptops).
counts) and rpk tags show (every resource carrying
that tag).
API
YAML or JSON over HTTP. Supports mode: merge (preserves
unspecified fields) and mode: replace (overwrites). dryRun:
true returns the computed diff (added / updated / replaced
plus oldYaml / newYaml snapshots) without persisting, so
you can preview a change before applying it.
503 if RPK_API_KEY is unset and 401 for a wrong key.
merged key-wise.
Git Sync
is set and the config directory is a plain folder (no
.git/). No more "Git is not available" dead-end for
first-time users — Add Remote works immediately.