From c12847e3b0ad49e8aca548ea6d73b182b0830aab Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: May 10 2018 08:22:33 +0000 Subject: Release notes for 0.7.0 --- diff --git a/docs/policies.rst b/docs/policies.rst index 53d4e9d..5dc5b96 100644 --- a/docs/policies.rst +++ b/docs/policies.rst @@ -126,6 +126,7 @@ FedoraAtomicCi that at query time, the package name is parsed from an assumed `nvr` in the ``original_spec_nvr`` of the subject. +.. _remote-original-spec-nvr-rule: RemoteOriginalSpecNvrRule ------------------------- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b20007d..c063b56 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,25 @@ Release Notes ============= +Greenwave 0.7 +============= + +Released 10 May 2018. + +* New :ref:`remote-original-spec-nvr-rule` for extending policies (#75). + +* In case Greenwave found no matching results for a decision, the summary text + has been re-worded to be clearer and to indicate how many results were + expected (#145). + +* Wildcard support for matching multiple product versions. This allows to + specify ``product_versions`` like ``fedora-*`` in policies to match + ``fedora-27``, ``fedora-28`` and any future release. + +* Wildcard support in the ``repos`` list in ``rules`` in policy files (#155). + +* Both new and old ResultsDB message format are now supported. + Greenwave 0.6.1 ===============