summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-06-05 08:20:59 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-06-05 08:24:00 +0000
commit347e15832d533eb9915dbe331409726a91ee4017 (patch)
treed96f1099192ff603bba73ccd2fd4d4ab274b1f5c
parentSetting default for cnt.auto to last-on in debconf build scripts. (diff)
downloadcompute-tools-347e15832d533eb9915dbe331409726a91ee4017.tar.xz
compute-tools-347e15832d533eb9915dbe331409726a91ee4017.zip
Releasing version 20220605.v20220605
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--CHANGELOG.txt17
-rw-r--r--VERSION.txt2
2 files changed, 18 insertions, 1 deletions
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 <daniel.baumann@open-infrastructure.net>
+
+ * 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 <sakirnth@gmail.com> for the use-case and idea.
+ * Setting default for cnt.auto to last-on in debconf build scripts.
+
2022-06-04 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* 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