Skip to content

Commit

Permalink
2.42.19
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Nov 21, 2024
1 parent 2c3e7a6 commit 47acee3
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,6 +1,20 @@
# CHANGELOG


## v2.42.19 (2024-11-21)

### Chores

- Use poetry for dependency management
([`2c3e7a6`](https://github.com/RedHatInsights/vulnerability-engine/commit/2c3e7a664047275b0f424316e132105c7829595c))

Warning: The current project could not be installed: No file/folder found for package
vulnerability-engine If you do not want to install the current project use --no-root. If you want
to use Poetry only for dependency management but not for packaging, you can disable package mode
by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this
warning will become an error!


## v2.42.18 (2024-11-19)

### Bug Fixes
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.42.18"
APP_VERSION = "2.42.19"
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 @@ -28,7 +28,7 @@ profile = "black"

[tool.poetry]
name = "vulnerability-engine"
version = "2.42.18"
version = "2.42.19"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 47acee3

Please sign in to comment.