Skip to content

Releases: RohanKaran/kubectl-crashloop

v0.2.0

30 Mar 16:31

Choose a tag to compare

docs: update supported version to v0.2.x and document new node-level …

v0.1.2

28 Mar 07:44

Choose a tag to compare

fix(krew): correctly indent addURIAndSha macro

v0.1.1

28 Mar 07:26
8a34080

Choose a tag to compare

Potential fix for code scanning alert no. 3: Workflow does not contai…

v0.1.0

22 Mar 07:25
646fd96

Choose a tag to compare

[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.