Skip to content

Commit

Permalink
2.40.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Sep 27, 2024
1 parent 2c7c9f9 commit 9ef42d7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# CHANGELOG

## v2.40.9 (2024-09-27)

### Chore

* chore(deps): update grafana/grafana docker tag to v11.2.1

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

* chore: replace reorder-python-imports by isort

black and reorder-python-imports are incompatibles

https://github.com/asottile/reorder-python-imports/issues/366

https://github.com/asottile/reorder-python-imports/issues/367

https://github.com/psf/black/issues/4175 ([`c285066`](https://github.com/RedHatInsights/vulnerability-engine/commit/c285066888e4c689bda5acae2d089e2af40143ed))

* chore: fix black v24 issues ([`e97ad01`](https://github.com/RedHatInsights/vulnerability-engine/commit/e97ad01ddfadddefb1b74ecca123308aa0421c7c))

* chore: fix flake8 v7 issues ([`83cd073`](https://github.com/RedHatInsights/vulnerability-engine/commit/83cd073430a0ae50ab61b4c72bd8508db8e6dded))

* chore(deps): update pre-commit hook pycqa/flake8 to v7

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

* chore(deps): update pre-commit hook psf/black to v24

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

### Fix

* fix(manager): repair error handling when forbidden

RHINENG-12111: 500 HTTP error when requesting api with account without persmissions ([`2c7c9f9`](https://github.com/RedHatInsights/vulnerability-engine/commit/2c7c9f96a22118baa451f60e862ed4ce86066aa1))

## v2.40.8 (2024-09-24)

### Chore
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.40.8"
APP_VERSION = "2.40.9"
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.40.8"
version = "2.40.9"
description = ""
authors = ["RH Insights <mail@mail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9ef42d7

Please sign in to comment.