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 #163
Browse files Browse the repository at this point in the history
Prepare repository for August Release
  • Loading branch information
lava authored Aug 27, 2021
2 parents 053703b + 6f0d9ab commit d5fa68d
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 17 deletions.
6 changes: 5 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.08.26]

- ⚡️ The `threatbus-zmq-app` package has been renamed to `threatbus-zmq`, to
address some limitations in the configuration framework.
Expand All @@ -19,6 +19,9 @@ Every entry has a category for which we use the following visual abbreviations:
- 🐞 Fixed config validation for the 'apps.misp.api' setting.
[#161](https://github.com/tenzir/threatbus/pull/161)

- ⚠️ `vast-threatbus` now depends on version 3.0 of `stix2` package.
[#162](https://github.com/tenzir/threatbus/pull/162)

## [2021.07.29]

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

## [2021.08.26]

- ⚠️ `stix-shifter-threatbus` now depends on version 3.0 of `stix2` package.
[#162](https://github.com/tenzir/threatbus/pull/162)

## [2021.07.29]

- ⚠️ The Dockerfile of `stix-shifter-threatbus` has moved to the repository
Expand Down Expand Up @@ -69,3 +74,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
[2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26
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.07.29",
version="2021.08.26",
)
6 changes: 6 additions & 0 deletions apps/suricata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ Breaking Changes
- 🐞 Bug Fixes

## [2021.08.26]

- ⚠️ `suricata-threatbus` now depends on version 3.0 of `stix2` package.
[#162](https://github.com/tenzir/threatbus/pull/162)

## [2021.07.29]

- ⚠️ The Dockerfile of `suricata-threatbus` has moved to the repository toplevel
Expand Down Expand Up @@ -52,3 +57,4 @@ Every entry has a category for which we use the following visual abbreviations:

[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
[2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26
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.07.29",
version="2021.08.26",
)
6 changes: 5 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.08.26]

- ⚡️ We renamed PyVAST Threat Bus to VAST Threat Bus for clarity. The PyPI
package name and the binary name change from `pyvast-threatbus` to
Expand All @@ -20,6 +20,9 @@ Every entry has a category for which we use the following visual abbreviations:
- 🎁 Live matching with VAST works again!
[#156](https://github.com/tenzir/threatbus/pull/156)

- ⚠️ `vast-threatbus` now depends on version 3.0 of `stix2` package.
[#162](https://github.com/tenzir/threatbus/pull/162)

## [2021.07.29]

- ⚠️ The metric for indicator query time now only reflects the actual time spent
Expand Down Expand Up @@ -205,3 +208,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
[2021.08.26]: https://github.com/tenzir/threatbus/releases/tag/2021.08.26
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.07.29",
version="2021.08.26",
)
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.07.29",
version="2021.08.26",
)
2 changes: 1 addition & 1 deletion docker/vast-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.07.29
ARG VAST_VERSION=2021.08.26

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.07.29",
version="2021.08.26",
)
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.07.29",
version="2021.08.26",
)
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.07.29",
version="2021.08.26",
)
2 changes: 1 addition & 1 deletion plugins/apps/threatbus_zmq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
packages=["threatbus_zmq"],
python_requires=">=3.7",
url="https://github.com/tenzir/threatbus",
version="2021.07.29",
version="2021.08.26",
)
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.07.29",
version="2021.08.26",
)
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.07.29",
version="2021.08.26",
)
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.07.29",
version="2021.08.26",
)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black>=19.10b
coloredlogs>=10.0
dynaconf>=3.1.4
pluggy>=0.13
pluggy>=0.13,<1.0
python-dateutil>=2.8.1
stix2-patterns == 1.3.0
stix2>=3.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"black>=19.10b",
"coloredlogs>=10.0",
"dynaconf>=3.1.4",
"pluggy>=0.13",
"pluggy>=0.13,<1.0",
"python-dateutil>=2.8.1",
"stix2-patterns == 1.3.0",
"stix2>=2.1,<3.0",
Expand All @@ -49,5 +49,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/threatbus",
version="2021.07.29",
version="2021.08.26",
)

0 comments on commit d5fa68d

Please sign in to comment.