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