Conversation
Move the cluster to the absolute tail of the archive basename and put the free-form --message and the -since-<duration> marker BEFORE the timestamp, so the cluster is anchored positionally (everything after -YYYYMMDD-HHMMSS) instead of being parsed by content. This lets a cluster name contain arbitrary characters (DO-style hosts, UUIDs, dashes, dots, even 'develop') without downstream parsing ambiguity. - captureSessionBase: -since-<duration> now precedes the timestamp - archiveBasename: intercalates message before timestamp, cluster last - new splitSessionBase/tsTailRegex helper to locate the terminal timestamp - update sample config and README docs
- Bump VERSION 1.1.2 → 1.1.3 - CHANGELOG: [Unreleased] → [1.1.3] - 2026-08-25 (positional archive naming) - README version badge: 1.1.2 → 1.1.3 - man pages .TH: groot/kubectl-groot v1.1.3 (2026-08-25) - BSD ports: freebsd PORTVERSION=1.1.3, openbsd DISTNAME/PKGNAME/MASTER_SITES - VHS demo.gif regenerated (groot v1.1.3) - fix misspell: recognise → recognize in collector.go comment
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.
v1.1.3 — positional archive naming with cluster anchored at the tail
Covers the capture/archive naming change that pairs with groot-share 0.7.0's positional parser.
Changes
archiveBasename/captureSessionBasenow write the cluster as the absolute tail:<prefix>-<short>[-since-<duration>]-<message?>-<YYYYMMDD>-<HHMMSS>-<cluster>.tar.gzdevelop) without ambiguityAfter merge
Annotated tag
v1.1.3onmain(manual), then push the tag to publish via GoReleaser.