Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #154
Browse files Browse the repository at this point in the history
July Release
  • Loading branch information
lava authored Jul 30, 2021
2 parents b6bd822 + 7c936bc commit 71801cb
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Every entry has a category for which we use the following visual abbreviations:
- 🧬 Experimental Features
- 🐞 Bug Fixes

## Unreleased
## [2021.07.29]

- 🐞 Threatbus now only attempts to load plugins that are explicitly
listed in the config file.
Expand Down Expand Up @@ -240,3 +240,4 @@ Every entry has a category for which we use the following visual abbreviations:
[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
[2021.07.29]: https://github.com/tenzir/threatbus/releases/tag/2021.07.29
3 changes: 2 additions & 1 deletion apps/stix-shifter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## Unreleased
## [2021.07.29]

- ⚠️ The Dockerfile of `stix-shifter-threatbus` has moved to the repository
toplevel and now installs Threat Bus from source. This way, the Docker build
Expand Down Expand Up @@ -68,3 +68,4 @@ Every entry has a category for which we use the following visual abbreviations:

[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
[2021.07.29]: https://github.com/tenzir/threatbus/releases/tag/2021.07.29
2 changes: 1 addition & 1 deletion apps/stix-shifter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
3 changes: 2 additions & 1 deletion apps/suricata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## Unreleased
## [2021.07.29]

- ⚠️ The Dockerfile of `suricata-threatbus` has moved to the repository toplevel
and now installs Threat Bus from source. This way, the Docker build always
Expand Down Expand Up @@ -51,3 +51,4 @@ Every entry has a category for which we use the following visual abbreviations:
[#131](https://github.com/tenzir/threatbus/pull/131)

[2021.06.24]: https://github.com/tenzir/threatbus/releases/tag/2021.06.24
[2021.07.29]: https://github.com/tenzir/threatbus/releases/tag/2021.07.29
2 changes: 1 addition & 1 deletion apps/suricata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
3 changes: 2 additions & 1 deletion apps/vast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## Unreleased
## [2021.07.29]

- ⚠️ The metric for indicator query time now only reflects the actual time spent
querying VAST and does not regard unstarted VAST queries any longer.
Expand Down Expand Up @@ -194,3 +194,4 @@ Every entry has a category for which we use the following visual abbreviations:
[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
[2021.07.29]: https://github.com/tenzir/threatbus/releases/tag/2021.07.29
2 changes: 1 addition & 1 deletion apps/vast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion apps/zmq-app-template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion docker/pyvast-threatbus/Dockerfile
Original file line number Diff line number Diff line change
@@ -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=2021.06.24
ARG VAST_VERSION=2021.07.29

FROM tenzir/vast:$VAST_VERSION
USER root
Expand Down
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_cif3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
packages=["threatbus_cif3"],
python_requires=">=3.6",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_misp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
packages=["threatbus_misp"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_zeek/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_zmq_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
packages=["threatbus_zmq_app"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/backbones/file_benchmark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
packages=["file_benchmark"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/backbones/threatbus_inmem/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
packages=["threatbus_inmem"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion plugins/backbones/threatbus_rabbitmq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
packages=["threatbus_rabbitmq"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.06.24",
version="2021.07.29",
)

0 comments on commit 71801cb

Please sign in to comment.