diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-07-21 17:59:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-07-21 17:59:30 +0000 |
commit | 71d64f68533316d7be5fc986309aa4d2d1436e5d (patch) | |
tree | 4108e0527b27c3d8b9ea7038833525b760a7a393 | |
parent | Adding lazy detection in container info command for Debian 12 (booworm). (diff) | |
download | compute-tools-71d64f68533316d7be5fc986309aa4d2d1436e5d.tar.xz compute-tools-71d64f68533316d7be5fc986309aa4d2d1436e5d.zip |
Releasing version 20220721.v20220721
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | CHANGELOG.txt | 10 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 42ed6f1..ac686db 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,13 @@ +2022-07-21 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20220721. + + [ Daniel Baumann ] + * Returning all ip addresses in cnt info command. + * Correcting container info command to report IP addresses of stopped container. + * Handling multiple IP addresses in container info command the same way for stopped containers as for started ones. + * Adding lazy detection in container info command for Debian 12 (booworm). + 2022-07-04 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20220704. diff --git a/VERSION.txt b/VERSION.txt index d929766..ace4919 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20220704 +20220721 |