* Mon Jan 27 2020 Ralf Haferkamp <rhafer@suse.com>
- kata-agent: add patch agent_memory-hotplug-probe.patch to address
memory hotplug issue when running with SUSE kernel
(https://github.com/kata-containers/agent/issues/712)
* Mon Jan 20 2020 Ralf Haferkamp <rhafer@suse.com>
- Update to 1.10.0:
agent:
- client.go: HybridVSockDialer: Check return size n of
unix.Recvfrom
- client.go: HybridVSockDialer: Change Read EOT to recv peek
- agent: get current cpuset from /sys/devices/system/cpu/online
- config: add option to control hotplug timeout of block
devices
- agent: firecracker: support debugging console
- agent: fix pause bin on musl
- docs: Add enable services and installation steps for TRACING.md
- docs: Add missing steps at TRACING.md
- tracing: Wrapper for tracing functions
- tracing: Generate an alias for opentracing.Span
- network: ensure parent directories exist
- Revert "client: remove the parameter of 'enableYamux'"
- client: remove the parameter of 'enableYamux'
- vendor: update libcontainer to 1.0.0-rc9
osbuilder:
- make: use `cd` instead of '--directory' option of `cpio`
* Fri Dec 13 2019 Ralf Haferkamp <rhafer@suse.com>
- Update to 1.9.3 tarballs, this is just a version bump without
any code changes.
* Wed Dec 04 2019 Ralf Haferkamp <rhafer@suse.com>
- Update to 1.9.2 tarballs, this is just a version bump without
any code changes.
- Add more missing virtio kernel modules to initrd to fix
issues with SLE15-SP1
* Thu Nov 14 2019 Ralf Haferkamp <rhafer@suse.com>
- Update to 1.9.1 tarballs, this is just a version bump without
any code changes.
* Tue Nov 05 2019 Ralf Haferkamp <rhafer@suse.com>
- Different to Tumbleweed the kvmsmall kernel flavor on Leap
(and SLE) 15.1 doesn't statically include most of the virtio
features. So add them to the initrd on these distros.
* Thu Oct 24 2019 Ralf Haferkamp <rhafer@suse.com>
- Update to 1.9.0 tarballs, this is just a version bump without
any code changes.
* Mon Oct 21 2019 Ralf Haferkamp <rhafer@suse.com>
- Update to 1.9.0~rc0:
agent:
- firecracker: send logs to a vsock port
- network: Setup DNS for sandbox
- protocols/client: support hybrid vsocks
- Fix incorrect script reference in TRACING.md
osbuilder:
- osbuilder: Add USE_PODMAN as an alternate for USE_DOCKER
- README: Update how to use DEBUG variable
- Fix yq
- initrd_builder: Create empty resolv.conf in rootfs
- rootfs: update fedora to 29 for arm64.
- Fix config for set-version source-service to set version based
on the osbuilder filename. The previously used
"katacontainers-image-initrd" caused the service to fail.
* Wed Sep 25 2019 Marco Vedovati <mvedovati@suse.com>
- Update package version to 1.9.0~alpha2:
agent 1.9.0~alpha2:
* mount: ensure local directory storage types have the correct permissions
* device: fix the issue of failed waiting on device appeared in /dev
* network: While updating routes, do not delete routes with proto "kernel"
* agent: add support for loading kernel modules
* revert: agent: sandbox_pause should get arguments from proc
* agent: sandbox_pause should get arguments from proc
* s390x: add virtio-blk-ccw support
* agent: make NoPivotRoot config depend on / fs type
* make: install depends on $(TARGET)
* device: Allow uevent handler to be stopped
* mount: Improve error message
* memory: Add extra check for memory file
* Tue Sep 03 2019 Marco Vedovati <mvedovati@suse.com>
- Add support for non x86_64 archs, by using the default kernel flavor instead
of kvmsmall
- Require golang >= 1.12
- Update package summary and description
- Set the list of exclusive archs (x86_64, aarch64, ppc64le, s390x)
* Fri Aug 30 2019 Marco Vedovati <mvedovati@suse.com>
- Vendor in vmlinuz from kernel-kvmsmall to avoid dependency on that package
and the side effect linked to installing a VM kernel on the host
* Thu Aug 08 2019 Marco Vedovati <mvedovati@suse.com>
- Have this package directly depend on kernel-kvmsmall.
* Mon Aug 05 2019 Marco Vedovati <mvedovati@suse.com>
- Include kernel version in initrd image name, and symlink it to the generic
image name. This allows the katacontainers package to retrieve the correct
kernel version to use
- Rename kata-osbuilder tarball to osbuilder
* Wed Jul 31 2019 Marco Vedovati <mvedovati@suse.com>
- Initial package creation version 1.9.0~alpha0