From a178abc96fd3d2776ec241d4ed3a5b956a97e758 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 14 Aug 2024 12:57:31 +0200 Subject: [PATCH] REL: 1.0.3 Audit Log --- debian/changelog | 22 ++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ecd768c..92d226c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +intelmq-certbund-contact (1.1.0-1) stable; urgency=medium + + * Audit Log + * Add a new table audit_log, used by fody + * Use JSONB instead of JSON for annotation tables, which allows comparisons + * add script to expire all tags in database + * Add an expiry date to all existing annotations matching a configurable tag pattern + * All annotations of an organisation expire at the same day + * The expire dates are spread over a configurable time window + * add script to delete expired tags, with audit log + * Documentation: + * 0.9.5 sql update: fix SQL command + * fix version numbers in UPDATE.md + * Packaging: + * rename examples/ to scripts/ + * package the scripts, as docs + * Tests: + * remove print statement, add GitHub check for it + * tests: add annotation test for empty string expires field + + -- Sebastian Wagner Wed, 14 Aug 2024 13:43:04 +0200 + intelmq-certbund-contact (1.0.2-1) stable; urgency=medium * Add tag expiry, plus evaluation and tests diff --git a/setup.py b/setup.py index 94c2d89..a07a8fe 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='intelmq_certbund_contact', - version="1.0.2", + version="1.1.0", maintainer='Intevation GmbH', maintainer_email='sebastian.wagner@intevation.de', python_requires='>=3.4',