Skip to content

Commit

Permalink
2.35.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Feb 5, 2024
1 parent 4bc728e commit 09b0ddb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v2.35.0 (2024-02-05)

### Feature

* feat: support multiple kafka brokers

RHINENG-3748 ([`4bc728e`](https://github.com/RedHatInsights/vulnerability-engine/commit/4bc728e80fb7c05ff25659e845f248847c8ff950))


## v2.34.8 (2024-02-02)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

CFG = Config()

APP_VERSION = "2.34.8"
APP_VERSION = "2.35.0"
TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based"
VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves"
VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profile = "black"

[tool.poetry]
name = "vulnerability-engine"
version = "2.34.8"
version = "2.35.0"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit 09b0ddb

Please sign in to comment.