diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 00:55:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 00:55:36 +0000 |
commit | 7175c22e9682fb0ec24dcb080903c9e51395abc8 (patch) | |
tree | 072b0aba02f0fddb75cdfd4f046341ee65740479 | |
parent | Adding boliderplate variables in post-start.chown-nvidia.sh example hook for ... (diff) | |
download | compute-tools-7175c22e9682fb0ec24dcb080903c9e51395abc8.tar.xz compute-tools-7175c22e9682fb0ec24dcb080903c9e51395abc8.zip |
Releasing version 20210727.v20210727
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | CHANGELOG.txt | 15 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 704f3f8..f52f6f6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,18 @@ +2021-07-27 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20210727. + + [ Daniel Baumann ] + * Adding backward incompatible changes of the previous release to changelog. + * Correcting synopsis in container-run manpage. + * Adding container update command. + * Also adding notifications for container get command in container main program. + * Suffixing keys with keyid in container keyring samples for transparency and uniqueness of the keys. + * Adding manpage references in usage message in main container program. + * Hardening quoting in container main program. + * Supporting /etc/compute-tools/container.conf.d. + * Adding boliderplate variables in post-start.chown-nvidia.sh example hook for consistency. + 2021-07-26 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20210726. diff --git a/VERSION.txt b/VERSION.txt index e8d397b..781a3b1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20210726 +20210727 |