Skip to content

Commit

Permalink
2.37.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Apr 23, 2024
1 parent 768fa7d commit 7c12c9c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v2.37.5 (2024-04-23)

### Chore

* chore: force using bash due to syntax error ([`cbc6637`](https://github.com/RedHatInsights/vulnerability-engine/commit/cbc6637e9ecb791d0766eaabffea00f04813ebe8))

* chore: upgrade to latest gunicorn and idna

RHINENG-9574 ([`8d315d0`](https://github.com/RedHatInsights/vulnerability-engine/commit/8d315d0ac5a9ffb07dac2942c30c63975e103d32))

### Fix

* fix(taskomatic): use org_id for metrics because account_number can be empty ([`768fa7d`](https://github.com/RedHatInsights/vulnerability-engine/commit/768fa7d99f03e7f972f9fa343438a4045211867e))


## v2.37.4 (2024-04-18)

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

0 comments on commit 7c12c9c

Please sign in to comment.