diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-30 20:02:25 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-30 20:02:25 +0800 |
| commit | ebd6fa51211675b5aced54b9c66cb25849940055 (patch) | |
| tree | 9ed7773822fa27d6adb60c959b90f9d2edfe61ac /CHANGELOG | |
| parent | add v1.12.6 changelog (diff) | |
| download | kubeedge-ebd6fa51211675b5aced54b9c66cb25849940055.tar.gz | |
add 1.13.4 changelog
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG/CHANGELOG-1.13.md | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
