From 4b9d6ec44e3e4ef941cbdef07640a7966fa134ad Mon Sep 17 00:00:00 2001 From: Dominik Lohmann Date: Mon, 22 Nov 2021 11:11:38 +0100 Subject: [PATCH] Bump versions for hotfix release --- CHANGELOG.md | 2 ++ apps/stix-shifter/CHANGELOG.md | 5 +++++ apps/stix-shifter/setup.py | 4 ++-- apps/suricata/CHANGELOG.md | 5 +++++ apps/suricata/setup.py | 4 ++-- apps/vast/CHANGELOG.md | 14 ++++++++++++++ apps/vast/setup.py | 4 ++-- apps/zmq-app-template/setup.py | 4 ++-- plugins/apps/threatbus_cif3/setup.py | 4 ++-- plugins/apps/threatbus_misp/setup.py | 4 ++-- plugins/apps/threatbus_zeek/setup.py | 4 ++-- plugins/apps/threatbus_zmq/setup.py | 4 ++-- plugins/backbones/file_benchmark/setup.py | 4 ++-- plugins/backbones/threatbus_inmem/setup.py | 4 ++-- plugins/backbones/threatbus_rabbitmq/setup.py | 4 ++-- setup.py | 2 +- 16 files changed, 49 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d960a85..fe5b3da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -271,3 +271,5 @@ Every entry has a category for which we use the following visual abbreviations: [2021.07.29]: https://github.com/tenzir/threatbus/releases/tag/2021.07.29 [2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26 [2021.09.30]: https://github.com/tenzir/threatbus/releases/tag/2021.09.30 +[2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18 +[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22 diff --git a/apps/stix-shifter/CHANGELOG.md b/apps/stix-shifter/CHANGELOG.md index cfa7388c..e32d96f1 100644 --- a/apps/stix-shifter/CHANGELOG.md +++ b/apps/stix-shifter/CHANGELOG.md @@ -11,6 +11,10 @@ Every entry has a category for which we use the following visual abbreviations: - ⚡️ Breaking Changes - 🐞 Bug Fixes +## [2021.11.22] + +No user-facing changes. + ## [2021.11.18] No user-facing changes. @@ -85,3 +89,4 @@ No user-facing changes. [2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26 [2021.09.30]: https://github.com/tenzir/threatbus/releases/tag/2021.09.30 [2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18 +[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22 diff --git a/apps/stix-shifter/setup.py b/apps/stix-shifter/setup.py index 5cd6889c..3661b580 100644 --- a/apps/stix-shifter/setup.py +++ b/apps/stix-shifter/setup.py @@ -36,7 +36,7 @@ "stix2 >= 3.0", "stix-shifter >= 3.4.2", "stix-shifter-utils >= 3.4.2", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "open source", @@ -54,5 +54,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/apps/suricata/CHANGELOG.md b/apps/suricata/CHANGELOG.md index 6488c3a8..418255af 100644 --- a/apps/suricata/CHANGELOG.md +++ b/apps/suricata/CHANGELOG.md @@ -11,6 +11,10 @@ Every entry has a category for which we use the following visual abbreviations: - ⚡️ Breaking Changes - 🐞 Bug Fixes +## [2021.11.22] + +No user-facing changes. + ## [2021.11.18] No user-facing changes. @@ -68,3 +72,4 @@ No user-facing changes. [2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26 [2021.09.30]: https://github.com/tenzir/threatbus/releases/tag/2021.09.30 [2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18 +[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22 diff --git a/apps/suricata/setup.py b/apps/suricata/setup.py index 057466c7..9b17fda5 100644 --- a/apps/suricata/setup.py +++ b/apps/suricata/setup.py @@ -32,7 +32,7 @@ "pyzmq >= 19", "parsuricata", "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "open source", @@ -53,5 +53,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/apps/vast/CHANGELOG.md b/apps/vast/CHANGELOG.md index f3862592..8c0be25e 100644 --- a/apps/vast/CHANGELOG.md +++ b/apps/vast/CHANGELOG.md @@ -10,6 +10,18 @@ Every entry has a category for which we use the following visual abbreviations: - ⚡️ Breaking Changes - 🐞 Bug Fixes +## [2021.11.22] + +- 🐞 `vast-threatbus` no longer fails to check for the availability of low + priority queries. + [#173](https://github.com/tenzir/threatbus/pull/173) + +## [2021.11.18] + +- ⚠️ `vast-threatbus` now issues low priority queries if those are supported by + the version of VAST. + [#171](https://github.com/tenzir/threatbus/pull/171) + ## [2021.09.30] No user-facing changes. @@ -214,3 +226,5 @@ No user-facing changes. [2021.07.29]: https://github.com/tenzir/threatbus/releases/tag/2021.07.29 [2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26 [2021.09.30]: https://github.com/tenzir/threatbus/releases/tag/2021.09.30 +[2021.11.18]: https://github.com/tenzir/threatbus/releases/tag/2021.11.18 +[2021.11.22]: https://github.com/tenzir/threatbus/releases/tag/2021.11.22 diff --git a/apps/vast/setup.py b/apps/vast/setup.py index 39c514a4..42a3fa49 100644 --- a/apps/vast/setup.py +++ b/apps/vast/setup.py @@ -33,7 +33,7 @@ "pyzmq >= 19", "pyvast >= 2021.6.24", "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "open source", @@ -52,5 +52,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/apps/zmq-app-template/setup.py b/apps/zmq-app-template/setup.py index c5c28dd3..1c3de74b 100644 --- a/apps/zmq-app-template/setup.py +++ b/apps/zmq-app-template/setup.py @@ -31,7 +31,7 @@ "dynaconf >= 3.1.4", "pyzmq >= 19", "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "open source", @@ -49,5 +49,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/apps/threatbus_cif3/setup.py b/plugins/apps/threatbus_cif3/setup.py index fb6a7d41..49cf19e5 100644 --- a/plugins/apps/threatbus_cif3/setup.py +++ b/plugins/apps/threatbus_cif3/setup.py @@ -27,7 +27,7 @@ entry_points={"threatbus.app": ["cif3 = threatbus_cif3.plugin"]}, install_requires=[ "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", "cifsdk > 3.0.0rc4, < 4.0", ], keywords=[ @@ -49,5 +49,5 @@ packages=["threatbus_cif3"], python_requires=">=3.6", url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/apps/threatbus_misp/setup.py b/plugins/apps/threatbus_misp/setup.py index e221edc9..0996fc69 100644 --- a/plugins/apps/threatbus_misp/setup.py +++ b/plugins/apps/threatbus_misp/setup.py @@ -28,7 +28,7 @@ install_requires=[ "pymisp >= 2.4.120", "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], extras_require={"kafka": ["confluent-kafka>=1.3.0"], "zmq": ["pyzmq>=18.1.1"]}, keywords=[ @@ -49,5 +49,5 @@ packages=["threatbus_misp"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/apps/threatbus_zeek/setup.py b/plugins/apps/threatbus_zeek/setup.py index e4ea64fb..25a04853 100644 --- a/plugins/apps/threatbus_zeek/setup.py +++ b/plugins/apps/threatbus_zeek/setup.py @@ -27,7 +27,7 @@ entry_points={"threatbus.app": ["zeek = threatbus_zeek.plugin"]}, install_requires=[ "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "Zeek", @@ -50,5 +50,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/apps/threatbus_zmq/setup.py b/plugins/apps/threatbus_zmq/setup.py index d9ae6449..06cc2990 100644 --- a/plugins/apps/threatbus_zmq/setup.py +++ b/plugins/apps/threatbus_zmq/setup.py @@ -29,7 +29,7 @@ "pyzmq>=19", "python-dateutil>=2.8.1", "stix2>=3.0", - "threatbus>=2021.11.18", + "threatbus>=2021.11.22", ], keywords=[ "zeromq", @@ -47,5 +47,5 @@ packages=["threatbus_zmq"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/backbones/file_benchmark/setup.py b/plugins/backbones/file_benchmark/setup.py index 3df72bc0..35ea7f03 100644 --- a/plugins/backbones/file_benchmark/setup.py +++ b/plugins/backbones/file_benchmark/setup.py @@ -24,7 +24,7 @@ entry_points={"threatbus.backbone": ["file_benchmark = file_benchmark.plugin"]}, install_requires=[ "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=["threatbus", "plugin"], license="BSD 3-clause", @@ -34,5 +34,5 @@ packages=["file_benchmark"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/backbones/threatbus_inmem/setup.py b/plugins/backbones/threatbus_inmem/setup.py index 626a2962..45d5b8e7 100644 --- a/plugins/backbones/threatbus_inmem/setup.py +++ b/plugins/backbones/threatbus_inmem/setup.py @@ -24,7 +24,7 @@ entry_points={"threatbus.backbone": ["inmem = threatbus_inmem.plugin"]}, install_requires=[ "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "message broker", @@ -41,5 +41,5 @@ packages=["threatbus_inmem"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/plugins/backbones/threatbus_rabbitmq/setup.py b/plugins/backbones/threatbus_rabbitmq/setup.py index 0982493e..c8ac78e8 100644 --- a/plugins/backbones/threatbus_rabbitmq/setup.py +++ b/plugins/backbones/threatbus_rabbitmq/setup.py @@ -26,7 +26,7 @@ "pika >= 1.1.0", "retry", "stix2 >= 3.0", - "threatbus >= 2021.11.18", + "threatbus >= 2021.11.22", ], keywords=[ "message broker", @@ -46,5 +46,5 @@ packages=["threatbus_rabbitmq"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", ) diff --git a/setup.py b/setup.py index d39352c2..2da690fb 100644 --- a/setup.py +++ b/setup.py @@ -49,5 +49,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.11.18", + version="2021.11.22", )