Releases: checkpoint-restore/checkpointctl
Releases · checkpoint-restore/checkpointctl
v1.3.0
What's Changed
- Add maintainers file by @rst0git in #137
- chore(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #136
- make: drop check-go-version target by @rst0git in #139
- ci: use codecov-action to upload coverage report by @rst0git in #138
- ci: update codecov-action from v3 to v4 by @rst0git in #140
- Add new logo by @rst0git in #143
- memparse: add search functionality to memparse by @behouba in #141
- Fix location of Open Files in tree by @adrianreber in #144
- readme: add codecov badge by @rst0git in #145
- Upgrade GitHub Actions versions to remove deprecation warnings by @adrianreber in #146
- Upgrade more GitHub Actions versions to remove deprecation warnings by @adrianreber in #147
- Add option to print metadata information by @adrianreber in #148
- Recursively add metadata JSON fields to the tree by @rst0git in #149
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Additional container metadata from containerd by @adrianreber in #135
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- chore(deps): Bump github.com/containers/storage from 1.49.0 to 1.50.2 by @dependabot in #107
- readme: add logo for checkpointctl by @rst0git in #108
- docs: add logo file by @rst0git in #109
- chore(deps): Bump github.com/containers/storage from 1.50.2 to 1.51.0 by @dependabot in #110
- chore(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #111
- tree: skip empty env variables branch by @rst0git in #114
- Extend inspect output format with json by @Parthiba-Hazra in #113
- test: add e2e test for json format by @rst0git in #116
- Refactor: Split commands into separate package by @shikharish in #117
- make: generate auto-completion files by @rst0git in #118
- chore(deps): Bump github.com/containers/storage from 1.51.0 to 1.52.0 by @dependabot in #119
- Handle time stamps from containerd checkpoint archives by @adrianreber in #120
- chore(deps): Bump github.com/opencontainers/runtime-spec from 1.1.0 to 1.2.0 by @dependabot in #121
- Add support for list command to get the list of container checkpoints by @Parthiba-Hazra in #115
- Simplified 'list' command code by @adrianreber in #122
- chore(deps): Bump github.com/containers/storage from 1.52.0 to 1.53.0 by @dependabot in #124
- chore(deps): Bump github.com/checkpoint-restore/go-criu/v7 from 7.0.0 to 7.1.0 by @dependabot in #123
- docs: fix podman link in README by @mayank-02 in #129
- chore(deps): Bump github.com/containers/storage from 1.53.0 to 1.54.0 by @dependabot in #131
- Run
make vendor
to update dependencies due to go version change by @Parthiba-Hazra in #133 - Add annotations for creating OCI images from checkpoint archives by @Parthiba-Hazra in #127
- Create new release v1.2.0 by @rst0git in #134
New Contributors
- @Parthiba-Hazra made their first contribution in #113
- @shikharish made their first contribution in #117
- @mayank-02 made their first contribution in #129
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
Initial v0.1.0 release
Initial release