Skip to content

Commit 95cd732

Browse files
Release 2.5.7 (#490)
1 parent bd9940b commit 95cd732

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 2.5.7
2+
=============
3+
4+
* Pin swagger-ui-bundle
5+
* Pin victory packages to prevent frontend failures
6+
* Control widget sensitive fields better on backend
7+
8+
Version 2.5.6
9+
=============
10+
11+
* Fix local dev setup
12+
* Fix creation user by admin
13+
* Make default dashboard work
14+
* Update .readthedocs.yml
15+
* Add empty state for filter heatmap
16+
* Add mpp cluster templates
17+
* Resolve dependency issue for react-chart package
18+
* Add importance widget component
19+
* Add codeowners
20+
21+
Version 2.5.5
22+
=============
23+
24+
* Tweak celery options to better handle redis timeouts/reconnects
25+
126
Version 2.5.4
227
=============
328

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: A system to store and query test results
44
title: Ibutsu API
5-
version: 2.5.4
5+
version: 2.5.7
66
servers:
77
- url: /api
88
tags:

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
NAME = "ibutsu_server"
5-
VERSION = "2.5.4"
5+
VERSION = "2.5.7"
66
REQUIRES = [
77
"alembic",
88
"celery",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibutsu-frontend",
3-
"version": "2.5.4",
3+
"version": "2.5.7",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.21.3",

0 commit comments

Comments
 (0)