From 347e15832d533eb9915dbe331409726a91ee4017 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Jun 2022 10:20:59 +0200 Subject: Releasing version 20220605. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 17 +++++++++++++++++ VERSION.txt | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f21afa0..0887fe9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,20 @@ +2022-06-05 Daniel Baumann + + * Releasing version 20220605. + + * Backward incompatible changes: + - The container stop command is now interactive by default, + use 'container stop --force' / 'cnt stop -f' instead. + + [ Daniel Baumann ] + * Correcting container status bash-completion to complete on all containers rather than only stopped ones. + * Using variables in directory paths in container key command. + * Adding default interactive mode for container stop command. + * Renaming force option in container stop command to kill in order to properly separate the three different stop modi (interactive, force, kill). + * Tracking container state in run files in /var/lib/compute-tools. + * Automatically restoring previous state after reboot by using last-on/last-off config options, thanks to Sakirnth Nagarasa for the use-case and idea. + * Setting default for cnt.auto to last-on in debconf build scripts. + 2022-06-04 Daniel Baumann * Releasing version 20220604. diff --git a/VERSION.txt b/VERSION.txt index d6a6827..fcf7587 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20220604 +20220605 -- cgit v1.2.3