You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5,22 +5,21 @@ In version 0.5, Hyper and runV introduced many features, improved stability, and
5
5
## Highlight features
6
6
7
7
- 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
12
13
13
14
## Other improvements
14
15
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
24
23
- Many stability improvements and bug fixes.
25
24
26
25
More details on our website: [(http://hyper.sh)](http://hyper.sh/).
0 commit comments