summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/propellor_demo.mdwn8
-rw-r--r--doc/news/version_2.5.0.mdwn28
-rw-r--r--doc/news/version_2.6.0.mdwn10
-rw-r--r--doc/news/version_2.7.0.mdwn13
-rw-r--r--doc/news/version_2.7.1.mdwn5
-rw-r--r--doc/news/version_2.7.2.mdwn10
6 files changed, 74 insertions, 0 deletions
diff --git a/doc/news/propellor_demo.mdwn b/doc/news/propellor_demo.mdwn
new file mode 100644
index 00000000..362f56e6
--- /dev/null
+++ b/doc/news/propellor_demo.mdwn
@@ -0,0 +1,8 @@
+A quick demo of propellor.
+
+<video controls src="http://downloads.kitenet.net/talks/propellor_demo/propellor_demo.webm"></video>
+
+[video](http://downloads.kitenet.net/talks/propellor_demo/propellor_demo.webm)
+
+(Audio quality is clipped/fast in places, unfortunately this was a problem
+with the source recording.)
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
diff --git a/doc/news/version_2.6.0.mdwn b/doc/news/version_2.6.0.mdwn
new file mode 100644
index 00000000..4cd360f4
--- /dev/null
+++ b/doc/news/version_2.6.0.mdwn
@@ -0,0 +1,10 @@
+propellor 2.6.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Replace String type synonym Docker.Image by a data type
+ which allows to specify an image name and an optional tag. (API change)
+ Thanks, Antoine Eiche.
+ * Added --unset to delete a privdata field.
+ * Version dependency on exceptions.
+ * Systemd: Add masked property.
+ Thanks, Sean Whitton
+ * Fix make install target to work even when git is not configured."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.0.mdwn b/doc/news/version_2.7.0.mdwn
new file mode 100644
index 00000000..a7e840d8
--- /dev/null
+++ b/doc/news/version_2.7.0.mdwn
@@ -0,0 +1,13 @@
+propellor 2.7.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Ssh.permitRootLogin type changed to allow configuring WithoutPassword
+ and ForcedCommandsOnly (API change)
+ * setSshdConfig type changed, and setSshdConfigBool added with old type.
+ * Fix a bug in shim generation code for docker and chroots, that
+ sometimes prevented deployment of docker containers.
+ * Added onChangeFlagOnFail which is often a safer alternative to
+ onChange.
+ Thanks, Antoine Eiche.
+ * Work around broken git pull option parser in git 2.5.0,
+ which broke use of --upload-pack to send a git push when running
+ propellor --spin."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.1.mdwn b/doc/news/version_2.7.1.mdwn
new file mode 100644
index 00000000..43209b59
--- /dev/null
+++ b/doc/news/version_2.7.1.mdwn
@@ -0,0 +1,5 @@
+propellor 2.7.1 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Make sure that make is installed when bootstrapping propellor.
+ * Fix bug in Firewall's Port datatype to iptable parameter translation code.
+ Thanks, Antoine Eiche."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.2.mdwn b/doc/news/version_2.7.2.mdwn
new file mode 100644
index 00000000..21de73e6
--- /dev/null
+++ b/doc/news/version_2.7.2.mdwn
@@ -0,0 +1,10 @@
+propellor 2.7.2 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Added Propellor.Property.ConfFile, with support for Windows-style .ini
+ files, and generic support for files containing some sort of sections.
+ Thanks, Sean Whitton for completing the implementation.
+ * Added Propellor.Property.LightDM
+ Thanks, Sean Whitton.
+ * Multiple Tor.hiddenService properties can now be defined for a host;
+ previously only one such property worked per host.
+ Thanks, FĂ©lix Sipma."""]] \ No newline at end of file