Releases: seznam/jailoc
Releases · seznam/jailoc
Release list
v1.17.0
1.17.0 (2026-07-24)
Features
Bug Fixes
- deps: bump actions/setup-go in the all group across 1 directory (#200) (bf2f9a7)
- deps: bump brace-expansion from 2.1.0 to 2.1.2 (#207) (3d4494c)
- deps: bump google.golang.org/grpc from 1.81.1 to 1.82.1 (#206) (b7e4cd8)
- deps: bump idna in the uv group across 1 directory (#191) (9192b81)
- deps: bump the all group across 1 directory with 6 updates (#205) (6dfbf1c)
- deps: bump the go-minor-patch group across 1 directory with 2 updates (#189) (3847a0b)
- deps: bump the go-minor-patch group across 1 directory with 4 updates (#203) (6d7b1de)
- deps: bump the go-minor-patch group with 4 updates (#197) (a26e592)
v1.16.0
v1.15.1
v1.15.0
1.15.0 (2026-05-21)
Features
Bug Fixes
- cmd: enable Windows cross-compilation with PTY fallback (#161) (e90baf5)
- cmd: replace creack/pty with go-pty for cross-platform PTY support (#166) (5ad0cc1)
- config: use filepath.IsAbs for cross-platform path validation (#165) (6baf43e)
- docker: clarify overlay build status message (#162) (f0aa418)
Documentation
v1.14.0
v1.13.1
v1.13.0
v1.12.2
1.12.2 (2026-04-23)
- docs(custom-images): add base image requirements section by @thejoeejoee in #118
- fix(docker): forward host proxy env vars as build args by @thejoeejoee in #119
- chore(main): release 1.12.1 by @github-actions[bot] in #116
Bug Fixes
v1.12.1
What's Changed
- docs(custom-images): add base image requirements section by @thejoeejoee in #118
- fix(docker): forward host proxy env vars as build args by @thejoeejoee in #119
- chore(main): release 1.12.1 by @github-actions[bot] in #116
Full Changelog: v1.12.0...v1.12.1
NOTE: broken release please
v1.12.0
1.12.0 (2026-04-22)
Features
- cmd: add restart command (#83) (a8c46f2)
- config: add expose_port option to disable host port exposure (#109) (56c39b0)
- status: show container resource consumption stats (#110) (61ffaf6)
- TUI sidebar plugin for workspace context (#112) (3b9c1e2)
- update: add update-available notice via GitHub Releases API (#108) (abca6d4)
Bug Fixes
- config: reject reserved keys in env_file during validation (#81) (112cb79)
- password: use Peek for migration detection to support all password modes (#107) (1465b93)
- status: add logs hint for unhealthy container states (#111) (447f234)
- test: use testWorkspaceDir in TestRestartLifecycle to avoid /tmp mount conflict (3758b6c)