Skip to content

Commit

Permalink
2.46.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Feb 11, 2025
1 parent a3955d0 commit 709477c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v2.46.4 (2025-02-11)

### Chores

- Add missing 'per_reporter_staleness'
([`a3955d0`](https://github.com/RedHatInsights/vulnerability-engine/commit/a3955d00164386532285506c93bdecaeefb39707))

- Make Uvicorn AsyncApp work with Aiokafka + fix some missing params
([`b1c1d9e`](https://github.com/RedHatInsights/vulnerability-engine/commit/b1c1d9ead2e3236a60aa64197bf5edae89ecba8e))


## v2.46.3 (2025-02-07)

### Bug Fixes
Expand Down Expand Up @@ -2936,7 +2947,7 @@ VULN-2709 BREAKING CHANGE: old evaluator code can't be used anymore

VULN-2709 BREAKING CHANGE: old listener code can't be used anymore

### BREAKING CHANGES
### Breaking Changes

- Bump app version

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

0 comments on commit 709477c

Please sign in to comment.