vineyard v0.2.2
Vineyard 0.2.2 is the first pre-release after vineyard joined CNCF as a sandbox project. In this release,
- A prototype for the kubernetes scheduler plugin that aware the locality of vineyard objects and jobs that requires those objects has been published.
- The segmentation fault bug in stacktrace has been fixed.
- The
etcd-cpp-apiv3
has been updated to the latest release as several concurrent bugs related to "lock" action on etcd has been fixed.
Commits
- [01e1e50]: A helper to provide a bytes interface for r/w on Python object. (#286) (Tao He)
- [90b9e7d]: CI: hotfix for docker-push error. (Tao He)
- [b549f9a]: Implements vineyard-operator to schedule jobs based on data locality. (#223) (Tao He)
- [bf019cf]: Use a customized version of tmate action to make debug easier. (#285) (Tao He)
- [cf1fbf5]: Add tiny logo for CNCF and sandbox. (Tao He)
- [457fc49]: Use sandbox logo in README. (Tao He)
- [3c9133a]: Enable CodeQL test on CI. (#284) (Tao He)
- [5be0d27]: Upgrade etcd-cpp-apiv3, and add CNCF badge in README. (Tao He)
- [ad42ad2]: Fixes codacy errors. (#283) (Tao He)
- [3b9ae8c]: Resize of CNCF footer. (Tao He)
- [11efa26]: FOSSA and CII Best Practices badage. (Tao He)
- [08dc673]: Add CNCF logo into repo. (Tao He)
- [3e36ae6]: Add footer configuration and site meta for SEO. (Tao He)
- [0c28121]: Move to v6d-io, and add CNCF footer. (Tao He)
- [5d2ecf4]: Update vineyard logo. (Tao He)
- [73a5095]: Add more concurrent tests on meta service. (#282) (Tao He)
- [4dd2702]: Put the "License" part to the end of the page. (Tao He)
- [96c06be]: Update the FAQ section in documentation (#281) (Diwen Zhu)
- [3e1b6e0]: Fixes dots. (Tao He)
- [9f0f5ae]: Include a FAQ page in documentation. (Tao He)
- [61904dd]: Force install clang-format. (Tao He)
- [fc74d7c]: Migrate slack to CNCF. (Tao He)
- [5733c01]: Update the arrow web link (#278) (HouliangQi)
- [2415bb1]: Update vineyard logo. (Tao He)
- [f5164f5]: Make sure the vineyard server is gracefully stopped. (#271) (Tao He)
- [64a99b1]: Fixes stacktrace by avoiding use TLS sections. (#269) (Tao He)
- [cd4d222]: Add column to vertex: support both arrow::Array and (aligned)arrow::ChunkedArray. (#268) (Tao He)
- [e902c3c]: Fixes a bug in LocalIOAaptor: the operator
&
doesn't has specified sequential order. (#267) (Tao He) - [30d3e14]: Ensure vineyard could be killed using ctrl-c. (#266) (Tao He)
- [27ce702]: Enabling treating vineyard as a submodule for an external project. (Tao He)
- [e77b692]: Keep backwards compatiblity. (Tao He)
- [0d1126c]: Rename EXPERIMENTAL_ON to NETWORKX (#265) (Weibin Zeng)