Release v1.30.1
What's Changed
Added
- New
:anyplaceholder for hostname templates, replacing the old "Add Text" manual literals with a more flexible "ignore-and-pivoting" segment. - Dynamic capture group indexing in the database, allowing arbitrary ordering of
:env,:svc, and:seqtags within templates.
Changed
- Refactored topology hostname matching engine to use a delimiter-agnostic, positional resolution system ("grep-like").
- Improved Environment and Service name lookup to prioritize the longest global match in the hostname, increasing resolution robustness.
- Updated Admin UI Template Builder to support the new
:anychip and simplified template construction.
Fixed
- Resolve mixed pod numbering issues (e.g., Pod 18 being grouped into Pod 8) by refining greedy/non-greedy wildcards and implementing negative lookbehind in sequence extraction.
- Fix broken environment/service previews in the administrative area caused by overly restrictive regex capture groups.
Full Changelog: v1.30.0...v1.30.1