diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-24 11:51:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-24 11:51:53 -0400 |
| commit | b1c4ddff04b5571e7ec60e7bfb014db76fd48eae (patch) | |
| tree | fbe5f14a1808140d2aff7722b62e5f6344b616f7 /doc/news | |
| parent | c4533b38e33bb4ab2a49770c10178bfd8bd09188 (diff) | |
add news item for propellor 0.9.1
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_0.8.0.mdwn | 20 | ||||
| -rw-r--r-- | doc/news/version_0.9.1.mdwn | 6 |
2 files changed, 6 insertions, 20 deletions
diff --git a/doc/news/version_0.8.0.mdwn b/doc/news/version_0.8.0.mdwn deleted file mode 100644 index 69dbb927..00000000 --- a/doc/news/version_0.8.0.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -propellor 0.8.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Completely reworked privdata storage. There is now a single file, - and each host is sent only the privdata that its Properties actually use. - To transition existing privdata, run propellor against a host and - watch out for the red failure messages, and run the suggested commands - to store the privdata using the new storage scheme. You may find - it useful to run the old version of propellor to extract data from the old - privdata files during this migration. - Several properties that use privdata now require a context to be - specified. If in doubt, you can use anyContext, or - Context "hostname.example.com" - * Add --edit to edit a privdata value in $EDITOR. - * Add --list-fields to list all currently set privdata fields, along with - the hosts that use them. - * Fix randomHostKeys property to run openssh-server's postinst in a - non-failing way. - * Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, - to avoid eg, apache complaining "Could not reliably determine the - server's fully qualified domain name"."""]]
\ No newline at end of file diff --git a/doc/news/version_0.9.1.mdwn b/doc/news/version_0.9.1.mdwn new file mode 100644 index 00000000..1a7039cf --- /dev/null +++ b/doc/news/version_0.9.1.mdwn @@ -0,0 +1,6 @@ +propellor 0.9.1 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Docker: Add ability to control when containers restart. + * Docker: Default to always restarting containers, so they come back + up after reboots and docker daemon upgrades. + * Fix loop when a docker host that does not exist was docked."""]]
\ No newline at end of file |
