summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-07-28 10:43:50 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-07-28 14:57:28 +0800
commit33d08385204fccf953f8a19951b5001f4331de82 (patch)
tree5bac46fef18f7f13120e5b38d8bf574782f18d5d /CHANGELOG
parentadd changelog for release-1.14 (diff)
downloadkubeedge-33d08385204fccf953f8a19951b5001f4331de82.tar.gz
add 1.14.1 changelog
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/CHANGELOG-1.14.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG/CHANGELOG-1.14.md b/CHANGELOG/CHANGELOG-1.14.md
index e0fc888e5..9713894e6 100644
--- a/CHANGELOG/CHANGELOG-1.14.md
+++ b/CHANGELOG/CHANGELOG-1.14.md
@@ -1,4 +1,9 @@
+* [v1.14.1](#v1141)
+ * [Downloads for v1.14.1](#downloads-for-v1141)
+ * [KubeEdge v1.14.1 Release Notes](#kubeedge-v1141-release-notes)
+ * [Changelog since v1.14.0](#changelog-since-v1140)
+ * [Important Steps before Upgrading](#important-steps-before-upgrading-for-1141)
* [v1.14.0](#v1140)
* [Downloads for v1.14.0](#downloads-for-v1140)
* [KubeEdge v1.14 Release Notes](#kubeedge-v114-release-notes)
@@ -7,6 +12,26 @@
* [Other Notable Changes](#other-notable-changes)
* [Bug Fixes](#bug-fixes)
+# v1.14.1
+
+## Downloads for v1.14.1
+
+Download v1.14.1 in the [v1.14.1 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.14.1).
+
+## KubeEdge v1.14.1 Release Notes
+
+### Changelog since v1.14.0
+
+- Fix MQTT container exited abnormally when edgecore using cri runtime. ([#4874](https://github.com/kubeedge/kubeedge/pull/4874), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+- Deal with error in delete pod upstream msg. ([#4877](https://github.com/kubeedge/kubeedge/pull/4877), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+- Update pod db when patch pod successfully. ([#4890](https://github.com/kubeedge/kubeedge/pull/4890), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+- Use nodeIP initialization in Kubelet, support reporting nodeIP dynamically . ([#4895](https://github.com/kubeedge/kubeedge/pull/4895), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+- Fix delete statefulset pod failed. ([#4872](https://github.com/kubeedge/kubeedge/pull/4872), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+- Fix container terminated when edgecore restart. ([#4871](https://github.com/kubeedge/kubeedge/pull/4871), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+- Fix parsing response message failed in metaclient. ([#4898](https://github.com/kubeedge/kubeedge/pull/4898), [@Shelley-BaoYue](https://github.com/Shelley-BaoYue))
+
+### Important Steps before Upgrading for 1.14.1
+- In previous versions, when edge node uses remote runtime (not docker runtime), using `keadm join` and specifying `--with-mqtt=true` to install edgecore will cause the Mosquitto container exits abnormally. In this release, this problem has been fixed. Users can specify `--with-mqtt=true` to start Mosquitto container when installing edgecore with `keadm join`.
# v1.14.0
@@ -68,5 +93,6 @@ Refer to the link for more details. (https://github.com/kubeedge/dashboard)
## Important Steps before Upgrading
- On KubeEdge v1.14, EdgeCore has removed the dockeshim support, so users can only use `remote` type runtime, and uses `containerd` runtime by default. If you want to use `docker` runtime, you
- must first set `edged.containerRuntime=remote` and corresponding docker configuration like `RemoteRuntimeEndpoint` and `RemoteImageEndpoint` in EdgeCore, then install the cri-dockerd tools as docs below:
+ must first set `edged.containerRuntime=remote` and corresponding docker configuration like `RemoteRuntimeEndpoint` and `RemoteImageEndpoint` in EdgeCore, then install the cri-dockerd tools as docs below:
+ https://github.com/kubeedge/kubeedge/issues/4843