Releases: checkpoint-restore/go-criu
Releases · checkpoint-restore/go-criu
v7.2.0
What's Changed
- build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #171
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.34.0 by @dependabot in #170
- build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #172
- build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #173
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #178
- build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #179
- build(deps): bump golang.org/x/sys from 0.20.0 to 0.22.0 by @dependabot in #181
- go.mod: bump Go version to 1.20 by @rst0git in #182
- test/make: drop golang version check by @rst0git in #183
- chore(magicgen): migrate script to Python by @snprajwal in #177
- criu swrk: return child error to caller by @Luap99 in #175
- ci: downgrade 'codecov-action' version to v3 by @rst0git in #184
- ci: update codecov-action from v3 to v4 by @rst0git in #185
- feat(crit): add SearchPattern method on MemoryReader by @behouba in #163
- ci(golangci-lint): disable gosec G115 by @snprajwal in #188
- release: v7.2.0 by @snprajwal in #189
- build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0 by @dependabot in #190
New Contributors
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #151
- chore: fix lints from
protogetter
by @snprajwal in #153 - build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #152
- build(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 by @dependabot in #155
- build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #156
- fix(crit): use proto names in JSON by @snprajwal in #157
- fix(crit): use snake_case names in
crit explore
by @snprajwal in #158 - build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #159
- chore: fix linting issues by @behouba in #162
- fix(coverage): ignore test files by @snprajwal in #166
- Add functions which are used in Podman, CRI-O and containerd by @adrianreber in #165
- build(deps): bump golang.org/x/sys from 0.15.0 to 0.18.0 by @dependabot in #164
- release: v7.1.0 by @snprajwal in #168
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- Fix golangci-lint errors with latest version of it by @adrianreber in #100
- readme: Update latest release to 6.3.0 by @rst0git in #99
- ci: add codeql as suggested by the bot (and fixes) by @adrianreber in #103
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #101
- Remove execute bit from source file by @gibmat in #104
- Update golang.org/x/sys to 0.5.0 by @adrianreber in #107
- ci: disable musttag in golangci-lint by @snprajwal in #108
- ci: add markdown linter by @snprajwal in #111
- build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.30.0 by @dependabot in #112
- build(deps): bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #113
- ci: update go version by @rst0git in #110
- Adapt code coverage to Go 1.20 by @adrianreber in #117
- Enable coverage for crit-test by @rst0git in #119
- Fix crash when feature check environment variables are not set by @adrianreber in #118
- Turn on more linters and fix corresponding errors by @adrianreber in #120
- ci: fix protoc-gen-go path for go install by @snprajwal in #114
- Update to latest protobuf definition from criu/master by @adrianreber in #124
- test: enable coverage of crit unit/e2e tests by @rst0git in #121
- ci: cancel preceding workflows run by @rst0git in #122
- Generate test coverage for scripts/ by @adrianreber in #126
- Add top-level clean make target by @adrianreber in #125
- Also run staticcheck during CI by @adrianreber in #123
- ci: add
stylecheck
to golangci-lint by @snprajwal in #128 - build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #129
- build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #130
- Improve tests, code coverage, and Makefile targets by @snprajwal in #131
- crit: fix proto imports for library by @snprajwal in #109
- build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #132
- crit: add features to retrieve memory pages by @behouba in #133
- feat(crit): add type to file descriptor by @snprajwal in #134
- rpc: synchronise proto bindings with the latest version of CRIU RPC p… by @yevzman-swe in #137
- chore(rpc): update Go bindings by @snprajwal in #139
- build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #135
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #136
- Add Prajwal S N as a maintainer by @rst0git in #140
- chore(crit): improve Makefile rule by @snprajwal in #141
- crit: add getter for
pagesID
field inMemoryReader
struct by @behouba in #142 - crit: add
FindPs
method onPsTree
by @behouba in #145 - build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #143
- feat(crit): add
crit x sk
for sockets by @snprajwal in #138 - crit: add method to retrieve shared memory size of process by @behouba in #146
- build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #147
- release: v7.0.0 by @snprajwal in #149
New Contributors
- @gibmat made their first contribution in #104
- @behouba made their first contribution in #133
- @yevzman-swe made their first contribution in #137
Full Changelog: v6.3.0...v7.0.0
v6.3.0
v6.2.0
What's Changed
- fix(crit/stats): add const for dump and restore by @snprajwal in #93
- crit/images: fix name conflict with letsencrypt by @rst0git in #95
Full Changelog: v6.1.0...v6.2.0
v6.1.0
What's Changed
- Add functions for stats by @snprajwal in #89
- Add package name to crit protobuf files by @snprajwal in #90
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- magic-gen: move to standalone script by @snprajwal in #65
- Fix typo in golangci-lint config by @snprajwal in #72
- Add makefile for testing by @rst0git in #71
- magic-gen: refactor script with unit test by @snprajwal in #75
- [GSoC 2022] Port CRIT functionalities by @snprajwal in #66
- fix(crit): read from stdin in CLI app by @snprajwal in #77
- Fix
unmarshalPagemap()
, use stdout for CLI output by @snprajwal in #78 - Add docs and tests for CRIT by @snprajwal in #76
- Enable linting for crit by @snprajwal in #83
- docs: add crit to README by @snprajwal in #84
- deprecate: replace stats and rpc with crit by @snprajwal in #87
Full Changelog: v5.3.0...v6.0.0
v5.3.0
- Added feature checking support to go-criu by @adrianreber in #60
Full Changelog: v5.2.0...v5.3.0
v5.2.0
Make stats functions availabe via stats/
v5.1.0
Updated to latest CRIU RPC protobuf definition