Skip to content

Releases: ukontainer/runu

v0.9.7

24 Jul 13:56
Compare
Choose a tag to compare

this release updates kind and calico versions for tests, which intended to prepare the future shim implementation update for the runu runtime, which currently uses v1 shim (i.e., io.containerd.runtime.v1.linux), which will be removed in containerd 2.0.0 release. The actual v2 shim implementation for run is not yet done though.

Full Changelog: v0.9.6...v0.9.7

v0.9.6

23 Jul 00:41
Compare
Choose a tag to compare

This release fixes an error of auxiliary vector handling, which was due to incorrect usage of a private entry (number=27), which is now used in recent kernel upon exec(2).

Related commit:
torvalds/linux@317c819

Full Changelog: v0.9.5...v0.9.6

v0.9.5

10 Nov 06:07
Compare
Choose a tag to compare

This release fixes an issue not to include runu/lkick/libc.so binary on arm/arm64 platforms.

Full Changelog: v0.9.4...v0.9.5

v0.9.4

01 Feb 02:46
Compare
Choose a tag to compare

several fixes, using homebrew bottles for CI, etc.

debian packages are available:
https://packagecloud.io/ukontainer/runu

Full Changelog: v0.9.3...v0.9.4

v0.9.3

12 Oct 01:33
Compare
Choose a tag to compare

First release of using packagecloud.io for debian package distribution.

You can install this package via

curl -s https://packagecloud.io/install/repositories/ukontainer/runu/script.deb.sh | sudo bash
sudo apt-get install docker-runu

https://packagecloud.io/ukontainer/runu

List of commits:

  • 9pfs: increase timeout after accept of TCP socket … ee9d373
  • ci: publish .deb files to packagecloud.io … b342ee2
  • add release-note template 4387630
  • add version string from git tags … 3aeaba2

Full Changelog: v0.9.2...v0.9.3

v0.9.2

05 Oct 09:52
Compare
Choose a tag to compare

support /32 interface address (IPv4) on a container/pod.
It's calico-like case, which runu wasn't able to handle.

The calico case needs newer version of images, version tag >= 0.7.

v0.9.1

04 Oct 10:34
Compare
Choose a tag to compare
fix uploading assets

Signed-off-by: Hajime Tazaki <thehajime@gmail.com>

untagged-f7c9c65f30bfdbca7b37: k8s: bump up kind version to v0.11.1

08 Sep 15:38
Compare
Choose a tag to compare
We also update the base image version to v1.21.1.

https://github.com/kubernetes-sigs/kind/issues/2240

Signed-off-by: Hajime Tazaki <thehajime@gmail.com>