Skip to content

Commit

Permalink
2.37.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Apr 18, 2024
1 parent 98206e5 commit 3fd20cf
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.37.4 (2024-04-18)

### Fix

* fix(database): vulnerable_package_cve(cve) index is useful for cve/affected_systems query ([`98206e5`](https://github.com/RedHatInsights/vulnerability-engine/commit/98206e51ecfa6256c74a10a05f400dd3a482f019))


## v2.37.3 (2024-04-17)

### Fix
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.37.3"
APP_VERSION = "2.37.4"
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.37.3"
version = "2.37.4"
description = ""
authors = ["RH Insights <mail@mail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 3fd20cf

Please sign in to comment.