Skip to content

Commit 363747d

Browse files
authored
Merge pull request #456 from rsnyman/release-2.5.2
Release 2.5.2
2 parents e3b5092 + 4c2b57d commit 363747d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 2.5.2
2+
=============
3+
4+
* Fix up the colours of the fonts of various charts/widgets
5+
* Migrate to use the built-in TreeView component from PatternFly
6+
* Check if values are None and default to 0 if they are (fix #418)
7+
* Add the ability to disable SSL verification
8+
* Fix the download buttons so that they actually download the artifact or report
9+
* Parameter should be a string, force the value to be a string
10+
* Expose the Keycloak login environment in App Interface
11+
112
Version 2.5.1
213
=============
314

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.1
5+
version: 2.5.2
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.1"
5+
VERSION = "2.5.2"
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.1",
3+
"version": "2.5.2",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.21.3",

0 commit comments

Comments
 (0)