Skip to content

Commit

Permalink
prep release 4.6.5 (#879)
Browse files Browse the repository at this point in the history
Preparation for 4.6.5 release.
  • Loading branch information
osoukup authored Jan 13, 2025
2 parents 301fd69 + 49392b2 commit 60d6cb4
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -275,7 +275,7 @@
SPECTACULAR_SETTINGS = {
"TITLE": "OSIDB API",
"DESCRIPTION": "REST API autogenerated docs for the OSIDB and its components",
"VERSION": "4.6.4",
"VERSION": "4.6.5",
"SWAGGER_UI_SETTINGS": {"supportedSubmitMethods": []},
"SERVE_AUTHENTICATION": [
"krb5_auth.auth.KerberosAuthentication",
Expand Down
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Removed `last_validated_dt` from exposed JSON Flaw History data (OSIDB-3814)

## [4.6.5] - 2025-01-10
### Changed
- Revert pull request #875 from OSIDB-3814

## [4.6.4] - 2025-01-10
### Changed
- Moved docker-compose images from docker.io to mirror.gcr.io (OSIDB-3653)
- Removed `last_validated_dt` from exposed JSON Flaw History data (OSIDB-3814)
- Fix workflow mid-air collisions (OSIDB-3842)

## [4.6.3] - 2025-01-09
### Fixed
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: 4.6.4
version: 4.6.5
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__ = "4.6.4"
__version__ = "4.6.5"
VERSION = __version__

0 comments on commit 60d6cb4

Please sign in to comment.