Releases: Mirantis/cri-dockerd
Releases · Mirantis/cri-dockerd
v0.2.6
What's Changed
- Bump docker client to 20.10 and use StatsOneShot to get stats by @cpuguy83 in #107
- Use context.WithCancel for potentially long operations by @evol262 in #108
- Make the bind address for the CRI streaming server configurable by @evol262 in #109
- complete container resources when creating and updating containers by @Garrybest in #115
- Switch from k8s.gcr.io to registry.k8s.io for sandbox image by @tppolkow in #117
- Add container info to the verbose status command by @afbjorklund in #119
New Contributors
- @cpuguy83 made their first contribution in #107
- @Garrybest made their first contribution in #115
- @tppolkow made their first contribution in #117
Full Changelog: https://github.com/Mirantis/cri-dockerd/commits/v0.2.6
v0.2.5
v0.2.4
What's Changed
- Add moby-containerd as valid deb pkg dependency by @dhiltgen in #88
- Remove error logging output from ContainerStats by @afbjorklund in #86
- Return the right error code when the checkpoint isn't found by @mikekap in #89
- Skip over single file mounts on windows by @evol262 in #95
- Set a default network plugin now that we're on 1.24 by @evol262 in #99
- Allow configuring the runtime duration by @evol262 in #100
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Fix the Makefiles so
--buildinfoand the version are set correctly by @evol262 in #76 - Improved README.md, added an instruction to clone the repo before following subsequent build instructions by @folarinmartins in #79
- fix wrong log pattern by @xuzhenglun in #77
- fix debian packages by @mgabeler-lee-6rs in #82
- Standardize the shell expansion so it works on all POSIX shells by @evol262 in #83
- Bump for 0.2.3 by @evol262 in #84
New Contributors
- @folarinmartins made their first contribution in #79
- @xuzhenglun made their first contribution in #77
- @mgabeler-lee-6rs made their first contribution in #82
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Fix not reporting memory usage by @spowelljr in #66
- Update README.md by @shubadmin in #62
- Fix a typo in the README by @evol262 in #69
- Add a flag for ipv6 dualstack support by @evol262 in #70
- Make HairpinMode configurable by @spowelljr in #71
- Add focal, add parens around the RPM boolean so EL8 isn't confused by @evol262 in #68
New Contributors
- @spowelljr made their first contribution in #66
- @shubadmin made their first contribution in #62
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- README typo fix by @sftim in #23
- Set version info dynamically at build time by @evol262 in #25
- Fix a typo in the systemd/upstart scripts for cri-dockerd.sock by @evol262 in #26
- Parameterize more Makefile variables, add a --buildinfo flag by @evol262 in #32
- Update the README name of the systemd unit files by @afbjorklund in #33
- Rename LDFLAGS by @evol262 in #34
- Fix metrics performance issue #15 by @OleksiiKhanin in #38
- Restore missing defaults for cni options by @afbjorklund in #45
- Bump the sandbox image version to 3.6 by @afbjorklund in #46
- Move src to root by @wzshiming in #54
- Add image info to the verbose status command by @afbjorklund in #47
- Don't hardcode the build architecture by @evol262 in #55
- Update packaging targets by @evol262 in #57
- v0.2.1 release by @evol262 in #58
New Contributors
- @OleksiiKhanin made their first contribution in #38
- @wzshiming made their first contribution in #54
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Pull upstream work into this repo so we can start working here in #2
- Rename references to the old repo in #3
- Add support for sd_notify for start / stop by @afbjorklund in #13
- Add support for fd:// for socket activation by @afbjorklund in #9
- Fix version output, fix Ubuntu packaging, fix systemd socket file by @evol262 in #11
- Fix windows packaging by @evol262 in #14
- Code restructure and cleanup by @evol262 in #16
- Don't bind to containerd but only to dockerd by @afbjorklund in #21
- Add license file by @sftim in #17
- Updated workflows for integration, e2e, publishing by @evol262 in #22
- Update README by @sftim in #18
New Contributors
- @afbjorklund made their first contribution in #13
- @evol262 made their first contribution in #11
- @sftim made their first contribution in #17
Full Changelog: https://github.com/Mirantis/cri-dockerd/commits/v0.2.0

