v1.0.0
What's Changed
- Add checkpointctl version by @rst0git in #42
- make: Add install and uninstall targets by @rst0git in #41
- Use golang 1.20 for binary test code coverage by @adrianreber in #44
- Add '--mounts' option by @sankalp-12 in #43
- Show test results in GitHub PRs by @adrianreber in #45
- Add alias and '--all' option to checkpointctl show by @sankalp-12 in #46
- Show name of actual checkpoint archive by @adrianreber in #50
- ci: verify go.mod and vendor directory by @snprajwal in #58
- Optimize archive unpacking by @behouba in #55
- ci: add job to check increase in binary size by @snprajwal in #59
- fix(ci): set git credentials for rebase by @snprajwal in #62
- refactor: move table rendering into own funcs by @snprajwal in #60
- test/check-size: show error if make fails by @rst0git in #63
- test: generate checkpoint image files for tests by @snprajwal in #61
- feat: add flag to view process tree by @snprajwal in #56
- fix(ci/check-size): use latest non-merge commit by @snprajwal in #72
- fix: remove redundant nodes in process tree by @snprajwal in #71
- Build static checkpointctl binary for improved portability by @rst0git in #65
- show: add support for listing multiple checkpoints by @behouba in #67
- feat: add new
inspect
sub-command by @behouba in #76 - chore: remove extra deprecated flag by @snprajwal in #82
- fix: capitalisation in tree output by @snprajwal in #83
- feat: display file descriptors by @snprajwal in #74
- Update README.md by @behouba in #85
- tree: show mounts after pstree by @rst0git in #88
- feat: filter by PID in process tree by @snprajwal in #87
- fix: remove
us
for pages scanned and pages written by @behouba in #92 - feat: display process tree with command line arguments by @behouba in #89
- feat: display process tree with environment variables by @behouba in #90
- inspect: enable --ps-tree-{env,cmd} with --all by @rst0git in #96
- readme: add instructions for autocompletion by @rst0git in #97
- stats: use time units in human-friendly format by @rst0git in #98
- chore(deps): update go-criu by @behouba in #99
- feat: add
memparse
sub-command by @behouba in #95 - readme: fix example code format by @rst0git in #100
- inspect: show size of memory pages by @rst0git in #101
- tree: use sub-nodes for open files and env vars by @rst0git in #102
- feat: display sockets in process tree by @snprajwal in #94
- memparse: show process shared memory size by @behouba in #103
- docs: Add man pages for checkpointctl by @rst0git in #105
New Contributors
- @sankalp-12 made their first contribution in #43
- @behouba made their first contribution in #55
Full Changelog: v0.1.0...v1.0.0