Skip to content

Commit

Permalink
Update changelog to the current DebOps standards, fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 3, 2016
1 parent baed756 commit bb12da3
Showing 1 changed file with 27 additions and 18 deletions.
45 changes: 27 additions & 18 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,41 @@
Changelog
=========

v0.2.0
------
.. include:: includes/all.rst

*Unreleased*
**debops.samba**

- Add Changelog. [ypid]
This project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`__
and `human-readable changelog <http://keepachangelog.com/>`_.

- Added support to only configure :file:`/etc/samba/smb.conf` without
installing the Samba daemon. [ypid]
The current role maintainer_ is drybjed_.

- Converted :file:`defaults/main.yml` to new documentation format and improved
documentation. [ypid]

debops.samba v0.1.0 - unreleased
--------------------------------

Added
~~~~~

- First release. [drybjed]

- Changelog. [ypid]

- Support to configure :file:`/etc/samba/smb.conf` without
installing the Samba daemon. [ypid]

- Put kernel modules loaded by this role to a separate file under
:file:`/etc/modules-load.d` managed by this role. [ypid]

- Allow to change "name resolve order" in the global section using
:envvar:`samba__name_resolve_order`. [ypid]

Changed
~~~~~~~

- Converted :file:`defaults/main.yml` to new documentation format and improved
documentation. [ypid]

- Changed variable namespace from ``samba_`` to ``samba__``.
``samba_[^_]`` variables are hereby deprecated.

Expand All @@ -28,13 +47,3 @@ v0.2.0
git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(samba)_([^_])/\1__\2/g;'
[ypid]

- Allow to change "name resolve order" in the global section using
:envvar:`samba__name_resolve_order`. [ypid]

v0.1.0
------

*Unreleased*

- First release. [drybjed]

0 comments on commit bb12da3

Please sign in to comment.