Releases: RohanKaran/kubectl-crashloop
Releases · RohanKaran/kubectl-crashloop
v0.2.0
v0.1.2
fix(krew): correctly indent addURIAndSha macro
v0.1.1
Potential fix for code scanning alert no. 3: Workflow does not contai…
v0.1.0
[codex] better code readability (#1) * feat: remove `intPtr` helper and update its usage, and add `process.md` to .gitignore * feat: improve log fetching with fallback to current container logs and introduce log source tracking * feat: Attach current container logs to event entries when last termination state is unavailable for a container. * test: ensure current logs are attached to the latest event when a container's last termination state is missing. * fix: Refine crash entry merging logic and ensure table rendering respects specified width. * refactor: Extract command and UI types into dedicated files and refactor Inspector initialization using functional options. * feat: Introduce golangci-lint and refactor color mode parsing logic. * docs: add comprehensive godoc comments across packages and apply minor refactorings and fixes. * build: update golangci-lint-action to v7 * refactor: Remove unnecessary `strings.TrimSpace` calls from log payload processing.