From 967d203e5f82bfb5be130859face185ab4a8e609 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 12 Jul 2023 10:59:09 +0000 Subject: [PATCH] 2.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ common/constants.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b8a268c..7a6754cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v2.3.0 (2023-07-12) + +### Feature + +* **database:** Add local db init script ([`a2f7c8e`](https://github.com/RedHatInsights/vulnerability-engine/commit/a2f7c8ee01c01c5b58d08054c2453e6c0dc89a7f)) +* **database:** Wait for db on upgrade ([`ad533ad`](https://github.com/RedHatInsights/vulnerability-engine/commit/ad533ad5a71790da4fab338745defa9b1e02a0ab)) +* **database:** Switch to PG15.2 ([`44b463b`](https://github.com/RedHatInsights/vulnerability-engine/commit/44b463b0a70d24214edabf52aa9188146566abe4)) + ## v2.2.4 (2023-07-11) ### Fix diff --git a/common/constants.py b/common/constants.py index a025d2db8..8fdea822c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -8,7 +8,7 @@ CFG = Config() -APP_VERSION = "2.2.4" +APP_VERSION = "2.3.0" 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"