Skip to content

Commit

Permalink
2.37.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Mar 15, 2024
1 parent ff0ab5f commit 8e38d75
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.37.1 (2024-03-15)

### Chore

* chore: upgrade peewee ([`5b552df`](https://github.com/RedHatInsights/vulnerability-engine/commit/5b552df1b7f5aa750443ba6401ec7cb871999d55))

* chore(manager): upgrade to connexion 3 (keep flask)

RHINENG-7677 ([`197f578`](https://github.com/RedHatInsights/vulnerability-engine/commit/197f57805eb7b7ca42dc6d427a5ea3188e247cf0))

* chore: --verify has been deprecated ([`6dd38a4`](https://github.com/RedHatInsights/vulnerability-engine/commit/6dd38a492c16f74c9cec5c92adf2282226266d16))

* chore: upgrade to py 3.11 in test container ([`145b372`](https://github.com/RedHatInsights/vulnerability-engine/commit/145b372c61f99c36e69b0c8c9cd6d97cbd8f846d))

* chore(platform-mock): update kafka url ([`1878c87`](https://github.com/RedHatInsights/vulnerability-engine/commit/1878c8779e5ce0edfbd56edbe988c4ce700ff2cb))

### Fix

* fix(manager): selected wait_event_type and wait_event can be NULL ([`6116b8c`](https://github.com/RedHatInsights/vulnerability-engine/commit/6116b8ce5974371d4ec061d0032f6bf13ff0b3a2))

* fix(manager): pin a2wsgi due to bug

https://github.com/spec-first/connexion/issues/1894 ([`0939141`](https://github.com/RedHatInsights/vulnerability-engine/commit/093914130025c824d0fa0355d740e4d1777dcdf0))

### Test

* test: current query is now actually selected ([`ff0ab5f`](https://github.com/RedHatInsights/vulnerability-engine/commit/ff0ab5f0b0c55ec6c38bcfa799a14f06af444ec3))


## v2.37.0 (2024-02-26)

### 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.37.0"
APP_VERSION = "2.37.1"
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.37.0"
version = "2.37.1"
description = ""
authors = ["RH Insights <mail@mail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 8e38d75

Please sign in to comment.