Skip to content

Commit

Permalink
2.18.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Sep 25, 2023
1 parent d7416ee commit 0d0b6c7
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.18.4 (2023-09-25)

### Fix

* fix(manager): do not show advisory_available=true when filter is false and CVE has 0 affecting systems

VULN-2789 ([`d7416ee`](https://github.com/RedHatInsights/vulnerability-engine/commit/d7416ee6c17e19dcf9cad4105187562a67544e60))


## v2.18.3 (2023-09-25)

### Chore
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.18.3"
APP_VERSION = "2.18.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.18.3"
version = "2.18.4"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit 0d0b6c7

Please sign in to comment.