Skip to content
Snippets Groups Projects
CHANGELOG.rst 1.63 KiB
Newer Older
Pietsch, Martin's avatar
Pietsch, Martin committed
===============================
sdm.oor Release Notes
===============================

.. contents:: Topics

v1.0.0
======

Major Changes
-------------

- added strategy plugins `sdmfree` and `sdmhost_pinned`
- added callback plugin `sdmdefault`
Pietsch, Martin's avatar
Pietsch, Martin committed

v1.1.0
======

Minor Changes
-------------

- added action plugin `dump_role_vars`

v1.2.0
======

Minor Changes
-------------

- changed list merge behavior of roles from 'append' to 'replace'
Pietsch, Martin's avatar
Pietsch, Martin committed

v1.2.1
======

Bugfixes
--------

- handlers are not executed correctly
Pietsch, Martin's avatar
Pietsch, Martin committed

v1.2.2
======

Bugfixes
--------

- added missing imports
Pietsch, Martin's avatar
Pietsch, Martin committed

v1.2.3
======

Bugfixes
--------

- added missing imports

Pietsch, Martin's avatar
Pietsch, Martin committed
v1.2.4
======

Bugfixes
--------

- added missing imports

Pietsch, Martin's avatar
Pietsch, Martin committed
v1.2.5
======

Bugfixes
--------

- wrong adding of handlers 
Pietsch, Martin's avatar
Pietsch, Martin committed

v1.2.6
======

Bugfixes
--------

- adding missing import to sdmfree strategy module

v1.2.7
======

Bugfixes
--------

- missing vars property of SDMDepsHelperRole object
Pietsch, Martin's avatar
Pietsch, Martin committed

v2.0.0
======

Major Changes
-------------

Pietsch, Martin's avatar
Pietsch, Martin committed
- add the object-oriented support for collection roles
- replace the former inheritance model
Pietsch, Martin's avatar
Pietsch, Martin committed
- cleanup the source code
Pietsch, Martin's avatar
Pietsch, Martin committed
- add plugin to return a value to level of the calling task
Pietsch, Martin's avatar
Pietsch, Martin committed

Bugfixes
--------

- loading process creates multiple independent instances
Pietsch, Martin's avatar
Pietsch, Martin committed
- loading tasks for exection on each state (loaded or creation)
Pietsch, Martin's avatar
Pietsch, Martin committed
- convert role params hash to string in role constructor
Pietsch, Martin's avatar
Pietsch, Martin committed
- executing meta 'flush_handlers' fails
Pietsch, Martin's avatar
Pietsch, Martin committed
- role variables from role variable cache of host are not avialable
Pietsch, Martin's avatar
Pietsch, Martin committed
- added args validation to sdm role

v2.0.1
======

Bugfixes
--------

- Ansible crashes when loading non-existent task files
- return does not skip following tasks if return option of calling task is missing