Skip to content

Commit

Permalink
Update OSIDB to version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Torres committed Oct 24, 2023
1 parent f3f8a17 commit 4501ff5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
SPECTACULAR_SETTINGS = {
"TITLE": "OSIDB API",
"DESCRIPTION": "REST API autogenerated docs for the OSIDB and its components",
"VERSION": "3.5.0",
"VERSION": "3.5.1",
"SWAGGER_UI_SETTINGS": {"supportedSubmitMethods": []},
"SERVE_AUTHENTICATION": [
"krb5_auth.auth.KerberosAuthentication",
Expand Down
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix incorrect type bool of is_up2date field in
/collectors/api/v1/status endpoint
- fix PS contact model (OSIDB-1445)
- fix schema to reflect Erratum shipped_dt to be nullable

## [3.5.1] - 2023-10-23
### Fixed
- fix PS contact model (OSIDB-1445)
- Improve EPSS collector memory consumption

## [3.5.0] - 2023-10-09
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: OSIDB API
version: 3.5.0
version: 3.5.1
description: REST API autogenerated docs for the OSIDB and its components
paths:
/auth/token:
Expand Down
2 changes: 1 addition & 1 deletion osidb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
osidb version
"""
__version__ = "3.5.0"
__version__ = "3.5.1"
VERSION = __version__

0 comments on commit 4501ff5

Please sign in to comment.