chore: release v1.4.0 - #45
Merged
Merged
Conversation
deveshctl
force-pushed
the
chore/release-v1-4-0
branch
from
June 6, 2026 08:57
b241db3 to
e00f36c
Compare
Promote the Unreleased section to [v1.4.0] - 2026-06-06. Highlights since v1.3.0: - --engine docker|podman|auto with Linux Podman auto-detection and new typed errors (ErrPodmanSocketNotSet, ErrNoEngineFound). - New layerx cache subcommand (list + prune), with an IMAGE column backed by a meta.json sidecar. - Cache directory self-prunes by age (LAYERX_CACHE_TTL_DAYS, default 30d) and total size (LAYERX_CACHE_MAX_BYTES, default 1 GiB). - Hidden --refresh alias removed; use --no-cache. - Numerous Ctrl+C / cancellation, error-classification, help-text, and whiteout/efficiency-walk fixes (B-05, B-06, B-08, I-02, I-03, I-04). README and shell completion already cover the new surface; build and vet are clean.
deveshctl
force-pushed
the
chore/release-v1-4-0
branch
from
June 6, 2026 08:59
e00f36c to
2b1107f
Compare
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.
Promote
[Unreleased]→[v1.4.0] - 2026-06-06and bump the example tag in README fromv1.3.0tov1.4.0. No code changes.Cross-check vs
git log v1.3.0..HEADEvery merged PR since v1.3.0 is accounted for in CHANGELOG
[v1.4.0]:layerx/layerx cishow usage; malformed.layerx.yamlno longer drowns under helpssort no longer count Removed bytes; ci--helpExample header;findFileInLayeropaque-whiteoutstop()LAYERX_CACHE_TTL_DAYS,LAYERX_CACHE_MAX_BYTES;saveCacheprogress threadingcmd.selectResolverswappable var--engine,ErrPodmanSocketNotSet,ErrNoEngineFound; Changed:isDaemonUnreachablecache listIMAGE column + meta.json sidecar,cache list/cache prune; Changed:cache listnewest-first; Removed: hidden--refreshaliasPlus prior in-flight work landed before #35: B-05 / B-06 (Ctrl+C cancellation in ci/json), D-03 (analyze progress on stderr), and the doc reorganisation (top-level Long, ci/compare help reflow).
Release-checklist status
CHANGELOG.md—[Unreleased]moved to[v1.4.0] - 2026-06-06README.md— example tag bumped tov1.4.0; Container Engines section and Cache management section already cover the new surface--engine) and env vars (LAYERX_CACHE_TTL_DAYS,LAYERX_CACHE_MAX_BYTES) documented in READMEcache list,cache prune, and--engineare picked up automatically (no static completion files to edit)go mod tidy— clean (no real diff; only a CRLF normalization that was reverted)go build ./...cleango vet ./...cleanNot in this PR
Tagging (
git tag v1.4.0,git push origin v1.4.0) and the GoReleaser / Homebrew tap / Scoop bucket steps are maintainer-only perCLAUDE.md— seedocs/releasing.md.