diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2019-09-18 09:32:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-18 09:32:22 +0800 |
| commit | d968372eb72ba761586c935499b81900f1a8fc35 (patch) | |
| tree | 1daf17ef6818bb434c20d98b5f6c225679fd5d86 | |
| parent | Merge pull request #1059 from edisonxiang/addcsidriver (diff) | |
| parent | add CHANGELOG for v1.1 (diff) | |
| download | kubeedge-origin/release-1.1.tar.gz | |
Merge pull request #1130 from fisherxu/release-1.1v1.1.0origin/release-1.1
add CHANGELOG for v1.1
| -rw-r--r-- | CHANGELOG-1.1.md | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/CHANGELOG-1.1.md b/CHANGELOG-1.1.md new file mode 100644 index 000000000..2f11d247c --- /dev/null +++ b/CHANGELOG-1.1.md @@ -0,0 +1,72 @@ + + * [v1.1.0](#v110) + * [Downloads for v1.1.0](#downloads-for-v110) + * [KubeEdge Binaries](#kubeedge-binaries) + * [Installer Binaries](#installer-binaries) + * [EdgeSite Binaries](#edgesite-binaries) + * [KubeEdge v1.1 Release Notes](#kubeedge-v11-release-notes) + * [1.1 What's New](#11-whats-new) + * [Known Issues](#known-issues) + * [Other notable changes](#other-notable-changes) + +# KubeEdge v1.1 Release Notes + +## 1.1 What's New + +**Container Storage Interface (CSI) support** + +This feature enables running applications with persistant data store at edge and KubeEdge to support [basic CSI Volume Lifecycle](https://github.com/container-storage-interface/spec/blob/master/spec.md#volume-lifecycle) and is compatible with Kubernetes and CSI. + +**Dynamic Admission Control Webhook** + +Admission control webhook is an effective way of validating/mutating the object configuration for KubeEdge API objects like devicemodels, devices. + +**Kubernetes Upgrade** + +Upgrade the venderod kubernetes version to v1.15.3, so users can use the feature of new version on the cloud and on the edge side. + +**KubeEdge local setup scripts** + +A bash script that can start a KubeEdge cluster in a VM with cloudcore, edgecore binaries and kind. It uses kind to start K8s cluster and runs cloudcore, edgecore binaries as processes in a single VM. + +### Known Issues + +- Reliable message delivery between cloud and edge is missing. + +- There is no logic to partition the configmap containing multiple device models and device instances. + +### Other notable changes + +- Add New Feature: support dockershim in edged. ([#829](https://github.com/kubeedge/kubeedge/pull/829), [@arcanique](https://github.com/arcanique)) + +- Fix edge_core cannot connect to edgecontroller after disconnecting once ([#870](https://github.com/kubeedge/kubeedge/pull/870), [@shouhong](https://github.com/shouhong)) + +- Raspberry Pi3/4 cross build ([#903](https://github.com/kubeedge/kubeedge/pull/903), [@subpathdev](https://github.com/subpathdev)) + +- Upgrade to Kubernetes v1.15 ([#941](https://github.com/kubeedge/kubeedge/pull/941), [@edisonxiang](https://github.com/edisonxiang)) + +- Use go mod ([#947](https://github.com/kubeedge/kubeedge/pull/947), [@subpathdev](https://github.com/subpathdev)) + +- Rename device dir to mappers which places mappers ([#966](https://github.com/kubeedge/kubeedge/pull/966), [@fisherxu](https://github.com/fisherxu)) + +- New feature: L4 Proxy support in edgemesh ([#970](https://github.com/kubeedge/kubeedge/pull/970), [@arcanique](https://github.com/arcanique)) + +- Initialize feature lifecycle doc ([#850](https://github.com/kubeedge/kubeedge/pull/850), [@kevin-wangzefeng](https://github.com/kevin-wangzefeng)) + +- Change go version from go 1.11 to go 1.12 ([#982](https://github.com/kubeedge/kubeedge/pull/982), [@kadisi](https://github.com/kadisi)) + +- Add admission webhook for validate device CRD ([#984](https://github.com/kubeedge/kubeedge/pull/984), [@chendave](https://github.com/chendave)) + +- Rename edgecontroller to cloudcore ([#988](https://github.com/kubeedge/kubeedge/pull/988), [@fisherxu](https://github.com/fisherxu)) + +- Rename edge_core to edgecore ([#999](https://github.com/kubeedge/kubeedge/pull/999), [@kexun](https://github.com/kexun)) + +- Unifying logging library to klog ([#1019](https://github.com/kubeedge/kubeedge/pull/1019), [@kadisi](https://github.com/kadisi)) + +- Add in-tree csi plugin implementations ([#1047](https://github.com/kubeedge/kubeedge/pull/1047), [@edisonxiang](https://github.com/edisonxiang)) + +- Add csi driver from kubeedge ([#1059](https://github.com/kubeedge/kubeedge/pull/1019), [@edisonxiang](https://github.com/edisonxiang)) + +- Add local up kubeedge script ([#1085](https://github.com/kubeedge/kubeedge/pull/1085), [@fisherxu](https://github.com/fisherxu)) + +- Fix panic: concurrent write to websocket ([#1112](https://github.com/kubeedge/kubeedge/pull/1112), [@fisherxu](https://github.com/fisherxu)) |
