Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Oct 3, 2021
1 parent 43157b7 commit 5ed6ccc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.33
2.0.0
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <furlongm@gmail.com> Sat, 02 Oct 2021 19:39:16 +0000

patchman (1.2.33-1) stable; urgency=medium

* export LC_ALL variable in client
Expand Down

0 comments on commit 5ed6ccc

Please sign in to comment.