Skip to content

Commit

Permalink
2.37.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Apr 17, 2024
1 parent b937f1a commit 4a522dd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v2.37.2 (2024-04-17)

### Chore

* chore: log there are missing secrets for read replica ([`f994fb3`](https://github.com/RedHatInsights/vulnerability-engine/commit/f994fb38a1beab8ccc66728a404c467c3a76692e))

### Fix

* fix(manager): set specific models for possible RW operations instead of changing peewee internals ([`b937f1a`](https://github.com/RedHatInsights/vulnerability-engine/commit/b937f1a37d249959f0dbd110a19e8a7bf9b1dbb4))

### Unknown

* Fix artifact collection on tests failure

- refactor CI scripts, simplify Jenkinsfile ([`c072c93`](https://github.com/RedHatInsights/vulnerability-engine/commit/c072c933fa53479fc20b09dcfa191e07b1636d8f))


## v2.37.1 (2024-03-15)

### 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.1"
APP_VERSION = "2.37.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.37.1"
version = "2.37.2"
description = ""
authors = ["RH Insights <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4a522dd

Please sign in to comment.