Skip to content

Commit

Permalink
2.38.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Jun 25, 2024
1 parent 97e9354 commit b2ff379
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v2.38.2 (2024-06-25)

### Fix

* fix: use show_packages to get updated_package_names from vmaas

RHINENG-10893 ([`97e9354`](https://github.com/RedHatInsights/vulnerability-engine/commit/97e9354a5953b949b15e4d07c408a07983e45272))

* fix: keyerror in vmaas-sync

RHINENG-10893 ([`d8cef5a`](https://github.com/RedHatInsights/vulnerability-engine/commit/d8cef5a5b3b373bb0761481bfbdbff78580cbc1d))

## v2.38.1 (2024-06-20)

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

0 comments on commit b2ff379

Please sign in to comment.