Skip to content

Commit

Permalink
2.25.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Nov 8, 2023
1 parent f35e2f9 commit 2981e41
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@



## v2.25.2 (2023-11-08)

### Chore

* chore: add type annotations and use named tuples ([`6283173`](https://github.com/RedHatInsights/vulnerability-engine/commit/6283173e3428bb30527ab5440a0b88b6f4a46340))

### Fix

* fix(manager): randomize unleash tmp path for each gunicorn process ([`f35e2f9`](https://github.com/RedHatInsights/vulnerability-engine/commit/f35e2f910fb0da30356579ed7b068932beb98ccb))

### Refactor

* refactor: change selects to use the system_cve_data table

RHINENG-2328 ([`81384d3`](https://github.com/RedHatInsights/vulnerability-engine/commit/81384d3f8241357474040f0bf6b4bf9caf8f3f13))

* refactor: re-write status_handler to use the system_cve_data table

RHINENG-2328 ([`880d51d`](https://github.com/RedHatInsights/vulnerability-engine/commit/880d51ded17fb3716ec11760a4f6f5408e58dde1))

* refactor: migrate status values from system_vulnerabilities to system_cve_data

RHINENG-2328 ([`c381cba`](https://github.com/RedHatInsights/vulnerability-engine/commit/c381cbad698d5cf3b1f7aa4c8e643a6a64849163))

* refactor: add separate table to store system-cve statuses

RHINENG-2328 ([`8aa973a`](https://github.com/RedHatInsights/vulnerability-engine/commit/8aa973a1f89ad1d666512204c96567c2d67beb89))


## v2.25.1 (2023-11-07)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

CFG = Config()

APP_VERSION = "2.25.1"
APP_VERSION = "2.25.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 @@ -12,7 +12,7 @@ profile = "black"

[tool.poetry]
name = "vulnerability-engine"
version = "2.25.1"
version = "2.25.2"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit 2981e41

Please sign in to comment.