Skip to content

Commit

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

## v2.38.9 (2024-07-18)

### Fix

* fix: add cve_account_data rh_account_id index ([`5f8bdf9`](https://github.com/RedHatInsights/vulnerability-engine/commit/5f8bdf98874568da38b1f2e9a63370d55728d08b))

## v2.38.8 (2024-07-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.38.8"
APP_VERSION = "2.38.9"
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.8"
version = "2.38.9"
description = ""
authors = ["RH Insights <mail@mail.com>"]
readme = "README.md"
Expand Down

0 comments on commit b634d2f

Please sign in to comment.