Skip to content

Latest commit

 

History

History
166 lines (100 loc) · 8.95 KB

CHANGELOG-1.9.md

File metadata and controls

166 lines (100 loc) · 8.95 KB

v1.9.2

Downloads for v1.9.2

Download v1.9.2 in the v1.9.2 release page.

KubeEdge v1.9.2 Release Notes

Changelog since v1.9.1

v1.9.1

Downloads for v1.9.1

Download v1.9.1 in the v1.9.1 release page.

KubeEdge v1.9.1 Release Notes

Changelog since v1.9.0

  • Fix crd created failed when install kubeedge using keadm. (#3444, @gy95)

v1.9.0

Downloads for v1.9.0

Download v1.9.0 in the v1.9.0 release page.

KubeEdge v1.9 Release Notes

1.9 What's New

  • Support Custom HTTP Request Routing from Edge to Cloud through ServiceBus for Applications

A HTTP server is added to ServiceBus, to support custom http request routing from edge to cloud for applications. This simplifies the rest api access with http server on the cloud while client is in the edge.

Refer to the links for more details. (#3254, #3301)

  • Support CloudCore to run independently of the Kubernetes Master host

CloudCore now supports to run independently of the Kubernetes Master host, iptablesmanager has been added as an independent component, users only need to deploy the iptablesmanager to Kubernetes Master host, which now can add the iptable rules for Cloud-Edge tunnel automatically

Refer to the links for more details. (#3265)

  • EdgeMesh add tls and encryption security

EdgeMesh's tunnel module adds tls and encryption security capabilities. These features bring more secure protection measures to the user's edgemesh-server component and reduce the risk of edgemesh-server being attacked.

Refer to the links for more details. (EdgeMesh#127)

  • Enhanced the ease of use of EdgeMesh

EdgeMesh has many improvements in ease of use. Now users can easily deploy EdgeMesh's server and agent components with a single command of helm. At the same time, the restriction on service port naming is removed, and the docker0 dependency is removed, making it easier for users to use EdgeMesh.

Refer to the links for more details. (EdgeMesh#123, EdgeMesh#126, EdgeMesh#136, EdgeMesh#175)

  • Support containerized deployment of CloudCore using Helm

CloudCore now supports containerized deployment using Helm, which provides better containerized deployment experience.

Refer to the links for more details. (#3265)

  • Support compiled into rpm package and installed on OS such as openEuler using yum package manager

KubeEdge now supports compiled into rpm package and installed on OS such as openEuler using yum package manager.

Refer to the links for more details. (#3089, #3171)

Important Steps before Upgrading

If you want to deploy CloudCore independently of Kubernetes Master host, please deploy the independent iptablesmanager.

Refer to the links for more details. (#3265)

Other Notable Changes

Bug Fixes