Skip to content

Commit

Permalink
2.32.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Nov 30, 2023
1 parent f61daa3 commit 03f7be4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v2.32.2 (2023-11-30)

### Chore

* chore: add gabi script collecting cve stats ([`d9aca04`](https://github.com/RedHatInsights/vulnerability-engine/commit/d9aca0478c694dbfb321f8b9eaefe63b0d63b3b7))

### Fix

* fix(manager): referer should only check redhat DNS domain ([`f61daa3`](https://github.com/RedHatInsights/vulnerability-engine/commit/f61daa34ad4e8a8b558c6c2cb9bfed5a229cd611))


## v2.32.1 (2023-11-29)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

CFG = Config()

APP_VERSION = "2.32.1"
APP_VERSION = "2.32.2"
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.32.1"
version = "2.32.2"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit 03f7be4

Please sign in to comment.