Skip to content

Commit fbabb2e

Browse files
committed
Set 2.6.0 release
1 parent b64860a commit fbabb2e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 2.6.0
2+
==============
3+
4+
* Fix bug with dashboard selection on back nav by @mshriver in https://github.com/ibutsu/ibutsu-server/pull/533
5+
* Update yarn.lock by @mshriver in https://github.com/ibutsu/ibutsu-server/pull/532
6+
* Use source instead of build number when filtering results in Importance by Component widget by @Fynardo in https://github.com/ibutsu/ibutsu-server/pull/526
7+
* Move eslint to github action, remove from precommit by @mshriver in https://github.com/ibutsu/ibutsu-server/pull/538
8+
* Node 20, ESLint 9 by @mshriver in https://github.com/ibutsu/ibutsu-server/pull/536
9+
* Added logic for different keycloak auth paths by @wcater803 in https://github.com/ibutsu/ibutsu-server/pull/567
10+
* Modified keycloak auth path logic by @wcater803 in https://github.com/ibutsu/ibutsu-server/pull/590
11+
* [Feature Branch] React Functional Conversions by @mshriver in https://github.com/ibutsu/ibutsu-server/pull/539
12+
* Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /frontend by @dependabot in https://github.com/ibutsu/ibutsu-server/pull/631
13+
* Bump undici from 6.21.0 to 6.21.2 in /frontend by @dependabot in https://github.com/ibutsu/ibutsu-server/pull/632
14+
* Bump @babel/runtime from 7.26.0 to 7.27.0 in /frontend by @dependabot in https://github.com/ibutsu/ibutsu-server/pull/633
15+
* feat(IQE-3524): Remove option for selecting project owner in Add Project form by @hugohezel in https://github.com/ibutsu/ibutsu-server/pull/629
16+
17+
18+
**Full Changelog**: https://github.com/ibutsu/ibutsu-server/compare/v2.5.11...v2.6.0
19+
120
Version 2.5.11
221
==============
322

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.11
5+
version: 2.6.0
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.11"
2+
version = "2.6.0"
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.11",
3+
"version": "2.6.0",
44
"private": true,
55
"dependencies": {
66
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",

0 commit comments

Comments
 (0)