2014-04-08 22:08:16 +00:00
|
|
|
propellor (0.2.4) UNRELEASED; urgency=medium
|
|
|
|
|
|
|
|
* ipv6to4: Ensure interface is brought up automatically on boot.
|
2014-04-08 22:41:30 +00:00
|
|
|
* Enabling unattended upgrades now ensures that cron is installed and
|
|
|
|
running to perform them.
|
2014-04-09 04:54:27 +00:00
|
|
|
* Properties can be scheduled to only be checked after a given time period.
|
2014-04-10 04:53:12 +00:00
|
|
|
* Fix bootstrapping of dependencies.
|
|
|
|
* Fix compilation on Debian stable.
|
|
|
|
* Include security updates in sources.list for stable and testing.
|
2014-04-08 22:08:16 +00:00
|
|
|
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 08 Apr 2014 18:07:12 -0400
|
|
|
|
|
2014-04-08 06:08:28 +00:00
|
|
|
propellor (0.2.3) unstable; urgency=medium
|
2014-04-04 19:58:48 +00:00
|
|
|
|
|
|
|
* docker: Fix laziness bug that caused running containers to be
|
|
|
|
unnecessarily stopped and committed.
|
2014-04-04 20:20:20 +00:00
|
|
|
* Add locking so only one propellor can run at a time on a host.
|
2014-04-04 22:21:54 +00:00
|
|
|
* docker: When running as effective init inside container, wait on zombies.
|
2014-04-08 06:08:28 +00:00
|
|
|
* docker: Added support for configuring shared volumes and linked
|
|
|
|
containers.
|
2014-04-04 19:58:48 +00:00
|
|
|
|
2014-04-08 06:08:28 +00:00
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 08 Apr 2014 02:07:37 -0400
|
2014-04-04 19:58:48 +00:00
|
|
|
|
2014-04-04 05:12:09 +00:00
|
|
|
propellor (0.2.2) unstable; urgency=medium
|
2014-04-04 04:08:30 +00:00
|
|
|
|
|
|
|
* Now supports provisioning docker containers with architecture/libraries
|
2014-04-04 05:12:09 +00:00
|
|
|
that do not match the host.
|
2014-04-04 04:08:30 +00:00
|
|
|
* Fixed a bug that caused file modes to be set to 600 when propellor
|
2014-04-04 05:12:09 +00:00
|
|
|
modified the file (did not affect newly created files).
|
2014-04-04 04:08:30 +00:00
|
|
|
|
2014-04-04 05:12:09 +00:00
|
|
|
-- Joey Hess <joeyh@debian.org> Fri, 04 Apr 2014 01:07:32 -0400
|
2014-04-04 04:08:30 +00:00
|
|
|
|
2014-04-03 04:59:26 +00:00
|
|
|
propellor (0.2.1) unstable; urgency=medium
|
|
|
|
|
|
|
|
* First release with Debian package.
|
|
|
|
|
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 03 Apr 2014 01:43:14 -0400
|
|
|
|
|
|
|
|
propellor (0.2.0) unstable; urgency=low
|
2014-04-01 19:07:07 +00:00
|
|
|
|
|
|
|
* Added support for provisioning Docker containers.
|
|
|
|
* Bootstrap deployment now pushes the git repo to the remote host
|
|
|
|
over ssh, securely.
|
|
|
|
* propellor --add-key configures a gpg key, and makes propellor refuse
|
|
|
|
to pull commits from git repositories not signed with that key.
|
|
|
|
This allows propellor to be securely used with public, non-encrypted
|
|
|
|
git repositories without the possibility of MITM.
|
2014-04-02 16:13:39 +00:00
|
|
|
* Added support for type-safe reversions. Only some properties can be
|
|
|
|
reverted; the type checker will tell you if you try something that won't
|
|
|
|
work.
|
|
|
|
* New syntactic sugar for building a list of properties, including
|
|
|
|
revertable properties.
|
2014-04-01 19:07:07 +00:00
|
|
|
|
2014-04-02 17:57:50 +00:00
|
|
|
-- Joey Hess <joeyh@debian.org> Wed, 02 Apr 2014 13:57:42 -0400
|