Skip to content

Releases: ctrox/zeropod

v0.5.0

29 Sep 10:37
599d90f
Compare
Choose a tag to compare

What's Changed

  • fix(docs): update broken links in documentation by @satrox28 in #27
  • fix: always retry when port detection fails by @ctrox in #30
  • fix: improve handling on scaledown failure by @ctrox in #31
  • feat: upgrade to containerd v1.7.22 by @ctrox in #32
  • Update image versions by @github-actions in #33

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

10 Jul 18:37
241f0b0
Compare
Choose a tag to compare

What's Changed

  • fix: make restore idempotent by @ctrox in #23
  • fix: race condition with process exits by @ctrox in #24
  • ci: use branch to prepare for release by @ctrox in #25
  • Update image versions by @github-actions in #26

Full Changelog: v0.4.0...v0.4.1

v0.4.0

27 Jun 18:23
b599a95
Compare
Choose a tag to compare

What's Changed

  • ci: set base to main branch for release PR by @ctrox in #20
  • feat: add container status labels by @ctrox in #16
  • Update image versions by @github-actions in #22

Full Changelog: v0.3.2...v0.4.0

v0.3.2

23 Jun 19:49
267d668
Compare
Choose a tag to compare

What's Changed

  • Improve shim subscribe reliability by @ctrox in #17
  • test: increase wait on e2e tests by @ctrox in #19
  • ci: automate image version updates by @ctrox in #18

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Jun 19:13
d475b03
Compare
Choose a tag to compare

What's Changed

  • disable debug logging by default
  • improve pod scaler logs

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Jun 16:17
73fa823
Compare
Choose a tag to compare

What's Changed

  • Improve scheduling by @ctrox in #11
  • Implement in-place pod request scaling by @ctrox in #12
  • fix: use correct shim path when containerd opt is preconfigured by @ctrox in #13
  • chore: bump image versions by @ctrox in #14

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 May 16:29
f2d618f
Compare
Choose a tag to compare

What's Changed

  • Improve shim memory usage by @ctrox in #7
  • fix: handling process exits after restore by @ctrox in #8
  • feat(experimental): add grouping of multiple pods on one shim by @ctrox in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Jan 14:24
87e5935
Compare
Choose a tag to compare
  • bpf-steered activator: this improves the reliability when multiple parallel requests come in while container is checkpointed. It also no longer drops any packets during checkpoint/restore by getting rid of the "network-locking".
  • upgrade to containerd 1.7: the shim is now based on the latest 1.7 release. This drops support for containerd 1.5 due to removal of the old CRI API, containerd 1.6 is still supported though.
  • added uninstaller: this makes it straight-forward to remove anything zeropod has installed on a node.

Full Changelog: v0.0.2...v0.1.0

v0.0.2

26 Jul 10:46
v0.0.2
4a35123
Compare
Choose a tag to compare
  • less configuration more defaults: just the runtimeClassName is enough to get a zeropod
  • support multiple checkpointing/restoring multiple containers in a zeropod
  • improved network locking during checkpoint/restore

Full Changelog: v0.0.1...v0.0.2

v0.0.1

11 Jul 20:53
v0.0.1
97e08d8
Compare
Choose a tag to compare
initial zeropod release