From a6359e76c73bd37d545ae774baef6bc588ce6196 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Feb 01 2019 14:17:17 +0000 Subject: Release notes 1.0.0 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8ac70c3..4753221 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,20 @@ Release Notes ============= +Greenwave 1.0.0 +=============== + +Released 01 February 2019 + +* Replace PackageSpecificBuild with a packages whitelist on the policy. + Also deprecating the key "blacklist" and introduced instead ``excluded_packages``: + unifing these mechanisms and tweak the terminology to be a little more + consistent and self-describing. + +* Removed the GET method from the /validate-gating-yaml endpoint: POST is + enough. + + Greenwave 0.9.13 ================