Skip to content

Commit

Permalink
REL: 1.0.3 Audit Log
Browse files Browse the repository at this point in the history
  • Loading branch information
wagner-intevation committed Aug 14, 2024
1 parent bf98691 commit a178abc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='intelmq_certbund_contact',
version="1.0.2",
version="1.1.0",
maintainer='Intevation GmbH',
maintainer_email='[email protected]',
python_requires='>=3.4',
Expand Down

0 comments on commit a178abc

Please sign in to comment.