Skip to content

Commit

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

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

### Chore

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

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

* chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0

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

* chore(deps): update pre-commit hook psf/black to v23.12.1

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

* chore(deps): update pre-commit hook asottile/reorder-python-imports to v3.13.0

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

* chore: use ubi9

RHINENG-12543

RHINENG-12556 ([`ee5c78f`](https://github.com/RedHatInsights/vulnerability-engine/commit/ee5c78f2eb51f1475fe4466934851acd02b5a207))

* chore: update dependencies

RHINENG-12514 ([`32aeb37`](https://github.com/RedHatInsights/vulnerability-engine/commit/32aeb37392ab2931f97e55b7c7353b182efe4a81))

### Fix

* fix: handle error when inserting empty cve name into db

RHINENG-12773 ([`bb5813e`](https://github.com/RedHatInsights/vulnerability-engine/commit/bb5813eb30fc5d876b9f16485caef2b7cdc897c5))

### Unknown

* Red Hat Konflux update vulnerability-engine
Signed-off-by: red-hat-konflux <konflux@no-reply.konflux-ci.dev> ([`5f5e9c1`](https://github.com/RedHatInsights/vulnerability-engine/commit/5f5e9c1375edd628ddec9d58793254afcb96ad42))

## v2.40.7 (2024-09-12)

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

0 comments on commit f277a38

Please sign in to comment.