Skip to content

Latest commit

 

History

History
155 lines (107 loc) · 9.96 KB

CHANGELOG-1.3.md

File metadata and controls

155 lines (107 loc) · 9.96 KB

v1.3.1

Downloads for v1.3.1

KubeEdge Binaries

filename Size sha512 hash

Installer Binaries

filename Size sha512 hash

EdgeSite Binaries

filename Size sha512 hash

KubeEdge v1.3.1 Release Notes

Changelog since v1.3.0

  • Expose readyz checker in cloudcore. (#1663, @Poor12)

  • Configure tls use ECDSA cipher and fix handshake failure. (#1702, @luogangyi)

  • Automatically create kubeedge namespace when creating a secret. (#1705, @ls889)

  • Fix using same namespace while syncPodStatus. (#1708, @GsssC)

  • Fix edgemesh caching serviceList bug. (#1757, @liuzhiyi1993)

  • Fix certs issue for kubectl logs after V1.3. (#1697, @ls889)

  • Update keadm to support KubeEdge 1.3 and pre 1.3 releases. (#1701, @XJangel)

v1.3.0

Downloads for v1.3.0

KubeEdge Binaries

filename Size sha512 hash
kubeedge-v1.3.0-linux-arm64.tar.gz 82.1 MB bdbb17fcde5d8f08c686be76e90c874a34aa06d27e7aca49e6d965edd8d2d3a07cfd482791ab22d248d5eac78d1cc3b097b94ca44c0f45e83784b73f2f23df81
kubeedge-v1.3.0-linux-arm.tar.gz 83.7 MB 70808681d50e08a0e84fa84b8355234c75865bd2c057f27afd806fd0d2b6b068108ff7272be5ce927a81d176bfa5e89576aea0db08022d7414a5d77e25da83a6
kubeedge-v1.3.0-linux-amd64.tar.gz 81.00 MB d3ef10a39f8cf9c15f8121d9ae9e0b416c1d72ff24689ece17cdacb60fea6a8d06633a4779f4b1185ffe7ee15e230a98bb2da0d46b088a7b45c339a41e5bab02

Installer Binaries

filename Size sha512 hash
keadm-v1.3.0-linux-amd64.tar.gz 15.1 MB ec86e027abf5602b90a90557cc3153dcd85fb5350ba0e57a6bd607606d7a0e1165535548b11c31df70db52f2a9aef3604f6be6b8e3d097afeeda9d845bdee507

EdgeSite Binaries

filename Size sha512 hash
edgesite-v1.3.0-linux-arm64.tar.gz 29.54 MB ccf2d846b0157202327241bf9820284583a828fb9e1a5a0f775f352f1072473ec8a40833d8f223f27d2417c54b76f4dc4e499c242830613977ccd6400519f7a1
edgesite-v1.3.0-linux-arm.tar.gz 29.24 MB 78eb8e628d311891dbf8e1a15ef9580e32f6e2650dbb59d5ccff56e1668707ecc0fceb27f0850b668378c99da679961488a300f83cad2b12b5053acfe056aba1
edgesite-v1.3.0-linux-amd64.tar.gz 29.77 MB 6464abf457a71f929580deb7ff1d292a3e1e79e277122256e906878e801e99b7e95c1c8be670eb35d524c5a28d54c86e1c3ef2a19584d060ffa8f4f04ccdc0b0

KubeEdge v1.3 Release Notes

1.3 What's New

CloudCore HA

CloudCore now supports high availability deployment with active-standby mode (#1600, @GsssC, @kevin-wangzefeng).

EdgeNode auto TLS Bootstrapping

KubeEdge is now able to generate certificates and enforce TLS between CloudCore and EdgeCore automatically. (#1605, @fisherxu, @ls889, @XJangel)

Edge Pod Logs

Users are now able to use kubectl logs to fetch logs from pods at edge. Follow the instructions here to enable the feature. (#1606, @kadisi).

Metrics at Edge

Add metrics interfaces at edge (#1573, @fisherxu)

Lightweight Runtime Support

KubeEdge now support CRI-O as container runtime, to use less memory on edge node (#1610, @chendave)

Other Notable Changes

Bug Fixes

v1.3.0-beta.0

Changelog since v1.2.0

Bug Fixes