Skip to content

Commit

Permalink
2.37.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Feb 26, 2024
1 parent d1f16e0 commit cb36082
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@



## v2.37.0 (2024-02-26)

### Chore

* chore(deps): update aiohttp to fix cve

poetry also updates other packages which are not pinned
RHINENG-7857 ([`2fe50f8`](https://github.com/RedHatInsights/vulnerability-engine/commit/2fe50f8d17f32e76d45c6d0c3608b68a8b4999e8))

* chore: update dev setup info in README ([`48136f3`](https://github.com/RedHatInsights/vulnerability-engine/commit/48136f33c2943386edd2d5c6b75dc02220cb3b8e))

### Feature

* feat(taskomatic): inherit global CVE status for generated caches

RHINENG-2381 ([`d1f16e0`](https://github.com/RedHatInsights/vulnerability-engine/commit/d1f16e03ed4a1a10f5430b096d377b4e2c49d2d2))

* feat(manager): inherit global CVE status in case CVE-system override is not set

RHINENG-2381 ([`3c672b2`](https://github.com/RedHatInsights/vulnerability-engine/commit/3c672b29409e1de46f4d03a51202cdc13873d878))

* feat(manager): add status ID cache

RHINENG-2381 ([`7222df6`](https://github.com/RedHatInsights/vulnerability-engine/commit/7222df6042b7eb67b54611cc51c97adc48b4d689))


## v2.36.0 (2024-02-13)

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

0 comments on commit cb36082

Please sign in to comment.