diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-26 03:57:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-26 03:57:11 +0000 |
commit | f277567cc45fc61cfca8ba30d89813855440eb93 (patch) | |
tree | 2268932e0e1cb4bdd65cc17b1c3b0070d6db10d7 /CHANGELOG.txt | |
parent | Adding upstream version 20210725. (diff) | |
download | open-infrastructure-compute-tools-f277567cc45fc61cfca8ba30d89813855440eb93.tar.xz open-infrastructure-compute-tools-f277567cc45fc61cfca8ba30d89813855440eb93.zip |
Adding upstream version 20210726.upstream/20210726
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 707ae56..9885e5a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,28 @@ +2021-07-26 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20210726. + + [ Daniel Baumann ] + * Harmonizing formating of default values in manpages. + * Harmonizing formating of URL in homepage section in manpages. + * Correcting spelling typos in documentation files. + * Adding reference to manpage in 'no such container command' error message. + * Adding check for writable gpg directory in container key command. + * Updating container-image example build script for current debian releases. + * Renaming container create command to container build. + * Making previous container curl create script a container get script. + * Adding container get command. + * Creating empty keyring directory in Makefile. + * Adding example public keys. + * Updating default keyserver for container key command. + * Updating example key in container key manpage examples. + * Adding sensible default lookups for container key bash-completion. + * Speeding up container list command by not gathering IP addresses for output format that don't need it. + * Speeding up container list command by optimizing IP address gathering. + * Support fetching remote keys from keyserver in container key command. + * Support fetching local keys from keyring library in container key command. + * Using sig instead of sign as gpg signature extension for container images. + 2021-07-25 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20210725. @@ -682,7 +707,7 @@ * Updating contact section in manpages. * Harmonizing manpage markup. * Adding --clean option to curl container create script to remove - downloaded tarball from cache after successfull container creation. + downloaded tarball from cache after successful container creation. * Changing cache directory in curl create script from /var/cache/container-tools/curl to /var/cache/container-tools/images. * Using https by default in container-images.sh example script. @@ -879,7 +904,7 @@ * Silencing error message in container list command if machine directory is not readable. * Excluding container-tools and .container-tools in /var/lib/machines as - special directories to allow all container-tools ressources to be + special directories to allow all container-tools resources to be places on shared storage. [ Andreas Kreuzer ] |