From 1c2f0073c57ffc6bd3540f889cd55599999f5e9e Mon Sep 17 00:00:00 2001 From: Valerij Maljulin Date: Aug 26 2020 08:11:23 +0000 Subject: Release notes for 1.6.0 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ef7a213..cfb6cfd 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,21 @@ Release Notes ============= +Greenwave 1.6.0 +=============== + +Released 25 August 2020 + +* New policy field ``decision_contexts`` allows multiple decision contexts + to be added to the single policy. Old field ``decision_context`` is + still supported for old policies. However, it is obsolete and should not + be used together with the new field. +* ``REMOTE_RULE_POLICIES['*']`` is now used before ``DIST_GIT_URL_TEMPLATE`` + if both were specified. +* Koji XML RPC calls now use ``REQUESTS_TIMEOUT`` option instead of the + unspecified default timeout which caused waiting on results indefinitely. + + Greenwave 1.5.5 ===============