Skip to content

Commit

Permalink
2.33.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Dec 5, 2023
1 parent 5ab3fa8 commit b237e55
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.33.0 (2023-12-05)

### Chore

* chore: check init.py in separate workflow step ([`cef6a89`](https://github.com/RedHatInsights/vulnerability-engine/commit/cef6a89269caa6282d10cae9af8593eb971f34c0))

### Feature

* feat(manager): add system_count_per_type counts in /vulnerabilities/cves

RHINENG-5885 ([`5ab3fa8`](https://github.com/RedHatInsights/vulnerability-engine/commit/5ab3fa8822aa201ed00e28a30879d7e858976e8b))


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

### 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.32.2"
APP_VERSION = "2.33.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.32.2"
version = "2.33.0"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit b237e55

Please sign in to comment.