Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Oct 6, 2014
1 parent 9842fc4 commit e1398a2
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,37 @@ fuselage
0.0.2 (unreleased)
------------------

- Execute resources are now implicitly named by taking the command or commands
parameters and filterning non-ascii non-alphanumeric characters out. For
example, an Execute that did ``touch /foo`` would be implicitly named
- ``Execute`` resources are now implicitly named by taking the command or
commands parameters and filterning non-ascii non-alphanumeric characters out.
For example, an Execute that did ``touch /foo`` would be implicitly named
``touch-foo``.

- Extend changes.ShellCommand so that it can be instructed to log something
- Extend ``changes.ShellCommand`` so that it can be instructed to log something
other than command.

- Clean up temporary files after execution.

- Add a ResourceBundle.from_iterator(..) convenience method. When used with
- Add a ``ResourceBundle.from_iterator()`` convenience method. When used with
generators it will throw validation errors at the point where the resource
was yielded.

- Add support for --simulate flag passing in fabric backend.
- Add a new ``ResoureBundle.extend`` convenience method.

- Add support for Yum packages.
- Add support for ``--simulate`` flag passing in fabric backend.

- Add support for ``Yum`` packages.

- Add a ``sensitve`` flag to ``File``, ``Line`` and ``Patch``.

- Resources that take ``owner`` as a parameter now default to the current user instead of ``root``.

- Resources that take ``group`` now default to the primary group of ``owner`` instead of ``root``.

- Fixed the ``Service`` resource.

- Add some more helpers around fabric support.

- Fabric bundles can be converted into Docker containers.


0.0.1 (2014-07-06)
Expand Down

0 comments on commit e1398a2

Please sign in to comment.