Skip to content

Commit

Permalink
2.34.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Feb 2, 2024
1 parent 1def2a7 commit b8b99d9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@



## v2.34.8 (2024-02-02)

### Chore

* chore: use --no-remove-resources for vulnerability-engine

manage worker processes are getting killed in ephemeral env
[2024-01-24 15:29:01 +0000] [1] [ERROR] Worker (pid:1307) was sent SIGKILL! Perhaps out of memory? ([`6eb10ac`](https://github.com/RedHatInsights/vulnerability-engine/commit/6eb10ac7e77ad73fd7414cedc76e9754d7b0eabd))

* chore: update python version

RHINENG-7728 ([`96f24e6`](https://github.com/RedHatInsights/vulnerability-engine/commit/96f24e6b2895b74c9c5fab24ba60f13947b69ebc))

### Fix

* fix(clowdapp): fix listener resource requests ([`1def2a7`](https://github.com/RedHatInsights/vulnerability-engine/commit/1def2a7c4785b78fe039790c98474c75a8eaa17f))


## v2.34.7 (2024-01-26)

### Fix
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.34.7"
APP_VERSION = "2.34.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.34.7"
version = "2.34.8"
description = ""
authors = [""]
readme = "README.md"
Expand Down

0 comments on commit b8b99d9

Please sign in to comment.