Releases: containerd/go-runc
Releases · containerd/go-runc
v1.1.0
What's Changed
- Migrate to GitHub Actions CI by @estesp in #74
- Fix CI badge + remove .travis.yml by @AkihiroSuda in #75
- Fix runc update --resources flag usage by @brandond in #71
- Rename branch from master to main by @dmcgowan in #76
- Add extra args for Opts and Runc by @crosbymichael in #77
- replace pkg/errors by @zouyee in #80
- Reduce Windows stubs by @thaJeztah in #79
- remove deprecated --criu option by @thaJeztah in #82
- gha: test against go1.16.x and go1.17.x, gofmt with go1.17 by @thaJeztah in #83
- Use revive instead of golint by @pigletfly in #84
- Allow DefaultCommand to be customized during build by @corhere in #87
- Lock to OS thread when Pdeathsig is set by @aaronlehmann in #86
- Upgrade GitHub actions CI workflow by @austinvazquez in #90
- .github: bump containerd/project-checks by @samuelkarp in #88
- Remove references to io/ioutil by @austinvazquez in #89
- update to go1.18/go1.19, golangci-lint v1.50.1, and update some dependencies by @thaJeztah in #91
- chore: cleanup old buildtags by
go fix
by @fuweid in #93 - Fix Run api with ExtraFiles in CreateOpts by @sfc-gh-bxin in #95
- fix opts maybe nill err by @ningmingxiao in #81
- Add Go 1.20 support by @austinvazquez in #96
- Add
runc.Features(ctx)
to wraprunc features
by @AkihiroSuda in #97
New Contributors
- @estesp made their first contribution in #74
- @brandond made their first contribution in #71
- @dmcgowan made their first contribution in #76
- @zouyee made their first contribution in #80
- @pigletfly made their first contribution in #84
- @corhere made their first contribution in #87
- @aaronlehmann made their first contribution in #86
- @austinvazquez made their first contribution in #90
- @samuelkarp made their first contribution in #88
- @sfc-gh-bxin made their first contribution in #95
- @ningmingxiao made their first contribution in #81
Full Changelog: v1.0.0...v1.1.0
v1.0.0
The first release.