summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2022-07-11 23:10:52 +0800
committerfisherxu <xufei40@huawei.com>2022-07-11 23:14:48 +0800
commitcbb139764dafcc8d9aacc3502b4c2f01b4a85617 (patch)
tree1fcea3b6b665d4ae979bcaa75551a66749279115
parentMerge pull request #4033 from kevin-wangzefeng/update-goversion-in-actions (diff)
downloadkubeedge-cbb139764dafcc8d9aacc3502b4c2f01b4a85617.tar.gz
add release note for 1.11.1
Signed-off-by: fisherxu <xufei40@huawei.com>
-rw-r--r--CHANGELOG/CHANGELOG-1.11.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG/CHANGELOG-1.11.md b/CHANGELOG/CHANGELOG-1.11.md
index 702c9e6b5..4c030496c 100644
--- a/CHANGELOG/CHANGELOG-1.11.md
+++ b/CHANGELOG/CHANGELOG-1.11.md
@@ -1,4 +1,8 @@
+* [v1.11.1](#v1111)
+ * [Downloads for v1.11.1](#downloads-for-v1111)
+ * [KubeEdge v1.11.1 Release Notes](#kubeedge-v1111-release-notes)
+ * [Changelog since v1.11.0](#changelog-since-v1110)
* [v1.11.0](#v1110)
* [Downloads for v1.11.0](#downloads-for-v1110)
* [KubeEdge v1.11 Release Notes](#kubeedge-v111-release-notes)
@@ -8,6 +12,23 @@
* [Bug Fixes](#bug-fixes)
+# v1.11.1
+
+## Downloads for v1.11.1
+
+Download v1.11.1 in the [v1.11.1 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.11.1).
+
+## KubeEdge v1.11.1 Release Notes
+
+### Changelog since v1.11.0
+
+- Fix invalid request. ([#4038](https://github.com/kubeedge/kubeedge/pull/4038), [@vincentgoat](https://github.com/vincentgoat))
+- Fix complex parameters. ([#4027](https://github.com/kubeedge/kubeedge/pull/4027), [@vincentgoat](https://github.com/vincentgoat))
+- Fix possible nil pointer of message. ([#4026](https://github.com/kubeedge/kubeedge/pull/4026), [@vincentgoat](https://github.com/vincentgoat))
+- Missing error check for unsafe method. ([#4024](https://github.com/kubeedge/kubeedge/pull/4024), [@vincentgoat](https://github.com/vincentgoat))
+- Possible type confusions. ([#4025](https://github.com/kubeedge/kubeedge/pull/4025), [@vincentgoat](https://github.com/vincentgoat))
+- Update deprecate dependency. ([#4023](https://github.com/kubeedge/kubeedge/pull/4023), [@vincentgoat](https://github.com/vincentgoat))
+
# v1.11.0