Release v2.3.0
We're pleased to announce Bublik v2.3.0, featuring enhanced configurability and expanded platform support. Added support for Debian 13 and Python 3.13. We've also fixed several deployment issues involving Kerberos setup, the configuration directory path when using the default repository, and SSH key retrieval.
What's New
Custom Tab Titles
Configure project-specific tab title prefixes using the new TAB_TITLE_PREFIX key in your per_conf configuration, making it easier to identify different projects when working with multiple tabs.
Flexible Run Comparison
The comparison form now accepts both run URLs and run IDs, streamlining the workflow when comparing test runs from different sources.
Extended Platform Support
This release adds compatibility with Debian 13 and Python 3.13, ensuring Bublik stays current with the latest platform versions.
Highlights
Compare form
Allow to provide URL for a run besides run ID in comparison form

Admin Section
Backend Update
cd bublikgit remote updategit checkout v2.3.0./scripts/deploy --steps pip_requirements run_services
Frontend Update
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-uigit remote updategit checkout v2.3.0
Documentation Update
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-docsgit remote updategit checkout v2.3.0
Docker Instance Update
In this release we require to launch under www-data group so logs can be imported by
other users via scp
task backup:create- Open your
.envfile and changeIMAGE_TAGto2.3.0 - Run command
getent group www-data | cut -d: -f3to getwww-datagroup id
Note In case no
www-datagroup exists create it
- Open your
.envfile and changeHOST_GIDto output of previous step (usually33on Debian/Ubuntu) task pulltask up
Changelog
Frontend
🚀 New Feature
♻ Code Refactoring
- projects: get tab title prefix from API (9c4c2cb)
Backend
🐛 Bug Fix
- deploy: ensure reliable SSH public key retrieval (197ce77)
- deploy: fix config directory for default repo option (05c5caf)
- deploy: fix Kerberos package installation (280aad2)
🚀 New Feature
- config: add support for configurable browser tab titles (02ff5ac)
- api: expose configured browser tab title prefix to UI (0e56541)
♻️ Code Refactoring
- deploy: optimize file search performance (63a6eb0)

