client-v0.5.0
What's Changed
Client crate
- feat: Update proto files to latest to add
transfer
andstreaming
services; remove gogo use by @bryantbiggs in #198
Other changes
- Fix nightly CI and Pull Request CI by @jsturtevant in #179
- Use Go version associated with containerd release in CI by @jsturtevant in #166
- Automate crates publishing by @mxpv in #182
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #189
- Measure test coverage by @mxpv in #196
- Use shell script to install protobuf by @mxpv in #199
- ci: Download containerd binaries from GitHub release archives for integration tests by @bryantbiggs in #203
- Remove temporary work around and bump containerd versions by @jsturtevant in #181
- Temporarily disable a few more CI tests by @mxpv in #209
- Bump to recent go version by @jsturtevant in #225
- build(deps): bump actions/github-script from 6 to 7 by @dependabot in #217
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #221
- build(deps): bump actions/labeler from 4 to 5 by @dependabot in #220
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #224
- Fix labeler config by @mxpv in #231
- Use Codecov for tests coverage data by @mxpv in #239
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #241
- build(deps): update tonic-build requirement from 0.10 to 0.11 by @dependabot in #243
- Update containerd versions on CI by @mxpv in #222
- build(deps): update tonic requirement from 0.10 to 0.11 by @dependabot in #242
- Consolidate windows and linux CI yamls by @mxpv in #246
New Contributors
- @bryantbiggs made their first contribution in #198
- @andrewbaxter made their first contribution in #228
- @jokemanfire made their first contribution in #230
- @bql871 made their first contribution in #240
- @zzzzzzzzzy9 made their first contribution in #195
- @aa624545345 made their first contribution in #229
Full Changelog: client-v0.4.0...client-v0.5.0