Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and vmaas-bot committed Jul 12, 2023
1 parent a4fbd9d commit 967d203
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 967d203

Please sign in to comment.