summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/CHANGELOG-1.10.md21
-rw-r--r--CHANGELOG/CHANGELOG-1.11.md22
-rw-r--r--CHANGELOG/CHANGELOG-1.9.md17
3 files changed, 60 insertions, 0 deletions
diff --git a/CHANGELOG/CHANGELOG-1.10.md b/CHANGELOG/CHANGELOG-1.10.md
index 58c1b6b6a..7e78011e5 100644
--- a/CHANGELOG/CHANGELOG-1.10.md
+++ b/CHANGELOG/CHANGELOG-1.10.md
@@ -1,3 +1,7 @@
+* [v1.10.3](#v1103)
+ * [Downloads for v1.10.3](#downloads-for-v1103)
+ * [KubeEdge v1.10.3 Release Notes](#kubeedge-v1103-release-notes)
+ * [Changelog since v1.10.2](#changelog-since-v1102)
* [v1.10.2](#v1102)
* [Downloads for v1.10.2](#downloads-for-v1102)
* [KubeEdge v1.10.2 Release Notes](#kubeedge-v1102-release-notes)
@@ -14,6 +18,23 @@
* [Other Notable Changes](#other-notable-changes)
* [Bug Fixes](#bug-fixes)
+# v1.10.3
+
+## Downloads for v1.10.3
+
+Download v1.10.3 in the [v1.10.3 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.10.3).
+
+## KubeEdge v1.10.3 Release Notes
+
+### Changelog since v1.10.2
+
+- Fix pod running on edge node has invalid serviceaccount token. ([#4205](https://github.com/kubeedge/kubeedge/pull/4205), [@vincentgoat](https://github.com/vincentgoat))
+- Fix: Ignore the cache timestamp of the MachineInfo Metrics. ([#4179](https://github.com/kubeedge/kubeedge/pull/4179), [@tonyzaizai](https://github.com/tonyzaizai))
+- Fix residual terminating pods problem after edge node. ([#4193](https://github.com/kubeedge/kubeedge/pull/4193), [@vincentgoat](https://github.com/vincentgoat))
+- Fix sendresp stuck occasionally when sendsync receive select. ([#4211](https://github.com/kubeedge/kubeedge/pull/4211), [@wackxu](https://github.com/wackxu))
+- Fix delete and create same name pod failed occasionally. ([#4223](https://github.com/kubeedge/kubeedge/pull/4223), [@wackxu](https://github.com/wackxu))
+
+
# v1.10.2
diff --git a/CHANGELOG/CHANGELOG-1.11.md b/CHANGELOG/CHANGELOG-1.11.md
index 4c030496c..d8c6e87f2 100644
--- a/CHANGELOG/CHANGELOG-1.11.md
+++ b/CHANGELOG/CHANGELOG-1.11.md
@@ -1,4 +1,8 @@
+* [v1.11.2](#v1112)
+ * [Downloads for v1.11.2](#downloads-for-v1112)
+ * [KubeEdge v1.11.2 Release Notes](#kubeedge-v1112-release-notes)
+ * [Changelog since v1.11.1](#changelog-since-v1111)
* [v1.11.1](#v1111)
* [Downloads for v1.11.1](#downloads-for-v1111)
* [KubeEdge v1.11.1 Release Notes](#kubeedge-v1111-release-notes)
@@ -12,6 +16,24 @@
* [Bug Fixes](#bug-fixes)
+# v1.11.2
+
+## Downloads for v1.11.2
+
+Download v1.11.2 in the [v1.11.2 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.11.2).
+
+## KubeEdge v1.11.2 Release Notes
+
+### Changelog since v1.11.1
+
+- Fix pod running on edge node has invalid serviceaccount token. ([#4204](https://github.com/kubeedge/kubeedge/pull/4204), [@vincentgoat](https://github.com/vincentgoat))
+- Fix: Ignore the cache timestamp of the MachineInfo Metrics. ([#4178](https://github.com/kubeedge/kubeedge/pull/4222), [@tonyzaizai](https://github.com/tonyzaizai))
+- Fix residual terminating pods problem after edge node. ([#4194](https://github.com/kubeedge/kubeedge/pull/4194), [@vincentgoat](https://github.com/vincentgoat))
+- Fix failed to rotate log for container for docker runtime. ([#4217](https://github.com/kubeedge/kubeedge/pull/4217), [@wackxu](https://github.com/wackxu))
+- 1.fix delete pod terminating sometimes. 2.fix update pod status timeout. 3.fix pod condition remain ready false when node status changes from offline to online. ([#4215](https://github.com/kubeedge/kubeedge/pull/4215), [@wackxu](https://github.com/wackxu))
+- Fix delete and create same name pod failed occasionally. ([#4214](https://github.com/kubeedge/kubeedge/pull/4214), [@wackxu](https://github.com/wackxu))
+
+
# v1.11.1
## Downloads for v1.11.1
diff --git a/CHANGELOG/CHANGELOG-1.9.md b/CHANGELOG/CHANGELOG-1.9.md
index 7b44874dd..f7e42a589 100644
--- a/CHANGELOG/CHANGELOG-1.9.md
+++ b/CHANGELOG/CHANGELOG-1.9.md
@@ -1,4 +1,8 @@
+* [v1.9.5](#v195)
+ * [Downloads for v1.9.5](#downloads-for-v195)
+ * [KubeEdge v1.9.5 Release Notes](#kubeedge-v195-release-notes)
+ * [Changelog since v1.9.4](#changelog-since-v194)
* [v1.9.4](#v194)
* [Downloads for v1.9.4](#downloads-for-v194)
* [KubeEdge v1.9.4 Release Notes](#kubeedge-v194-release-notes)
@@ -23,6 +27,19 @@
* [Other Notable Changes](#other-notable-changes)
* [Bug Fixes](#bug-fixes)
+# v1.9.5
+
+## Downloads for v1.9.5
+
+Download v1.9.5 in the [v1.9.5 release page](https://github.com/kubeedge/kubeedge/releases/tag/v1.9.5).
+
+## KubeEdge v1.9.5 Release Notes
+
+### Changelog since v1.9.4
+
+- Fix pod running on edge node has invalid serviceaccount token. ([#4206](https://github.com/kubeedge/kubeedge/pull/4206), [@vincentgoat](https://github.com/vincentgoat))
+- Fix: Ignore the cache timestamp of the MachineInfo Metrics. ([#4222](https://github.com/kubeedge/kubeedge/pull/4222), [@tonyzaizai](https://github.com/tonyzaizai))
+
# v1.9.4