-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf98691
commit a178abc
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|