vineyard v0.10.0
Vineyard v0.10.0 brings the following highlighted features:
- Improve the vineyard-operator to add assembly and migration support.
- Refactor the migration implementation and enables transparent compression as an optimization.
- Fixes several errors in IO drivers and improve the error diagnostics.
- Add the
cllient.ListNames()
API to list all available names inside the cluster.
Commits
- [42a545cf]: Fixes reading ultra-small sized files (#1036) (Tao He)
- [02366680]: Tune the logs when IO driver fails and avoid leak sensitive information in logs (#1035) (Tao He)
- [9651469c]: Fix the error in Dockerfile.vineyard-python-dev (#1034) (Ye Cao)
- [de97d306]: Update helm chart for new CRD (#1032) (Ye Cao)
- [56f1186d]: Implement vineyard assembly operation in vineyard-operator (#990) (Ye Cao)
- [251bf5d4]: Add support for Apache Arrow 10.0.0 (#1030) (Sutou Kouhei)
- [b1e01e12]: Move migration from client to server and push the work to IO workers. (#1027) (Tao He)
- [0b435614]: Revert "Share the etcd and redis watcher between sessions (#1007)" (#1028) (Tao He)
- [bf0e4b26]: upgrade GitHub actions version (#1026) (Siyuan Zhang)
- [6fa66757]: Upgrade required etcd-cpp-apiv3 to v0.2.9. (#1025) (Tao He)
- [accc58bb]: RPC server for sessions: share the same port and switch to child session when needed. (#1024) (Tao He)
- [4c5835e4]: Share the etcd and redis watcher between sessions (#1007) (ShiHao)
- [ff1f050e]: Implements "ListNames". (#1023) (Tao He)
- [c68d0059]: Add Docker Hub badge in the readme (#1021) (Ye Cao)
- [8030d36c]: Add Dockerfile for vineyard python-dev (#1017) (Ye Cao)
- [18cd5c27]: Enable webhook in vineyard operator (dashanji)
- [7580d719]: Add webhook service (dashanji)
- [ec758a6b]: Clean the vineyard operator. * Clean the vineyard operator's configuration. * Add webhook for the vineyard operator helm chart. * Readjust the limits and required of the controller. (dashanji)
- [8deed7b7]: Use the annotation to replace label for vineyard job (#1019) (Ye Cao)
- [910e0d49]: Bump up dependency version to fixes the dependentbot warnings (#1013) (Tao He)
- [07dd5b7a]: Avoid print too much logs (#1011) (Tao He)
- [5e58bb0a]: Disable the coredump by default and add an command line option to enable it (#1010) (Tao He)
- [6c518fa1]: Fix bug in vineyard-operator ci (#1006) (Ye Cao)