Download v1.10.3 in the v1.10.3 release page.
- Fix pod running on edge node has invalid serviceaccount token. (#4205, @vincentgoat)
- Fix: Ignore the cache timestamp of the MachineInfo Metrics. (#4179, @tonyzaizai)
- Fix residual terminating pods problem after edge node. (#4193, @vincentgoat)
- Fix sendresp stuck occasionally when sendsync receive select. (#4211, @wackxu)
- Fix delete and create same name pod failed occasionally. (#4223, @wackxu)
Download v1.10.2 in the v1.10.2 release page.
- Fix invalid request. (#4039, @vincentgoat)
- Fix complex parameters. (#4028, @vincentgoat)
- Fix possible nil pointer of message. (#4029, @vincentgoat)
- Missing error check for unsafe method. (#4031, @vincentgoat)
- Possible type confusions. (#4030, @vincentgoat)
- Update deprecate dependency. (#4032, @vincentgoat)
Download v1.10.1 in the v1.10.1 release page.
- Fix fuzzer extract message error. (#3947, @vincentgoat)
- Fix removing container failed issue. (#3831, @gy95)
- Pods yaml configure imagePullSecret but doesn't exist in kubernetes cluster. (#3819, @vincentgoat)
- Set deleteResource function parameter
allowsOptions
value to true. (#3741, @Shelley-BaoYue) - Support build tool
armhf
. (#3726, @fisherxu) - Fix concurrent map iteration and map write bug. (#3710, @Shelley-BaoYue)
- Add sub-resource field in application. (#3703, @Shelley-BaoYue)
- Fix readinessProbe and startupProbe unavailable issue after upgrade. (#3685, @wackxu)
Download v1.10.0 in the v1.10.0 release page.
Keadm adds some new sub-commands to improve the user experience, including containerized deployment, offline installation, etc. New sub-commands including: beta, config.
beta
provides some sub-commands that are still in testing, but have complete functions and can be used in advance. Sub-commands including: beta init, beta manifest generate, beta join, beta reset.
-
beta init
: CloudCore Helm Chart is integrated in beta init, which can be used to deploy containerized CloudCore. -
beta join
: Installing edgecore as system service from docker image, no need to download from github release. -
beta reset
: Reset the node, clean up the resources installed on the node bybeta init
orbeta join
. It will automatically detect the type of node to clean up. -
beta manifest generate
: Generate all the manifests to deploy the cloudside components.
config
is used to configure kubeedge cluster, like cluster upgrade, API conversion, image preloading.
Now the image preloading has supported, sub-commands including: config images list, config images pull.
-
config images list
: List all images required for kubeedge installation. -
config images pull
: Pull all images required for kubeedge installation.
Refer to the links for more details. (#3517, #3540, #3554, #3534)
A new version of the lightweight engine Edged, which is optimized from kubelet and integrated in edgecore, and occupies less resource. Users can customize lightweight optimization according to their needs.
Refer to the links for more details. (Dev-Branch for previewing: feature-new-edged)
Edgemark is a performance testing tool inherited from Kubemark. The primary use case of Edgemark is also scalability testing, it allows users to simulate edge clusters, which can be much bigger than the real ones.
Edgemark consists of two parts: real cloud part components and a set of "Hollow" Edge Nodes. In "Hollow" Edge Nodes, EdgeCore runs in container. The edged module runs with an injected mock CRI part that doesn't do anything. So the hollow edge node doesn't actually start any containers, and also doesn't mount any volumes.
Refer to the links for more details. (#3637)
Users can choose edgemesh's proxy tunnel as quic protocol to transmit data. In edge scenarios, nodes are often in a weak network environment. Compared with the traditional tcp protocol, the quic protocol has better performance and QoS in the weak network environment.
Refer to the links for more details. (#281)
Some users' services use the udp protocol, and now edgemesh can also support the proxy of udp applications.
Refer to the links for more details. (#295)
Edge nodes are generally distributed in the Private network environment, but it is often necessary to ssh login and operate the edge node. EdgeMesh provide a socks5proxy based on the tunnel inside EdgeMesh, which supports forwarding ssh requests from cloud/edge nodes to edge nodes.
Refer to the links for more details. (#258, #242)
Upgrade the vendered kubernetes version to v1.22.6, users now can use the feature of new version on the cloud and on the edge side.
Refer to the links for more details. (#3624)
If you want to deploy the KubeEdge v1.10.0, please note that the Kubernetes dependency is 1.22.6.
- Remove dependency on os/exec and curl in favor of net/http (#3409, @mjlshen)
- Optimize script when create stream cert (#3412, @gujun4990)
- Cloudhub: prevent dropping volume messages (#3457, @moolen)
- Modify the log view command after edgecore is running (#3456, @zc2638)
- Optimize the iptables manager (#3461, @zhu733756)
- Add script for build release (#3467, @gy95)
- Using lateset codes to do keadm_e2e (#3469, @gy95)
- Change the resourceType of msg issued by synccontroller (#3496, @Rachel-Shao)
- Add a basic image for building various components of KubeEdge (#3513, @zc2638)
- Supporting crossbuild all components (#3515, @fisherxu)
- support multi architecture image build (#3530, @gy95)
- filter pod by nodeName (#3594, @yz271544)
- Fix keadm check mqtt install bug (#3359, @jidalong)
- beehive: fixes SendSync channel allocation behaviour (#3413, @ankitrgadiya)
- Fix deviceTwin device update fields (#3415, @TianTianBigWang)
- Fix pod exec is not close conn when edgecore is closed (#3417, @lvfei103650)
- Fixes imagePullSecrets in cloudcore deployment and in iptablesManager daemonset (#3443, @zivAnyvision)
- fix crd create failed (#3444, @gy95)
- Identify session not by IP of node for exec (#3499, @stingshen)
- Fix the issue when cross-building for ARMv8 (#3522, @chendave)
- fix lots of duplicate logs "Failed to get obj" in objectsync.go (#3570, @vincentgoat)
- fix remove os.Exit in updateNodeKubeletEndpoint (#3571, @lvfei103650)
- fix: add missing metrics func (#3581, @moolen)
- Fix pv's objectsync spec.ObjectKind is empty (#3599, @neiba)
- fix memory leak in edge kube-api interface (#3605, @Shelley-BaoYue)
- pv's objectsync spec.ObjectKind is empty (#3613, @neiba)