Skip to content

Commit

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



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

### Feature

* feat(manager): use edge caches for vulnerabilities endpoint

RHINENG-5256 ([`9e7f8df`](https://github.com/RedHatInsights/vulnerability-engine/commit/9e7f8df05b5d939449219131da576ec442c185ae))

* feat(cacheman): start counting edge systems inside cache

RHINENG-5256 ([`e4de48f`](https://github.com/RedHatInsights/vulnerability-engine/commit/e4de48fb65a28e166eedfa71a6927dbf8b8bbc79))


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

### Chore
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.31.0"
APP_VERSION = "2.32.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.31.0"
version = "2.32.0"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit 301c7bb

Please sign in to comment.