Releases: ukontainer/runu
v0.9.7
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
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
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
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
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
v0.9.1
untagged-f7c9c65f30bfdbca7b37: k8s: bump up kind version to v0.11.1
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>