Skip to content

Commit 35bbd4d

Browse files
author
Peng Zhao
committed
Update release_notes/v0.5.md
1 parent ff93a29 commit 35bbd4d

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

release_notes/v0.5.md

100644100755
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ In version 0.5, Hyper and runV introduced many features, improved stability, and
55
## Highlight features
66

77
- Optimized the `run` command, for example, now you can use `-t` flag for tty. more flags definition could reference the [run command](../reference/run.md).
8-
- Support `libvirt` as an hypervisor driver, and with libvirt, you can find Hyper VMs with `virsh`
9-
- Support service-discovery aux container in Pod and other related features for the integration with Kubernetes.
10-
- Support Cinder/ceph volume and configured Neutron Networks for the integration with OpenStack.
11-
- Allow configure storage driver through config file.
8+
- Support `libvirt` for pod management, now `virsh` will show Hyper VMs.
9+
- Built-in service discovery in Pod
10+
- New `hyper logs` command to retrieve container logs
11+
- Integration with Openstack Cinder (Ceph), Neutron
12+
- Add storage driver configuration
1213

1314
## Other improvements
1415

15-
- Allow attach to containers from the very beginning.
16-
- Improve file insert, now you can insert files from either remote or local machine by specify the URI.
17-
- Hyper client now return the exit value of the process when `run` or `exec` exit.
18-
- Configure default `/etc/hosts` and `/etc/resolv.conf` for the user if no hosts or DNS configured.
19-
- Improve `list` command, now you can list contents with vm or pod as filter.
20-
- Support `logs` command for container logs.
21-
- Support registry mirror and insecure registry options.
22-
- Build RPM packages for CentOS and Fedora with Hyper.
23-
- Add integration tests.
16+
- Improve file insert, now you can insert files from either remote or local machine by specifying the URI
17+
- Hyper CLI now returns the exit value of the process when `run` or `exec` exit.
18+
- Generate default `/etc/hosts` and `/etc/resolv.conf` for the user if no hosts or DNS configured.
19+
- Improve `list` command, now you can filter the output
20+
- Support registry mirror and insecure registry options
21+
- Build RPM packages for CentOS and Fedora with Hyper
22+
- Add integration test suite
2423
- Many stability improvements and bug fixes.
2524

2625
More details on our website: [(http://hyper.sh)](http://hyper.sh/).

0 commit comments

Comments
 (0)