Skip to content

Commit 3334fbb

Browse files
committed
release note for v0.8.0
Signed-off-by: Wang Xu <[email protected]>
1 parent d9e0670 commit 3334fbb

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* [Xen FAQ](trouble_shooting/xen.md)
4646
* [Release Notes](release_notes/README.md)
4747
* [latest](release_notes/latest.md)
48+
* [v0.8 (2017-03-20)](release_notes/v0.8.md)
4849
* [v0.7 (2016-10-28)](release_notes/v0.7.md)
4950
* [v0.6 (2016-05-25)](release_notes/v0.6.md)
5051
* [v0.5 (2016-02-05)](release_notes/v0.5.md)

release_notes/latest.md

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
# Version 0.7 (2016-10-28)
1+
# Version 0.8 (2017-03-20)
22

3-
In version 0.7, HyperContainer and RunV supports several new architectures, introduced some new features, and kept improving the stability. Here are some highlight features of the release.
3+
In version 0.8, Hyperd and RunV was refactored, and introduced several significant updates, such as support the Kubernetes Container Runtime Interface (CRI) semantics, and support OCI images spec. Here are some highlight features of the release.
44

5-
## hyperd
5+
- Refactor: Move all the Pod level logic to hyperd, and runV only maintains the sandbox and containers.
6+
- Refactor: Allow add/remove containers to/from a Pod/sandbox.
7+
- Refactor: Don't stop Sandbox without an explicit stop command even if the last container is stopped. This is compatible to the k8s CRI semantics.
8+
- Feature: Support OCI Image Spec.
9+
- Interfaces: Support GRPC API interface better.
10+
- Arch: support ARM64 CPUs with GIC version3, such as the Cavium ThunderX 64-core CPU.
611

7-
- More arch supports: s390x, ppc64le, and arm64.
8-
- **VM Template**: faster boot performance (130ms) and less memory consumption (save 80MB per pod/VM).
9-
- Improve gRPC APIs.
10-
- Improve streaming IO (attach & exec) for containers.
11-
- Many other fixes and improvements.
12-
13-
## runV
14-
15-
- Support system arch s390x and ppc64le.
16-
- Support system arch ARM64.
17-
- Enable VM template for runV and runV-containerd, which improves the boot performance to 130ms and reduces 80MB memory consumption per container.
18-
- Enable CNI, OVS and improve the networking configurations.
19-
- Add QoS Control for network interface.
20-
- Allow one volume to be mounted to multiple mount points of one container.
21-
- Improve streaming IO for containers.
22-
- Move dependencies from Godep to vendors.
23-
- Many other fixes and improvements.
12+
And many other improvements and updates.

release_notes/v0.8.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Version 0.8 (2017-03-20)
2+
3+
In version 0.8, Hyperd and RunV was refactored, and introduced several significant updates, such as support the Kubernetes Container Runtime Interface (CRI) semantics, and support OCI images spec. Here are some highlight features of the release.
4+
5+
- Refactor: Move all the Pod level logic to hyperd, and runV only maintains the sandbox and containers.
6+
- Refactor: Allow add/remove containers to/from a Pod/sandbox.
7+
- Refactor: Don't stop Sandbox without an explicit stop command even if the last container is stopped. This is compatible to the k8s CRI semantics.
8+
- Feature: Support OCI Image Spec.
9+
- Interfaces: Support GRPC API interface better.
10+
- Arch: support ARM64 CPUs with GIC version3, such as the Cavium ThunderX 64-core CPU.
11+
12+
And many other improvements and updates.

0 commit comments

Comments
 (0)