Release v2.1.0
· 2 min read
This is small incremental release mainly focused on fixing bugs and added new small feature
Highlights
New Link To History

Admin Section
Backend Update
cd bublikgit remote updategit checkout v2.1.0./scripts/deploy --steps run_services
Frontend Update
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-uigit remote updategit checkout v2.1.0
Documentation Update
- Trigger the workflow in your frontend repository
- Synchronize the mirrors
cd bublik-docsgit remote updategit checkout v2.1.0
Docker Instance Update
task backup:createtask pulltask up
Changelog
Frontend
🚀 New Feature
🐛 Bug Fix
- config: [update-project-form] show meaningful validation errors (ea98698), closes #374
- config: make description field optional in config forms and API (cf653d9), closes #377
- run: reset
openstate for history search form on back navigation (7de1533), closes #383
📦 Chores
- projects: [config] update default project label (6b6adef), closes #375
- run: remove forgotten
console.log(71173e7)
Backend
🐛 Bug Fix
- auth: fix invalid refresh flow from early access token validation (d84bd31)

