From 2ae3a23152f196aeae880cb018547bdcf1821cfe Mon Sep 17 00:00:00 2001 From: Marcus Furlong Date: Sat, 2 Oct 2021 19:47:07 +0000 Subject: [PATCH] Release 2.0.0 --- VERSION.txt | 2 +- debian/changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 47f5bfd9..227cea21 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.33 +2.0.0 diff --git a/debian/changelog b/debian/changelog index 6778a287..695522da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +patchman (2.0.0-1) stable; urgency=medium + + * fix gh action indentation + * migrate to django.urls.path instead of django.conf.urls.url + * python 3 / django 2.2 support + * switch to dnf from yum + * switch from rabbit to redis for celery + * add celery context for task + * consistent argument ordering + * update installation instructions + * prefer 127.0.0.1 over localhost + * bump requirements for sec updates + * don't look up errata by default + * clean up decoding data for python3 + * ignore pyc files when building rpms + * version bump to 2.0.0 + * update installation docs + + -- Marcus Furlong Sat, 02 Oct 2021 19:39:16 +0000 + patchman (1.2.33-1) stable; urgency=medium * export LC_ALL variable in client