Skip to content

Commit

Permalink
2.38.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Jun 10, 2024
1 parent 8422f75 commit f27cd14
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.38.0 (2024-06-10)

### Feature

* feat(vmaas_sync): Recalc system with updated packages in repos

RHINENG-10107 ([`8422f75`](https://github.com/RedHatInsights/vulnerability-engine/commit/8422f755e34a99b321fcaf99d06a527d6a3feae4))


## v2.37.8 (2024-06-07)

### 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.8"
APP_VERSION = "2.38.0"
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.8"
version = "2.38.0"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f27cd14

Please sign in to comment.