Virtlet Versions Save

Kubernetes CRI implementation for running VM workloads

v1.1.1

5 years ago

Fix VM network issue (#699) Build Virtlet with Go 1.10.3 (#700) Add support nested virtualization (#696)

SHA256 sums for the files:

1c1a85f0df4647999b5ef323e0892f9a0b1f4e6ebe3c30d62484691f638a6265  virtletctl
089261bfe6b6b8ffe732028b15600aea5518cf545130aaa7f29366504dcfc452  virtletctl.darwin

v1.1.0

5 years ago

Add k8s 1.10 support (#651) Misc SR-IOV improvements (#686, #688, #690, #694) Add per-node config support (#684) Bump virtlet base image to a newer one (#680) Fix a compatibility issue in e2e tester (#681)

SHA256 sums for the files:

ff4122acfa85128de96cf91d56809b805711b6a5a79356184a975eb236b7af59  virtletctl
a11e5465bd97679015d82e86f24904a44c02d8dcf3d5406deb97f5a0904c64dd  virtletctl.darwin

v1.0.3

5 years ago
  • Fix race condition in libvirt storage (#677)
  • Fix test teardown in e2e when focus/skip is used (#678)
  • Fix route handling and pv/pvc deletion in ceph e2e (#679)
  • Add VLan support for sr-iov (#674)

SHA256 sums for the files:

1aca14e628be51e8b594520d2c0f22c597a99944b996ad693472aa5918608170  virtletctl
8abece0b2c5000f8926ff8d5072f2ccb664c0c7f6d172e588bab5c13ccb55169  virtletctl.darwin

v1.0.2

6 years ago
  • Diagnostic fixes (#667, #673)
  • CNI error handling improved (#665)

SHA256 sums for the files:

bd41e6de3ab3b28fd678828d1582dd56bdb169eebc65eabdc0793462bdd52449  virtletctl
3b9f2fa69a60d1d648fe6b2ba1587362be8d143fc56239294d766358341764e9  virtletctl.darwin

v1.0.1

6 years ago
  • SR-IOV improvements (#661, #653, #656)
  • Fixed demo on Mac OS X Docker (#662)
  • Added the virtletctl version command (#658)
  • Documentation improvements (#654, #659, #660)
  • Updated the Kubernetes-in-Kubernetes example (#655)

SHA256 sums for the files:

85fa55430efe1ea5fc60d67a7c79af8e15365a4932dfba93254422178f583411  virtletctl
ee05db1a53a4a864fd0707006d106c56b44a600cddad799d5a92b273db42d846  virtletctl.darwin

v1.0.0

6 years ago

Added virtletctl tool (#587, #598, #644, #613, #636, #642) Made VMs survive Virtlet / libvirt restarts (#596, #639, #641) Added support for Kubernetes 1.9 (#586) Fix http error handling during image pulls (#634) Update libvirt to 3.7.0 (#631) Fix error handling during CNI network setup (#624) Disable all tcp listeners in libvirt (#623) Fix ordering of VM network interfaces (#648) Code cleanup and style fixes

SHA256 sums for the files:

4a0efdfe339f6fb00525bc53428415177bdd5f2391774d60ec1c449a99990461  virtletctl
8265312a5d9ffe0e8ce1ff66fde187ad025d1ebd780fb500f54512b7f0738bd3  virtletctl.darwin

v0.9.4

6 years ago

Support passing the MTU value to VMs #547, #558 ConfigDrive support #553 Cleanup and additions (Fedora) in the examples #554 Improved network data generation for CloudInit #555 Improved image handling (use QCOW2 backing files) #556 Fixed passing routes through dhcp #560 Fixed panic in tapmanager, thanks @yanxuean #565 Fix panic in CNI config code #565 Update Virtlet’s own Cirros image build procedure providing a more standard dhcp client #567, #579 Make e2e tests compatible with Ubuntu 16.04 cloud image #568 Add -junitOutput flag for e2e #569 Use proper mount propagation for Virtlet pod #573 Fix Virtlet startup race #580, #583 CRI proxy updated to v0.9.5 #582

v0.9.3

6 years ago

v0.9.2

6 years ago
  • Better support for old cni plugins
  • Use /dev/disk/by-path for volume mounting
  • support mounting on udev-less systems / systems w/o proper userdata support (e.g. CirrOS or VyOS)
  • Bump CRI Proxy to 0.9.3

v0.9.1

6 years ago
  • Bumped criproxy to 0.9.2
  • Uses k8s 1.8 by default (1.7 is still supported)