From 0f6729bbb3298e044bf8186b4d2dac9e6585c976 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jun 2015 17:14:42 -0400 Subject: add news item for propellor 2.5.0 --- doc/news/version_1.3.0.mdwn | 17 ----------------- doc/news/version_2.5.0.mdwn | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 17 deletions(-) delete mode 100644 doc/news/version_1.3.0.mdwn create mode 100644 doc/news/version_2.5.0.mdwn (limited to 'doc/news') diff --git a/doc/news/version_1.3.0.mdwn b/doc/news/version_1.3.0.mdwn deleted file mode 100644 index 87abb2f7..00000000 --- a/doc/news/version_1.3.0.mdwn +++ /dev/null @@ -1,17 +0,0 @@ -propellor 1.3.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * --spin checks if the DNS matches any configured IP address property - of the host, and if not, sshes to the host by IP address. - * Detect #774376 and refuse to use docker if the system is so broken - that docker exec doesn't enter a chroot. - * Update intermediary propellor in --spin --via - * Added support for DNSSEC. - * Ssh.hostKey and Ssh.hostKeys no longer install public keys from - the privdata. Instead, the public keys are included in the - configuration. (API change) - * Ssh.hostKeys now removes any host keys of types that the host is not - configured to have. - * sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType - parameter. (API change) - * CloudAtCost.deCruft no longer forces randomHostKeys. - * Fix build with process 1.2.1.0."""]] \ No newline at end of file diff --git a/doc/news/version_2.5.0.mdwn b/doc/news/version_2.5.0.mdwn new file mode 100644 index 00000000..5c481d0e --- /dev/null +++ b/doc/news/version_2.5.0.mdwn @@ -0,0 +1,28 @@ +propellor 2.5.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * cmdProperty' renamed to cmdPropertyEnv to make way for a new, + more generic cmdProperty' (API change) + * Add docker image related properties. + Thanks, Antoine Eiche. + * Export CommandParam, boolSystem, safeSystem, shellEscape, and + * createProcess from Propellor.Property.Cmd, so they are available + for use in constricting your own Properties when using propellor + as a library. + * Improve enter-machine scripts for systemd-nspawn containers to unset most + environment variables. + * Fix Postfix.satellite bug; the default relayhost was set to the + domain, not to smtp.domain as documented. + * Mount /proc inside a chroot before provisioning it, to work around #787227 + * --spin now works when given a short hostname that only resolves to an + ipv6 address. + * Added publish property for systemd-spawn containers, for port publishing. + (Needs systemd version 220.) + * Added bind and bindRo properties for systemd-spawn containers. + * Firewall: Port was changed to a newtype, and the Port and PortRange + constructors of Rules were changed to DPort and DportRange, respectively. + (API change) + * Docker: volume and publish accept Bound FilePath and Bound Port, + respectively. They also continue to accept Strings, for backwards + compatibility. + * Docker: Added environment property. + Thanks Antoine Eiche."""]] \ No newline at end of file -- cgit v1.2.3