-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> ([`5f5e9c1`](https://github.com/RedHatInsights/vulnerability-engine/commit/5f5e9c1375edd628ddec9d58793254afcb96ad42)) | ||
|
||
## v2.40.7 (2024-09-12) | ||
|
||
### Chore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ profile = "black" | |
|
||
[tool.poetry] | ||
name = "vulnerability-engine" | ||
version = "2.40.7" | ||
version = "2.40.8" | ||
description = "" | ||
authors = ["RH Insights <[email protected]>"] | ||
readme = "README.md" | ||
|