Aetheris 1.5.0: review YAML changes before applying and read logs faster
Aetheris 1.5.0 is out with safer YAML edits and logs that are much easier to scan. Before a change reaches the cluster, you see the exact diff. In the log viewer, colors separate errors, warnings and structured data from the rest of the message.
Review YAML changes before applying them
Before applying edited YAML, Aetheris opens a confirmation dialog with a unified diff.
Added and removed lines use distinct colors, changed sections keep nearby context, and the dialog names the resource being updated. Apply the change or return to the editor. If the YAML has not changed, Aetheris says so and skips the dialog.
Semantic highlighting for logs
Kubernetes logs pack timestamps, severity levels, component names, identifiers, numbers, URLs and key-value data onto the same line. Now, Aetheris recognizes those roles and styles them separately. Errors and warnings stand out, while timestamps, line numbers and metadata remain easy to find.
The highlighter understands JSON, logfmt, Spring, Python, Rust and Rails. It strips terminal control sequences, preserves Unicode and follows the current light or dark appearance. Unusually long lines fall back to sanitized plain text rather than slowing down the stream.