Skip to content

Commit

Permalink
2.38.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Jul 8, 2024
1 parent fb7a8fc commit 5b25515
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v2.38.7 (2024-07-08)

### Chore

* chore: update deps ([`fb7a8fc`](https://github.com/RedHatInsights/vulnerability-engine/commit/fb7a8fcfb3cccb2861f4ddd3284aeb3aa424b3df))

### Fix

* fix(manager): add missing DISTINCTs

RHINENG-11221 ([`66953f7`](https://github.com/RedHatInsights/vulnerability-engine/commit/66953f711357fd895cca9718d3976df2136ac394))

## v2.38.6 (2024-07-03)

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

0 comments on commit 5b25515

Please sign in to comment.