Skip to content

Commit

Permalink
2.40.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Aug 13, 2024
1 parent 2650903 commit fcb6598
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v2.40.0 (2024-08-13)

### Feature

* feat(evaluator): skip re-evaluation for systems without packages changed in repos

RHINENG-10107 ([`2650903`](https://github.com/RedHatInsights/vulnerability-engine/commit/2650903e9b82e744f0c48c37b9ebd98c3a1aa78b))

### Refactor

* refactor: move evaluator message types to single place

RHINENG-10107 ([`2e27c78`](https://github.com/RedHatInsights/vulnerability-engine/commit/2e27c78e81f391f5ff5f38b6d88c3a3c9d2da361))

## v2.39.0 (2024-08-06)

### Feature
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.39.0"
APP_VERSION = "2.40.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.39.0"
version = "2.40.0"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit fcb6598

Please sign in to comment.