Skip to content

Commit

Permalink
2.29.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 24, 2023
1 parent 33f8e98 commit fd0ec91
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.29.0 (2023-11-24)

### Chore

* chore: log debug insert/delete vulnerable pkg-cve ([`eb4dc1b`](https://github.com/RedHatInsights/vulnerability-engine/commit/eb4dc1b1097078b1dd094b0e6a25e7ee1ecb38b3))

### Feature

* feat(evaluator): skip old kafka evaluation messages ([`33f8e98`](https://github.com/RedHatInsights/vulnerability-engine/commit/33f8e98f3a0494b1322cd520addd3dfd38ebbbca))


## v2.28.0 (2023-11-23)

### Feature
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.28.0"
APP_VERSION = "2.29.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.28.0"
version = "2.29.0"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit fd0ec91

Please sign in to comment.