From 5c49c1ab44500ed658da6ffc22f67e8792f34820 Mon Sep 17 00:00:00 2001 From: Felix Ortmann Date: Thu, 24 Jun 2021 09:25:02 +0200 Subject: [PATCH 1/3] Bump all versions for June release --- apps/stix-shifter/setup.py | 2 +- apps/suricata/setup.py | 2 +- apps/vast/setup.py | 2 +- apps/zmq-app-template/setup.py | 2 +- plugins/apps/threatbus_cif3/setup.py | 2 +- plugins/apps/threatbus_misp/setup.py | 2 +- plugins/apps/threatbus_zeek/setup.py | 2 +- plugins/apps/threatbus_zmq_app/setup.py | 2 +- plugins/backbones/file_benchmark/setup.py | 2 +- plugins/backbones/threatbus_inmem/setup.py | 2 +- plugins/backbones/threatbus_rabbitmq/setup.py | 2 +- setup.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/stix-shifter/setup.py b/apps/stix-shifter/setup.py index 72f5d064..b18b9bbc 100644 --- a/apps/stix-shifter/setup.py +++ b/apps/stix-shifter/setup.py @@ -55,5 +55,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/apps/suricata/setup.py b/apps/suricata/setup.py index 231b3e77..67e6e7cc 100644 --- a/apps/suricata/setup.py +++ b/apps/suricata/setup.py @@ -54,5 +54,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/apps/vast/setup.py b/apps/vast/setup.py index 1811f4a2..44e79579 100644 --- a/apps/vast/setup.py +++ b/apps/vast/setup.py @@ -53,5 +53,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/apps/zmq-app-template/setup.py b/apps/zmq-app-template/setup.py index 6c20a357..97ac92ae 100644 --- a/apps/zmq-app-template/setup.py +++ b/apps/zmq-app-template/setup.py @@ -50,5 +50,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/apps/threatbus_cif3/setup.py b/plugins/apps/threatbus_cif3/setup.py index bf8275ed..db1b6aca 100644 --- a/plugins/apps/threatbus_cif3/setup.py +++ b/plugins/apps/threatbus_cif3/setup.py @@ -49,5 +49,5 @@ packages=["threatbus_cif3"], python_requires=">=3.6", url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/apps/threatbus_misp/setup.py b/plugins/apps/threatbus_misp/setup.py index f4bad4a8..1b85b1d3 100644 --- a/plugins/apps/threatbus_misp/setup.py +++ b/plugins/apps/threatbus_misp/setup.py @@ -49,5 +49,5 @@ packages=["threatbus_misp"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/apps/threatbus_zeek/setup.py b/plugins/apps/threatbus_zeek/setup.py index 61864f56..3e824e23 100644 --- a/plugins/apps/threatbus_zeek/setup.py +++ b/plugins/apps/threatbus_zeek/setup.py @@ -50,5 +50,5 @@ python_requires=">=3.7", setup_requires=["setuptools", "wheel"], url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/apps/threatbus_zmq_app/setup.py b/plugins/apps/threatbus_zmq_app/setup.py index 21c71480..b40950d9 100644 --- a/plugins/apps/threatbus_zmq_app/setup.py +++ b/plugins/apps/threatbus_zmq_app/setup.py @@ -47,5 +47,5 @@ packages=["threatbus_zmq_app"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/backbones/file_benchmark/setup.py b/plugins/backbones/file_benchmark/setup.py index 75a7ec64..f87ba8ba 100644 --- a/plugins/backbones/file_benchmark/setup.py +++ b/plugins/backbones/file_benchmark/setup.py @@ -34,5 +34,5 @@ packages=["file_benchmark"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/backbones/threatbus_inmem/setup.py b/plugins/backbones/threatbus_inmem/setup.py index 526d3d55..4c518d16 100644 --- a/plugins/backbones/threatbus_inmem/setup.py +++ b/plugins/backbones/threatbus_inmem/setup.py @@ -41,5 +41,5 @@ packages=["threatbus_inmem"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/plugins/backbones/threatbus_rabbitmq/setup.py b/plugins/backbones/threatbus_rabbitmq/setup.py index 22aa423c..7d7e3fdb 100644 --- a/plugins/backbones/threatbus_rabbitmq/setup.py +++ b/plugins/backbones/threatbus_rabbitmq/setup.py @@ -46,5 +46,5 @@ packages=["threatbus_rabbitmq"], python_requires=">=3.7", url="https://github.com/tenzir/threatbus", - version="2021.05.27", + version="2021.06.24", ) diff --git a/setup.py b/setup.py index adb75c1d..2f75bc98 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.05.27", + version="2021.06.24", ) From a0abdfccbe612980d5552af17244076d7544e366 Mon Sep 17 00:00:00 2001 From: Felix Ortmann Date: Thu, 24 Jun 2021 09:27:39 +0200 Subject: [PATCH 2/3] Rotate changelogs for release --- CHANGELOG.md | 5 ++++- apps/stix-shifter/CHANGELOG.md | 5 ++++- apps/suricata/CHANGELOG.md | 5 ++++- apps/vast/CHANGELOG.md | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd63727..289cac06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ Every entry has a category for which we use the following visual abbreviations: - 🧬 Experimental Features - 🐞 Bug Fixes -## Unreleased + + +## [2021.06.24] - ⚠️ The official [tenzir/threatbus](https://hub.docker.com/r/tenzir/threatbus) Docker image now uses Debian:Bullseye as @@ -210,3 +212,4 @@ Every entry has a category for which we use the following visual abbreviations: [2021.03.25]: https://github.com/tenzir/threatbus/releases/tag/2021.03.25 [2021.04.29]: https://github.com/tenzir/threatbus/releases/tag/2021.04.29 [2021.05.27]: https://github.com/tenzir/threatbus/releases/tag/2021.05.27 +[2021.06.24]: https://github.com/tenzir/threatbus/releases/tag/2021.06.24 diff --git a/apps/stix-shifter/CHANGELOG.md b/apps/stix-shifter/CHANGELOG.md index 3ad3ed13..1eb43db5 100644 --- a/apps/stix-shifter/CHANGELOG.md +++ b/apps/stix-shifter/CHANGELOG.md @@ -11,7 +11,9 @@ Every entry has a category for which we use the following visual abbreviations: - ⚡️ Breaking Changes - 🐞 Bug Fixes -## Unreleased + + +## [2021.06.24] - 🎁 `stix-shifter-threatbus` now comes with its own Dockerfile. Pre-built images are available on @@ -40,3 +42,4 @@ Every entry has a category for which we use the following visual abbreviations: [#118](https://github.com/tenzir/threatbus/pull/118) [2021.05.27]: https://github.com/tenzir/threatbus/releases/tag/2021.05.27 +[2021.06.24]: https://github.com/tenzir/threatbus/releases/tag/2021.06.24 diff --git a/apps/suricata/CHANGELOG.md b/apps/suricata/CHANGELOG.md index 183ff898..4991d379 100644 --- a/apps/suricata/CHANGELOG.md +++ b/apps/suricata/CHANGELOG.md @@ -11,7 +11,9 @@ Every entry has a category for which we use the following visual abbreviations: - ⚡️ Breaking Changes - 🐞 Bug Fixes -## Unreleased + + +## [2021.06.24] - 🎁 `suricata-threatbus` has come to life. This stand-alone application connects to Threat Bus via ZeroMQ and bridges the gap between Threat Bus and @@ -21,3 +23,4 @@ Every entry has a category for which we use the following visual abbreviations: their Suricata IDS installations. [#131](https://github.com/tenzir/threatbus/pull/131) +[2021.06.24]: https://github.com/tenzir/threatbus/releases/tag/2021.06.24 diff --git a/apps/vast/CHANGELOG.md b/apps/vast/CHANGELOG.md index 14eb45a3..d34e33b2 100644 --- a/apps/vast/CHANGELOG.md +++ b/apps/vast/CHANGELOG.md @@ -10,7 +10,9 @@ Every entry has a category for which we use the following visual abbreviations: - ⚡️ Breaking Changes - 🐞 Bug Fixes -## Unreleased + + +## [2021.06.24] - ⚡️ `pyvast-threatbus` now uses point queries over substring queries for URI indicators, because such queries are much faster. This may result @@ -152,3 +154,4 @@ Every entry has a category for which we use the following visual abbreviations: [2021.03.25]: https://github.com/tenzir/threatbus/releases/tag/2021.03.25 [2021.04.29]: https://github.com/tenzir/threatbus/releases/tag/2021.04.29 [2021.05.27]: https://github.com/tenzir/threatbus/releases/tag/2021.05.27 +[2021.06.24]: https://github.com/tenzir/threatbus/releases/tag/2021.06.24 From 5246dc3437e04f3e1a4e1dc2fcf4fbf0b34324be Mon Sep 17 00:00:00 2001 From: Felix Ortmann Date: Thu, 24 Jun 2021 09:42:44 +0200 Subject: [PATCH 3/3] Bump VAST dependency in Dockerfile --- apps/vast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vast/Dockerfile b/apps/vast/Dockerfile index 5ac654ab..26267170 100644 --- a/apps/vast/Dockerfile +++ b/apps/vast/Dockerfile @@ -1,7 +1,7 @@ # The used version here always refers to the latest released VAST version. # Use `latest` to get the most recent version of VAST as it is available on the # Git master branch at https://github.com/tenzir/vast. -ARG VAST_VERSION=4706cc3f31be576b66abeb6a9ef9f658830b525c +ARG VAST_VERSION=2021.06.24 FROM tenzir/vast:$VAST_VERSION USER root