Skip to content

Commit

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



## v2.37.7 (2024-06-06)

### Chore

* chore: waive CVE-2019-8341 jinja2 (old CVE, we're using latest version, false positive?) ([`e26ae1e`](https://github.com/RedHatInsights/vulnerability-engine/commit/e26ae1e3c900f646601834f13a357ebe1b11355c))

* chore: Centos 8 Stream was removed, install postgresql from COPR ([`d510f31`](https://github.com/RedHatInsights/vulnerability-engine/commit/d510f3151fe40c0f448ca2f5b2d5db2463ea018c))

* chore: update dependencies

RHINENG-10047 ([`8569134`](https://github.com/RedHatInsights/vulnerability-engine/commit/856913444aa57028ca78d3c41851c7af86f586c9))

### Fix

* fix: include levelname in CW logs from python code

RHINENG-8336 ([`a881b68`](https://github.com/RedHatInsights/vulnerability-engine/commit/a881b6839fb4fe47f6dcf8f3e5e66c47bc4a83b6))


## v2.37.6 (2024-04-25)

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

0 comments on commit fcfd880

Please sign in to comment.