From 1e3d25c426920a7f8bf116ca08811ac752763f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harry=20M=C3=ADchal?= Date: Fri, 6 Mar 2020 17:47:30 +0100 Subject: [PATCH] Prepare 0.0.90 https://github.com/containers/toolbox/pull/435 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 149639863..ca484e29c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Overview of changes in 0.0.90 +============================ + +* Rewrite Toolbox in Go +* Remove support for toolbox containers created by Toolbox 0.0.9 and older +* Add option --version to show current Toolbox version +* Add options --log-level and --log-podman as possible future replacements for + --verbose and --very-verbose +* Clean up the spinner when aborted by SIGINT (or ctrl+c) and such +* Fix duplication in the output of the list command +* Mark the reset command as deprecated (replaced by 'podman system reset') +* Support specifying the name of a toolbox container as an argument to the + create and enter commands, in addition to the --container option + + Overview of changes in 0.0.18 =============================