Skip to content

Commit fbd931a

Browse files
authored
Automated release commit for 2.5.9 (#527)
1 parent c391b0d commit fbd931a

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Version 2.5.9
2+
=============
3+
4+
* removed 'results' from URL path on pagination as it is already there (#525)
5+
* Enable project routing in widgets URLs (#523)
6+
* Updated path of npm bin in node:18 image (#522)
7+
* split layers EVEN MORE (#520)
8+
* Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#519)
9+
* [IQE-3104] Update packages (#518)
10+
* Fix dashboard clearing on project change (#515)
11+
* Update dockerfiles to ubi9/py39 (#514)
12+
* Rename master branch to main (#513)
13+
* Bump rollup from 2.79.1 to 2.79.2 in /frontend (#512)
14+
* Bump express from 4.19.2 to 4.21.0 in /frontend (#511)
15+
* Bump micromatch from 4.0.7 to 4.0.8 in /frontend (#510)
16+
* React Context and Project Nested Routing (#508)
17+
* Bump webpack from 5.91.0 to 5.94.0 in /frontend (#509)
18+
* Fix: RuntimeError - generator didn't yield (#468)
19+
* "Fix" invisible projects
20+
* Bump ws from 7.5.9 to 7.5.10 in /frontend
21+
* Fix from Griffin-Sullivan in review
22+
* Use HTTPStatus enums for backend responses
23+
* Create constant for JSON Required response message
24+
* whitespace in ibutsu-pod.sh
25+
* Migrate to pyproject.toml (#503)
26+
* Move to Ruff Formatting and Linting (#498)
27+
* Backend: Change from localhost to 127.0.0.1 (#499)
28+
* Pin backend dependencies (#502)
29+
* Replace npm with yarn (#501)
30+
* React 18 & Patternfly 5 Upgrades (#494)
31+
* Small doc fixes and percentages for importance widget (#496)
32+
133
Version 2.5.8
234
=============
335

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.8
5+
version: 2.5.9
66
servers:
77
- url: /api
88
tags:

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
version = "2.5.8"
2+
version = "2.5.9"
33
name = "ibutsu_server"
44
description = "A system to store and query test results and artifacts"
55
authors = [

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.8",
3+
"version": "2.5.9",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.24.7",

0 commit comments

Comments
 (0)