Skip to content

Latest commit

 

History

History
155 lines (105 loc) · 9.78 KB

CHANGELOG-1.7.md

File metadata and controls

155 lines (105 loc) · 9.78 KB

v1.7.2

Downloads for v1.7.2

Download v1.7.2 in the v1.7.2 release page.

KubeEdge v1.7.2 Release Notes

Changelog since v1.7.1

  • Fix the service account token can't be got at edge(Support K8s v1.20+,1.21+). (#3027, @gy95)

v1.7.1

Downloads for v1.7.1

Download v1.7.1 in the v1.7.1 release page.

KubeEdge v1.7.1 Release Notes

Changelog since v1.7.0

  • Fix nil pointer issue that caused cloudcore panic when restarting. (#2876, @muxuelan)

v1.7.0

Downloads for v1.7.0

KubeEdge Binaries

filename Size sha512 hash
kubeedge-v1.7.0-linux-arm64.tar.gz 61.4 MB b40b3e8b6df54a8c00ee33dae66c2f515b7c76fb6850e0473a5697070a04559900903527936cdfbd913d5385251b9a979530d80c7bd033c05ef84a6f5219798f
kubeedge-v1.7.0-linux-arm.tar.gz 60.7 MB b6d769f613888c0e083162b4845292b0d7cd87289109bb40973549d87c743ee69f106466b76fe1a6b9dd7ea38856ac99774de44e1d3111259c7c3c7c61472d3d
kubeedge-v1.7.0-linux-amd64.tar.gz 48 MB 10fb1ad5950aae9802ed2e2368dfeb7924a6c4bfc4f52d159e22063d8264466a292845f84192eecd4e250abfed81d5597e644266a51eaf8a1f95d104ef38d1eb

Installer Binaries

filename Size sha512 hash
keadm-v1.7.0-linux-amd64.tar.gz 10.3 MB 57fc98bbe6788418ee25d04a87592d90cdc61c7bfdeaa4e185d5735b71eeaead2f4a0608f195cd96bb5172284bfa72d081d5337b85b0f360d316a04183b3e3ba
keadm-v1.7.0-linux-amd64.tar.gz 10.4 MB d14fc0faf4031c9d7af463a0030f935ba3832cecf5e17d7f81fee2cfbaf93298eec3f802e2f4ac65a88acd673a1fc525e3a2dfc35f46157dffb072e7dcbecf68
keadm-v1.7.0-linux-amd64.tar.gz 11.6 MB cfa1001159bc5a4c44c5e67508cecc9e31bc9986da5469333559b207448dee1800e65bb53fdc948e78a6606dd8ccaa885e3d07029ee4f6e84ca14df49664dac3

KubeEdge v1.7 Release Notes

1.7 What's New

Active-Active HA Support of CloudCore for Large Scale Cluster [Alpha]

CloudCore now supports Active-Active HA mode deployment, which provides better scalability support for large scale clusters. Cloud-Edge tunnel can also work with multiple CloudCore instances.

Refer to the links for more details. (#1560, #2867)

Support to manage Clusters on Edge [Alpha]

In some scenarios, uses may have full-size Kubernetes clusters deployed on the edge. With EdgeSite, users are now able to access clusters on edge (in private network, behind NATed gateway, etc) from center cloud. (#2650, #2858)

Decoupled EdgeMesh from EdgeCore

EdgeMesh aims to provide simplified network and services for edge applications. The EdgeMesh module is now decoupled from EdgeCore and able to be deployed as an independent components in containers.

Refer to https://github.com/kubeedge/edgemesh for more details

Mapper Framework

Users are now able to use mapper framework to generate a new device mapper. This simplifies the mapper development when users trying to integrate with new protocols or new devices. (mappers-go#41)

Autonomic Kube-API Endpoint for Applications On Edge Nodes [Beta]

Autonomic Kube-API Endpoint provides native Kubernetes API access on edge nodes. It's very useful in cases users want to run third-party plugins and applications that depends on Kubernetes APIs on edge nodes. With reliable message delivery and data autonomy provided by KubeEdge, list-watch connections on edge nodes keep available even when nodes are located in high latency network or frequently get disconnected to the Cloud.

In this release, a bunch of corner case issues are fixed and the stability is improved. And the feature maturity is now Beta.

Custom HTTP Request Routing between Cloud and Edge for Applications [Alpha]

A new RuleEndpointType servicebus is added to RuleEndpoint API, to support custom http request routing between cloud and edge for applications. This simplifies the rest api access with http server on the edge while client is in the cloud. (#2588)

Important Steps before Upgrading

NA

Other Notable Changes

Bug Fixes