Skip to content

Commit

Permalink
Automated release commit for 2.5.9 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver authored Nov 7, 2024
1 parent c391b0d commit fbd931a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Version 2.5.9
=============

* removed 'results' from URL path on pagination as it is already there (#525)
* Enable project routing in widgets URLs (#523)
* Updated path of npm bin in node:18 image (#522)
* split layers EVEN MORE (#520)
* Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#519)
* [IQE-3104] Update packages (#518)
* Fix dashboard clearing on project change (#515)
* Update dockerfiles to ubi9/py39 (#514)
* Rename master branch to main (#513)
* Bump rollup from 2.79.1 to 2.79.2 in /frontend (#512)
* Bump express from 4.19.2 to 4.21.0 in /frontend (#511)
* Bump micromatch from 4.0.7 to 4.0.8 in /frontend (#510)
* React Context and Project Nested Routing (#508)
* Bump webpack from 5.91.0 to 5.94.0 in /frontend (#509)
* Fix: RuntimeError - generator didn't yield (#468)
* "Fix" invisible projects
* Bump ws from 7.5.9 to 7.5.10 in /frontend
* Fix from Griffin-Sullivan in review
* Use HTTPStatus enums for backend responses
* Create constant for JSON Required response message
* whitespace in ibutsu-pod.sh
* Migrate to pyproject.toml (#503)
* Move to Ruff Formatting and Linting (#498)
* Backend: Change from localhost to 127.0.0.1 (#499)
* Pin backend dependencies (#502)
* Replace npm with yarn (#501)
* React 18 & Patternfly 5 Upgrades (#494)
* Small doc fixes and percentages for importance widget (#496)

Version 2.5.8
=============

Expand Down
2 changes: 1 addition & 1 deletion backend/ibutsu_server/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: A system to store and query test results
title: Ibutsu API
version: 2.5.8
version: 2.5.9
servers:
- url: /api
tags:
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
version = "2.5.8"
version = "2.5.9"
name = "ibutsu_server"
description = "A system to store and query test results and artifacts"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibutsu-frontend",
"version": "2.5.8",
"version": "2.5.9",
"private": true,
"dependencies": {
"@babel/core": "^7.24.7",
Expand Down

0 comments on commit fbd931a

Please sign in to comment.