-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Made changes as Dan proposed Update 2021-10-11-KServe-0.7-release.md add model mesh blog link edited modelmesh blog text * Added blog link in mkdocs.yaml * fixed link for preview * Fixed another link for preview * Add Animesh Blog post link * Added space * fix indentation * Added release note * Update docs/blog/articles/2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]> * Update docs/blog/articles/2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]> * Update docs/blog/articles/2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]> * Update docs/blog/articles/2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]> * Update docs/blog/articles/2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]> * Update docs/blog/articles/2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]> * Added Yuzhui Liu as an author * Update 2021-10-11-KServe-0.7-release.md Co-authored-by: Dan Sun <[email protected]>
- Loading branch information
Showing
3 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
title: "The KServe 0.7 release ensures a smooth transition from KFserving to KServe" | ||
date: 2020-10-11 | ||
description: "KServe 0.7 Release Blog Post" | ||
type: "blog" | ||
--- | ||
|
||
### Authors | ||
**Dan Sun**, **Animesh Singh**, **Yuzhui Liu**, **Vedant Padwal** on behalf of the KServe Working Group. | ||
|
||
[KFServing is now KServe](/blog/articles/2021-09-27-kfserving-transition/) and KServe 0.7 release is available, the release also ensures a smooth user migration experience from KFServing to KServe. | ||
|
||
|
||
|
||
### **:warning: What's Changed?** | ||
|
||
- `InferenceService` API group is changed from `serving.kubeflow.org` to `serving.kserve.io` [#1826](https://github.com/kserve/kserve/issues/1826), [the migration job](/admin/migration) is created for smooth transition. | ||
- Python SDK name is changed from [kfserving](https://pypi.org/project/kfserving) to [kserve](https://pypi.org/project/kserve). | ||
- KServe Installation manifests [#1824](https://github.com/kserve/kserve/issues/1824). | ||
- Models-web-app is separated out of the kserve repository to [models-web-app](https://github.com/kserve/models-web-app). | ||
- Docs and examples are moved to separate repository [website](https://github.com/kserve/website). | ||
- KServe images are migrated to kserve docker hub account. | ||
- v1alpha2 API group is deprecated [#1850](https://github.com/kserve/kserve/issues/1850). | ||
|
||
### **🌈 What's New?** | ||
|
||
- ModelMesh project is joining KServe under repository [modelmesh-serving](https://github.com/kserve/modelmesh-serving)! | ||
|
||
ModelMesh is designed for high-scale, high-density and frequently-changing model use cases. | ||
ModelMesh intelligently loads and unloads AI models to and from memory to strike an intelligent | ||
trade-off between responsiveness to users and computational footprint. To learn more about ModelMesh features and components, check out the [ModelMesh announcement blog](https://developer.ibm.com/blogs/kserve-and-watson-modelmesh-extreme-scale-model-inferencing-for-trusted-ai) and [Join talk at #KubeCon NA tomorrow to get a deeper dive into ModelMesh and KServe.](https://www.linkedin.com/feed/update/urn:li:activity:6854064203360280576/) | ||
- (Alpha feature) Raw Kubernetes deployment support, Istio/Knative dependency is now optional and please follow the [guide](/admin/kubernetes_deployment) to install and turn on `RawDeployment` mode. | ||
- KServe now has its own documentation website temporarily hosted on [website](https://kserve.github.io/website). | ||
- Support v1 crd and webhook configuration for Kubernetes 1.22 [#1837](https://github.com/kserve/kserve/issues/1837). | ||
- Triton model serving runtime now defaults to 21.09 version [#1840](https://github.com/kserve/kserve/issues/1840). | ||
|
||
### **🐞 What's Fixed?** | ||
|
||
- Bug fix for Azure blob storage [#1845](https://github.com/kserve/kserve/issues/1836). | ||
- Tar/Zip support for all storage options [#1836](https://github.com/kserve/kserve/issues/1836). | ||
- Fix AWS_REGION env variable and add AWS_CA_BUNDLE for S3 [#1780](https://github.com/kserve/kserve/issues/1780). | ||
- Torchserve custom package install fix [#1619](https://github.com/kserve/kserve/issues/1619). | ||
|
||
## Join the community | ||
|
||
* Visit our[ <u>Website</u>](https://kserve.github.io/website/) or[ GitHub ](https://github.com/kserve) | ||
* Join the[ <u>Slack(#kubeflow-kfserving)</u>](https://kubeflow.slack.com/join/shared_invite/zt-n73pfj05-l206djXlXk5qdQKs4o1Zkg#/) | ||
* Attend a[ Biweekly community meeting on Wednesday 9am PST](https://docs.google.com/document/d/1KZUURwr9MnHXqHA08TFbfVbM8EAJSJjmaMhnvstvi-k/edit#heading=h.4i9fb8ndp9vp) | ||
* Contribute at [developer](https://github.com/kserve/website/blob/main/docs/developer/developer.md) and | ||
[doc contribution](https://github.com/kserve/website/blob/main/docs/help/contributor/mkdocs-contributor-guide.md) guide to make code or doc contributions. | ||
We are excited to work with you to make KServe better and promote its adoption by more and more users! | ||
|
||
### **Contributors** | ||
|
||
We would like to thank everyone for their efforts on v0.7 | ||
|
||
- [Andrews Arokiam](https://github.com/andyi2it) | ||
|
||
- [Animesh Singh](https://github.com/animeshsingh) | ||
|
||
- [Chin Huang](https://github.com/chinhuang007) | ||
|
||
- [Dan Sun](http://github.com/yuzisun) | ||
|
||
- [Jagadeesh](https://github.com/jagadeeshi2i) | ||
|
||
- [Jinchi He](https://github.com/jinchihe) | ||
|
||
- [Nick Hill](https://github.com/njhill) | ||
|
||
- [Paul Van Eck](https://github.com/pvaneck) | ||
|
||
- [Qianshan Chen](https://github.com/Iamlovingit) | ||
|
||
- [Suresh Nakkiran](https://github.com/Suresh-Nakkeran) | ||
|
||
- [Sukumar Gaonkar](https://github.com/sukumargaonkar) | ||
|
||
- [Theofilos Papapanagiotou](https://github.com/theofpa) | ||
|
||
- [Tommy Li](https://github.com/Tomcli) | ||
|
||
- [Vedant Padwal](https://github.com/js-ts) | ||
|
||
- [Yao Xiao](https://github.com/PatrickXYS) | ||
|
||
- [Yuzhui Liu](https://github.com/yuzliu) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters