Download v1.9.2 in the v1.9.2 release page.
-
Update current support K8s version to v1.21.4. (#3486, @gy95)
-
Fix: change the resourceType of msg issued by synccontroller. (#3496, @Rachel-Shao)
-
Fix lots of duplicate logs "Failed to get obj" in objectsync.go. (#3570, @vincentgoat)
-
Fix pv's objectsync spec.ObjectKind is empty. (#3613, @neiba)
-
Fix memory leak in edgesite kube-api. (#3605, @Shelley-BaoYue)
-
Add subresource field in list-watch application. (#3693, @Shelley-BaoYue)
-
Fix concurrent map iteration and map write bug. (#3670, @Shelley-BaoYue)
Download v1.9.1 in the v1.9.1 release page.
Download v1.9.0 in the v1.9.0 release page.
- 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)
If you want to deploy CloudCore independently of Kubernetes Master host, please deploy the independent iptablesmanager.
Refer to the links for more details. (#3265)
- Rpminstaller: add support for openEuler (#3089, @CooperLi)
- Replaced 'kubeedge/pause' with multi arch image (#3114, @siredmar)
- Make meta server addr configurable (#3119, @TianTianBigWang)
- Added iptables to Dockerfile and made cloudcore privileged (#3129, @siredmar)
- Added CustomInterfaceEnabled and CustomInterfaceName for edgecore (#3130, @siredmar)
- Add experimental feature (#3131, @zc2638)
- Feat(edge): node ephemeral storage info (#3157, @stingshen)
- Support envFrom configmap in edge pods (#3176, @haoheipi)
- Update golang to 1.16 (#3190, @gy95)
- Metaserver: support shutdown server graceful (#3239, @zc2638)
- Support labelselector for metaserver (#3262, @chenchunxiu)
- Fix dataProperty misplaced in devicecontroller (#3065, @waynechan9)
- Fix modbus slaveID cannot be 0 (#3117, @TianTianBigWang)
- Enabled install debug handlers to enable the logs feature (#3133, @siredmar)
- Idenfifying session not by IP of node (#3136, @siredmar)
- Grant access to cloudcore for PV and PVC (#3175, @cuirunxing-hub)
- Fix(cloud): container exec occupies massive cpu (#3233, @stingshen)
- Fix LastTransitionTime update (#3235, @Congrool)
- Fix device does not exist in the downstream controller after it is added (#3257, @TianTianBigWang)
- Change kubeletEndpoint port when cloudstream conneted (#3277, @chenchunxiu)
- Fix: resType does not match (#3293, @Rachel-Shao)
- Fix edge node ip nil issue (#3296, @chenchunxiu)
- fix:Secret can't send to edge in SecretKeyRef (#3329, @QeelinDarly)