Skip to content

Commit

Permalink
2.34.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Jan 26, 2024
1 parent b821fcd commit c7fc522
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v2.34.7 (2024-01-26)

### Fix

* fix(floorist): try to run with chunksize to lower memory requirements ([`b821fcd`](https://github.com/RedHatInsights/vulnerability-engine/commit/b821fcd3b8fc50da65208432d4d0592d79e4a280))


## v2.34.6 (2024-01-08)

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

CFG = Config()

APP_VERSION = "2.34.6"
APP_VERSION = "2.34.7"
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.6"
version = "2.34.7"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit c7fc522

Please sign in to comment.