Skip to content

Commit

Permalink
2.41.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Oct 14, 2024
1 parent e22057a commit bfd2f9d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG


## v2.41.2 (2024-10-14)

### Chores

* chore(deps): update konflux references

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`66369d5`](https://github.com/RedHatInsights/vulnerability-engine/commit/66369d5bc9e7137997b5e25e2288b23796b2cb43))

### Continuous Integration

* ci: new flake8 issues ([`e22057a`](https://github.com/RedHatInsights/vulnerability-engine/commit/e22057a81f3bf6d6deecd1151fc9d4ec1db402c4))

* ci: setup-python is now required for pre-commit ([`52f8a58`](https://github.com/RedHatInsights/vulnerability-engine/commit/52f8a584e5e02fa634bbbc91a3bac038e0d49d7b))


## v2.41.1 (2024-10-08)

### Continuous Integration
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.41.1"
APP_VERSION = "2.41.2"
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.41.1"
version = "2.41.2"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit bfd2f9d

Please sign in to comment.