summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-06-29 09:10:04 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-06-29 09:18:40 +0000
commit8ad1607156208b6a5af6d8f7c9cc816d588dfa95 (patch)
tree4ce27d82d272945791c6d3ee0d153d26d74025a3 /CHANGELOG.txt
parentAllow cnt.auto=force-true to enforce startup of a locked container at system ... (diff)
downloadcompute-tools-8ad1607156208b6a5af6d8f7c9cc816d588dfa95.tar.xz
compute-tools-8ad1607156208b6a5af6d8f7c9cc816d588dfa95.zip
Releasing version 20170629.v20170629
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 21fda43..96c6c4e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,44 @@
+2017-06-29 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20170629.
+
+ * Backward incompatible changes:
+ - container auto configuration in the [start] section to
+ entangle shared storage/automatically start at boot time
+ support:
+
+ old: cnt.auto=true
+
+ new: cnt.auto=true
+ cnt.container-server=${FQDN}
+
+ whereas ${FQDN} needs to be replaced with the actual hostname
+ of the container server.
+
+ [ Daniel Baumann ]
+ * Removing useless whitespace in debconf script.
+ * Correcting typo in systemd parts of the Makefile's uninstall target.
+
+ [ Nik Lutz ]
+ * Implementing postup/postdown for systemd-networkd by creating systemd units in /etc/systemd/system.
+
+ [ Daniel Baumann ]
+ * Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>.
+ * Using allow-hotplug instead of allow in host-setup documentation.
+ * Removing net-tools from host-setup documentation, it is a direct depends of container-tools for the time being.
+ * Renaming cnt.auto to cnt.container-server in order to split functionality of 'binding container to a specific host system' from 'starting container at system boot'.
+ * Executing auto commands only when cnt.auto=true and cnt.container-server matches the current hostname.
+ * Adding CONTAINER_COMMANDS_ENABLE variable for container-shell to add support for allowing certain container commands for a specific container-shell invocation only.
+ * Adding CONTAINER_COMMANDS_DISABLE variable for container-shell to add support for disallowing certain container commands for a specific container-shell invocation only.
+ * Documenting usage of container-shell command restrictions in container-shell manpage.
+ * Using more systemd-ish status symbols in container list command.
+ * Adding new container top command.
+ * Adding new container top command manpage.
+ * Updating bash-completion for container top command.
+ * Adjusting container list outout for container top command.
+ * Harmonizing edition of container configuration file in debconf script.
+ * Allow cnt.auto=force-true to enforce startup of a locked container at system startup.
+
2017-05-22 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20170522.