Skip to content

Commit

Permalink
2.42.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Nov 19, 2024
1 parent fcab959 commit f7e341c
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
@@ -1,6 +1,17 @@
# CHANGELOG


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

### Bug Fixes

- Adjust domain
([`fcab959`](https://github.com/RedHatInsights/vulnerability-engine/commit/fcab959f5335e0d842166e26e0d89f8049f26207))

- Add domain to allow downloadcve report to work in ITless
([`2dca281`](https://github.com/RedHatInsights/vulnerability-engine/commit/2dca28104c60e7232e15e57090be782cd76841ca))


## v2.42.17 (2024-11-18)

### Chores
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.17"
APP_VERSION = "2.42.18"
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.17"
version = "2.42.18"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f7e341c

Please sign in to comment.