summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2022-07-11 23:22:45 +0800
committerfisherxu <xufei40@huawei.com>2022-07-11 23:22:45 +0800
commit70a7060fa6c0782b91425880dabf2555eb4d574f (patch)
treea66692beadec79b1e66fe966a9c213bda4bbfff0 /CHANGELOG
parentMerge pull request #4033 from kevin-wangzefeng/update-goversion-in-actions (diff)
downloadkubeedge-70a7060fa6c0782b91425880dabf2555eb4d574f.tar.gz
add release note for 1.10.2
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/CHANGELOG-1.10.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG/CHANGELOG-1.10.md b/CHANGELOG/CHANGELOG-1.10.md
index 202a978ea..58c1b6b6a 100644
--- a/CHANGELOG/CHANGELOG-1.10.md
+++ b/CHANGELOG/CHANGELOG-1.10.md
@@ -1,4 +1,7 @@
-
+* [v1.10.2](#v1102)
+ * [Downloads for v1.10.2](#downloads-for-v1102)
+ * [KubeEdge v1.10.2 Release Notes](#kubeedge-v1102-release-notes)
+ * [Changelog since v1.10.1](#changelog-since-v1101)
* [v1.10.1](#v1101)
* [Downloads for v1.10.1](#downloads-for-v1101)
* [KubeEdge v1.10.1 Release Notes](#kubeedge-v1101-release-notes)
@@ -13,6 +16,24 @@
+# v1.10.2
+
+## Downloads for v1.10.2
+
+Download v1.10.2 in the [v1.10.2 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.10.2).
+
+## KubeEdge v1.10.2 Release Notes
+
+### Changelog since v1.10.1
+
+- Fix invalid request. ([#4039](https://github.com/kubeedge/kubeedge/pull/4039), [@vincentgoat](https://github.com/vincentgoat))
+- Fix complex parameters. ([#4028](https://github.com/kubeedge/kubeedge/pull/4028), [@vincentgoat](https://github.com/vincentgoat))
+- Fix possible nil pointer of message. ([#4029](https://github.com/kubeedge/kubeedge/pull/4029), [@vincentgoat](https://github.com/vincentgoat))
+- Missing error check for unsafe method. ([#4031](https://github.com/kubeedge/kubeedge/pull/4031), [@vincentgoat](https://github.com/vincentgoat))
+- Possible type confusions. ([#4030](https://github.com/kubeedge/kubeedge/pull/4030), [@vincentgoat](https://github.com/vincentgoat))
+- Update deprecate dependency. ([#4032](https://github.com/kubeedge/kubeedge/pull/4032), [@vincentgoat](https://github.com/vincentgoat))
+
+
# v1.10.1