summaryrefslogtreecommitdiff
path: root/doc/news/version_2.5.0.mdwn
diff options
context:
space:
mode:
authorJoey Hess2015-06-09 17:14:42 -0400
committerJoey Hess2015-06-09 17:14:42 -0400
commit0f6729bbb3298e044bf8186b4d2dac9e6585c976 (patch)
tree6dad6f0a4ffd2612444cffbc6da52365f468f191 /doc/news/version_2.5.0.mdwn
parent2549d97c84ed19c74777ce70655ca6a33ae816ab (diff)
add news item for propellor 2.5.0
Diffstat (limited to 'doc/news/version_2.5.0.mdwn')
-rw-r--r--doc/news/version_2.5.0.mdwn28
1 files changed, 28 insertions, 0 deletions
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