Skip to content

Latest commit

 

History

History
176 lines (105 loc) · 11.1 KB

CHANGELOG-1.0.md

File metadata and controls

176 lines (105 loc) · 11.1 KB

v1.0.0

Downloads for v1.0.0

KubeEdge Binaries

filename Size sha512 hash
kubeedge-v1.0.0-linux-amd64.tar.gz 46.3 MB 43839f1e539361d8eacf6b7d2c5f8664f886c15ad5b1199253b62ddbe7f1eec48e0b407992780a51c63448228977b7956e81a208daebb8c9f2ed17ed44a2ba3a
kubeedge-v1.0.0-linux-arm.tar.gz 43.4 MB c6635e4c61fe88a833a1d4649ea65cd98cc4a3dc2494f4b3194e2ba84f2765a4b1c4c58cab02237c9dc772c4147baea107af283318006623e8439c72ce7b7831

Installer Binaries

filename Size sha512 hash
keadm-v1.0.0-linux-amd64.tar.gz 7.74 MB ed92444996665d1a1952da66047d389465e0e5930b47d78e88d6f146c8d480bc9b14a3fbac190ab70f76d89060da7856436f52240aa9b3f83b8bb990c6f15204

EdgeSite Binaries

filename Size sha512 hash
edgesite-v1.0.0-linux-amd64.tar.gz 24.6 MB afe61db4908fa67e0aadd8ab26e35224a1de8096130c2df681780befdc317331c8a2be2a298d89e6603ad36dd19e339f7256f887d1d2fd5464b3ab4c43aae3c8
edgesite-v1.0.0-linux-arm.tar.gz 22.5 MB 1ea16aad0dc0f3517d9bddcc5de16d5b46dd881ac3cc4ff7522188dad176a517fa111c3b81a223e71f45d8e69096dbedf0703d9e2592dcec292a6231e455224d

KubeEdge v1.0 Release Notes

1.0 What's New

Edge Mesh

This feature aims to support service mesh capabilities on the edge to support microservice communication cross cloud and edge. In v1.0.0 release, pod-to-pod communication on the same edge node or across edge nodes in the same subnet is supported.

CRI support

This feature enables edged to communicate with a CRI-compliant runtime to manage containers running on resource constrained edge nodes. Support for containerd is tested.

Quic protocol support

In order to enhance cloud and edge communication efficiency, communication between the edge and the cloud is now also supported via QUIC, a UDP-based protocol. CloudHub supports both Websocket and QUIC protocol access at the same time. The edgehub can choose one of the protocols to access the cloudhub.

Modbus Mapper

Modbus Mapper is an application that is used to connect and control devices that use Modbus(RTU/TCP) as a communication protocol. The user is required to provide the mapper with the information required to control their device through the dpl configuration file. These can be changed at runtime by updating configmap.

Edge Site

Edge Site enables to run a standalone Kubernetes cluster at the edge along with KubeEdge to get full control and improve the offline scheduling capability. A Kubernetes cluster is deployed at edge location including the management control plane. For the management control plane to manage a reasonable scale of edge worker nodes, the host master node needs to have sufficient resources.

Known Issues

  • Reliable message delivery is missing between cloud and edge.

  • Installer currently doesn't support installation of containerd, cni-plugins.

  • Port mapping is not supported in CRI.

Other notable changes

v1.0.0-beta.0

Downloads for v1.0.0-beta.0

KubeEdge Binaries

filename Size sha512 hash
kubeedge-v1.0.0-beta.0-linux-amd64.tar.gz 46.3 MB 3394427e02eb32e3b742878abba075d3d6fb6a90b1379d1ac7925410a270c4b54b510b93ad4839b952a5bb1627b6e019d843ce28f04f84052d75d2d1176466d9
kubeedge-v1.0.0-beta.0-linux-arm.tar.gz 43.4 MB ff8736ca168570c9c14b7c83a0cb7330418b92ecf6165acd3fc633120db66e3e4b04de3e3744e1d8f6242d96da5e20e85ae49ddcc187e819c92e7f87ab0ad22a

Installer Binaries

filename Size sha512 hash
keadm-v1.0.0-beta.0-linux-amd64.tar.gz 7.74 MB 6a8aa40e7be9eea11f884e21c6c7f2c72bc8f5763eea2a6bef3aaeeba61321ac8c1dff213d5e430c4a59163dce1e4e506c8a79bc4cdc6a86c40cfad48f6c5764

EdgeSite Binaries

filename Size sha512 hash
edgesite-v1.0.0-beta.0-linux-amd64.tar.gz 24.6 MB 2f8487acdcad6673ba7ffb849c20d5dd4959ca79b5c8407d08710a990dec3bd0a743180b723f94294de11089c9d98acbd5e4933d0f8b077ecaeae0a35cf69d71
edgesite-v1.0.0-beta.0-linux-arm.tar.gz 22.5 MB e9c80fe480c065a6561afe6fd60fe3515850cb7ab98d06df8c206a7ae6a541b63b5a74fce968408afc4d43a82ac0b8d227c524f002659e9b4fd4b5972260e30c

Changelog since v0.3.0

Features Added

Edge Mesh

This feature aims to support service mesh capabilities on the edge to support microservice communication cross cloud and edge. In v1.0.0 release , pod-to-pod communication on the same edge node or across edge nodes in the same subnet is supported.

CRI support

This feature enables edged to talk to a CRI-compliant runtime to manage containers running on resource constrained edge nodes. Support for containerd is tested.

Quic protocol support

In order to enhance cloud and edge communication efficiency, communication between the edge and the cloud is now also supported via QUIC , a UDP-based protocol. CloudHub supports both Websocket and QUIC protocol access at the same time. The edgehub can choose one of the protocols to access the cloudhub.

Modbus Mapper

Modbus Mapper is an application that is used to connect and control devices that use Modbus(RTU/TCP) as a communication protocol. The user is required to provide the mapper with the information required to control their device through the dpl configuration file. These can be changed at runtime by updating configmap.

Edge Site

Edge Site enables to run a standalone Kubernetes cluster at the edge along with KubeEdge to get full control and improve the offline scheduling capability. A Kubernetes cluster is deployed at edge location including the management control plane. For the management control plane to manage a reasonable scale of edge worker nodes, the host master node needs to have sufficient resources.

Known Issues

  • Reliable message delivery is missing between cloud and edge.

Other notable changes