Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.51 KB

Changelog

[Unreleased]

Added

  • Support for MinIO S3 storage (non-replicated, non-distributed).
  • MicroVMs can now access the internet by default using custom host interface. (default route interface is used if no argument is provided)
  • Knative serving now can be tested separately from vHive. More info here.
  • Zipkin support added for tracing Knative function call requests. More info here
  • added support for MinIO object store. More info here
  • Added an automated tail-latency-aware profiler that collects the metrics for TopDown characterization from Intel.

Changed

Fixed

v1.1

Added

  • Created a CI pipeline that runs CRI integration tests inside containers using kind.
  • Added a developer image that runs a vHive k8s cluster in Docker, simplifying vHive development and debugging.
  • Extended the developers guide on the modes of operation, performance analysis and vhive development environment inside containers.
  • Added a slide deck of Dmitrii's talk at Amazon.
  • Added a commit linter and a spell checker for *.md files.

Changed

  • Use replace pragmas instead of Go modules.
  • Bump Go version to 1.15 in CI.
  • Deprecated Travis CI.

Fixed

  • Fixed the vHive cluster setup issue for clusters with >2 nodes issue.