From 0ae9a733ae952144437ab63afa91e21f38b9a92b Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Fri, 8 Jul 2016 23:02:41 +0200 Subject: [PATCH] Reworked Changelog. Related to: https://github.com/debops/docs/issues/154 --- CHANGES.rst | 60 ++++++++++++++++++++++++++++++++++------------ COPYRIGHT | 16 +++++++++++++ docs/copyright.rst | 26 +------------------- 3 files changed, 62 insertions(+), 40 deletions(-) create mode 100644 COPYRIGHT diff --git a/CHANGES.rst b/CHANGES.rst index 9187f4c..edf2a3a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,24 +1,50 @@ Changelog ========= -v0.1.4 ------- +**debops.unattended_upgrades** -*Released: 2016-03-02* +This project adheres to `Semantic Versioning `_ +and `human-readable changelog `_. + +The current role maintainer is drybjed. + +`debops.unattended_upgrades master`_ - unreleased +------------------------------------------------- + +.. _debops.unattended_upgrades master: https://github.com/debops/ansible-unattended_upgrades/compare/v0.1.4...master + +Changed +~~~~~~~ + +- Reworked role to meet the latest DebOps standards. [ypid] + +`debops.unattended_upgrades v0.1.4`_ - 2016-03-02 +------------------------------------------------- + +.. _debops.unattended_upgrades v0.1.4: https://github.com/debops/ansible-unattended_upgrades/compare/v0.1.3...v0.1.4 + +Fixed +~~~~~ - Fix issue with role import on Ansible Galaxy. [drybjed] -v0.1.3 ------- +`debops.unattended_upgrades v0.1.3`_ - 2016-03-02 +------------------------------------------------- + +.. _debops.unattended_upgrades v0.1.3: https://github.com/debops/ansible-unattended_upgrades/compare/v0.1.2...v0.1.3 -*Released: 2016-03-02* +Added +~~~~~ - Add support for conditional package blacklisting. [drybjed] -v0.1.2 ------- +`debops.unattended_upgrades v0.1.2`_ - 2016-02-22 +------------------------------------------------- -*Released: 2016-02-22* +.. _debops.unattended_upgrades v0.1.2: https://github.com/debops/ansible-unattended_upgrades/compare/v0.1.1...v0.1.2 + +Changed +~~~~~~~ - Use more granular lookup for security and release origins. @@ -28,17 +54,21 @@ v0.1.2 to select security and release origin patterns for current OS release. [drybjed] -v0.1.1 ------- +`debops.unattended_upgrades v0.1.1`_ - 2016-02-10 +------------------------------------------------- + +.. _debops.unattended_upgrades v0.1.1: https://github.com/debops/ansible-unattended_upgrades/compare/v0.1.0...v0.1.1 -*Released: 2016-02-10* +Removed +~~~~~~~ - Rename all variables to create a virtual namespace. [drybjed] -v0.1.0 ------- +debops.unattended_upgrades v0.1.0 - 2016-02-09 +---------------------------------------------- -*Released: 2016-02-09* +Added +~~~~~ - Initial release. [drybjed] diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..794dc07 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,16 @@ +debops.unattended_upgrades - Configure unattended upgrades on Debian-based hosts + +Copyright (C) 2015-2016 Maciej Delmanowski +Copyright (C) 2015-2016 DebOps Project http://debops.org/ + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 3, as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see https://www.gnu.org/licenses/ diff --git a/docs/copyright.rst b/docs/copyright.rst index 680fa89..6d45870 100644 --- a/docs/copyright.rst +++ b/docs/copyright.rst @@ -1,29 +1,5 @@ Copyright ========= -:: - - Copyright (C) 2015 Maciej Delmanowski - Copyright (C) 2015 DebOps Project http://debops.org/ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 3, as - published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see http://www.gnu.org/licenses/ - -Credits -------- - -* Maciej Delmanowski - - * creator of the DebOps Project - - * current project maintainer +.. literalinclude:: ../COPYRIGHT