Skip to content

Commit

Permalink
2.42.32
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Dec 9, 2024
1 parent 0c3c1a9 commit 04c735f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v2.42.32 (2024-12-09)

### Bug Fixes

- **manager**: Cached advisory_available bool only makes sense when returning some affected systems
([`0c3c1a9`](https://github.com/RedHatInsights/vulnerability-engine/commit/0c3c1a9a7e121c36eb3411d3ea1bc6607f3d0be0))

otherwise the logic showing static advisory_available value for unaffected CVEs doesn't work

this should make the cached count subquery return same number of rows as uncached one

RHINENG-8924

- **platform_mock**: Fixes after AsyncApp/Uvicorn rewrite
([`319ab07`](https://github.com/RedHatInsights/vulnerability-engine/commit/319ab0737516b4e5af7fee3a0c8368b001490138))


## v2.42.31 (2024-12-07)

### Chores
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.42.31"
APP_VERSION = "2.42.32"
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 @@ -28,7 +28,7 @@ profile = "black"

[tool.poetry]
name = "vulnerability-engine"
version = "2.42.31"
version = "2.42.32"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 04c735f

Please sign in to comment.