From 21d946ac03f185da5136f83b1b069b5a30add1e7 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Dec 06 2018 23:01:57 +0000 Subject: Release notes 0.9.12 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 518cd50..3b9d8e1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,21 @@ Release Notes ============= +Greenwave 0.9.12 +================ + +Released 10 December 2018 + +* Don't attempt to make decisions from old-style compose fedmsgs: greenwave + was trying to make compose decisions based on the old-style + taskotron.result.new messages with type 'compose'. But that is not possible + in a reliable way. So that attempt was removed. + +* Fix RemotePolicy for redhat-module subject type: RemotePolicy class was + incorrectly forcing the koji_build subject type for redhat-module. + +* Don't try and make a decision for pipeline msgs with empty NVR. + Greenwave 0.9.11 ================