diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG/CHANGELOG-1.12.md | 20 | ||||
| -rw-r--r-- | CHANGELOG/CHANGELOG-1.13.md | 20 | ||||
| -rw-r--r-- | CHANGELOG/CHANGELOG-1.14.md | 22 |
3 files changed, 62 insertions, 0 deletions
diff --git a/CHANGELOG/CHANGELOG-1.12.md b/CHANGELOG/CHANGELOG-1.12.md index 1b7a53cd2..019922a6c 100644 --- a/CHANGELOG/CHANGELOG-1.12.md +++ b/CHANGELOG/CHANGELOG-1.12.md @@ -1,3 +1,7 @@ +* [v1.12.6](#v1126) + * [Downloads for v1.12.6](#downloads-for-v1126) + * [KubeEdge v1.12.6 Release Notes](#kubeedge-v1126-release-notes) + * [Changelog since v1.12.5](#changelog-since-v1125) * [v1.12.5](#v1125) * [Downloads for v1.12.5](#downloads-for-v1125) * [KubeEdge v1.12.5 Release Notes](#kubeedge-v1125-release-notes) @@ -27,6 +31,22 @@ * [Other Notable Changes](#other-notable-changes) * [Bug Fixes](#bug-fixes) +# v1.12.6 + +## Downloads for v1.12.6 + +Download v1.12.6 in the [v1.12.6 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.12.6). + +## KubeEdge v1.12.6 Release Notes + +### Changelog since v1.12.5 + +- Resolve the deployment order dependency between mapper and device. ([#5150](https://github.com/kubeedge/kubeedge/pull/5150), [@luomengY](https://github.com/luomengY)) +- Fix copy resources from the image throws nil runtimg error. ([#5179](https://github.com/kubeedge/kubeedge/pull/5179), [@WillardHu](https://github.com/WillardHu)) +- Fix error logs when nodes repeatedly join different node groups. ([#5210](https://github.com/kubeedge/kubeedge/pull/5210), [@lishaokai1995](https://github.com/lishaokai1995), [@Onion-of-dreamed](https://github.com/Onion-of-dreamed)) +- Bump Kubernetes to the newest patch version 1.22.17. ([#5214](https://github.com/kubeedge/kubeedge/pull/5214), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) +- Fix serviceaccount token not being deleted in edge DB. ([#5214](https://github.com/kubeedge/kubeedge/pull/5214), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) + # v1.12.5 ## Downloads for v1.12.5 diff --git a/CHANGELOG/CHANGELOG-1.13.md b/CHANGELOG/CHANGELOG-1.13.md index 9127a0dbd..63803744c 100644 --- a/CHANGELOG/CHANGELOG-1.13.md +++ b/CHANGELOG/CHANGELOG-1.13.md @@ -1,3 +1,7 @@ +* [v1.13.4](#v1134) + * [Downloads for v1.13.4](#downloads-for-v1134) + * [KubeEdge v1.13.4 Release Notes](#kubeedge-v1134-release-notes) + * [Changelog since v1.13.3](#changelog-since-v1133) * [v1.13.3](#v1133) * [Downloads for v1.13.3](#downloads-for-v1133) * [KubeEdge v1.13.3 Release Notes](#kubeedge-v1133-release-notes) @@ -19,6 +23,22 @@ * [Other Notable Changes](#other-notable-changes) * [Bug Fixes](#bug-fixes) +# v1.13.4 + +## Downloads for v1.13.4 + +Download v1.13.4 in the [v1.13.4 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.13.4). + +## KubeEdge v1.13.4 Release Notes + +### Changelog since v1.13.3 + +- Resolve the deployment order dependency between mapper and device. ([#5149](https://github.com/kubeedge/kubeedge/pull/5149), [@luomengY](https://github.com/luomengY)) +- Fix copy resources from the image throws nil runtimg error. ([#5188](https://github.com/kubeedge/kubeedge/pull/5188), [@WillardHu](https://github.com/WillardHu)) +- Fix error logs when nodes repeatedly join different node groups. ([#5211](https://github.com/kubeedge/kubeedge/pull/5211), [@lishaokai1995](https://github.com/lishaokai1995), [@Onion-of-dreamed](https://github.com/Onion-of-dreamed)) +- Bump Kubernetes to the newest patch version 1.23.17. ([#5224](https://github.com/kubeedge/kubeedge/pull/5224), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) +- Fix serviceaccount token not being deleted in edge DB. ([#5224](https://github.com/kubeedge/kubeedge/pull/5224), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) + # v1.13.3 ## Downloads for v1.13.3 diff --git a/CHANGELOG/CHANGELOG-1.14.md b/CHANGELOG/CHANGELOG-1.14.md index 19ba7c72b..874b53f22 100644 --- a/CHANGELOG/CHANGELOG-1.14.md +++ b/CHANGELOG/CHANGELOG-1.14.md @@ -1,3 +1,7 @@ +* [v1.14.4](#v1144) + * [Downloads for v1.14.4](#downloads-for-v1144) + * [KubeEdge v1.14.4 Release Notes](#kubeedge-v1144-release-notes) + * [Changelog since v1.14.3](#changelog-since-v1143) * [v1.14.3](#v1143) * [Downloads for v1.14.3](#downloads-for-v1143) * [KubeEdge v1.14.3 Release Notes](#kubeedge-v1143-release-notes) @@ -19,6 +23,24 @@ * [Other Notable Changes](#other-notable-changes) * [Bug Fixes](#bug-fixes) +# v1.14.4 + +## Downloads for v1.14.4 + +Download v1.14.4 in the [v1.14.4 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.14.4). + +## KubeEdge v1.14.4 Release Notes + +### Changelog since v1.14.3 + +- Fix the bug in local-up mode that causes cni to not launch. ([#5125](https://github.com/kubeedge/kubeedge/pull/5125), [@ZhengXinwei-F](https://github.com/ZhengXinwei-F)) +- Resolve the deployment order dependency between mapper and device. ([#5148](https://github.com/kubeedge/kubeedge/pull/5148), [@luomengY](https://github.com/luomengY)) +- Fix MetaServer panic with set StrictSerializer when handling create and update. ([#5184](https://github.com/kubeedge/kubeedge/pull/5184), [@Windrow14](https://github.com/Windrow14)) +- Remove unnecessary pid namespace config in copy-resource. ([#5192](https://github.com/kubeedge/kubeedge/pull/5192), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) +- Fix error logs when nodes repeatedly join different node groups. ([#5212](https://github.com/kubeedge/kubeedge/pull/5212), [@lishaokai1995](https://github.com/lishaokai1995), [@Onion-of-dreamed](https://github.com/Onion-of-dreamed)) +- Bump Kubernetes to the newest patch version 1.24.17. ([#5227](https://github.com/kubeedge/kubeedge/pull/5227), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) +- Fix serviceaccount token not being deleted in edge DB. ([#5227](https://github.com/kubeedge/kubeedge/pull/5227), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue)) + # v1.14.3 ## Downloads for v1.14.3 |
