May 13, 2026

Tugboat Changelog

v2.26.20

In This Release...

* #6778 chore: add Waive review label to release and dev bump PRs * #6111 feat: disable project creation as a config option (#6380) * #6797 chore: bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4 * #6795 chore: bump fast-xml-builder from 1.1.5 to 1.2.0 * #6794 chore: bump basic-ftp from 5.3.0 to 5.3.1 * #6792 chore: bump ip-address from 10.0.1 to 10.2.0 * #6791 chore: bump axios from 1.15.0 to 1.16.0 * #6788 chore: bump nodemailer from 8.0.5 to 8.0.7 * #6787 chore: bump ioredis from 5.10.0 to 5.10.1 * #6785 chore: bump postcss from 8.5.12 to 8.5.13 * #6784 chore: bump @opentelemetry/sdk-metrics from 2.7.0 to 2.7.1 * #6796 chore: bump fast-uri from 3.1.0 to 3.1.2 ### On-Premise * A new `config.restrict_project_creation` option is available. When set to `true`, only Tugboat superadmins can create new projects. Non-admin users will see the project list but cannot create projects until an admin adds them. To enable, add `config.restrict_project_creation = true;` to your `config.js`, then run `sudo tbctl graceful ui` to apply the change.

Recent Releases

v2.26.20
May 13, 2026
Project creation can now be restricted to admins only, plus dependency updates across the stack.
v2.26.19
May 4, 2026
Fixed browser notification prompts and improved preview list layout for long usernames. Better UX all around!
v2.26.18
April 28, 2026
Improved release notes handling, dependency updates, added vulnerability audits to security CI, and enhanced testing coverage.
v2.26.17
April 21, 2026
Security patch for fastify, legacy config cleanup, dependency updates, and Bitbucket API token authentication support added.
v2.26.16
April 15, 2026
Updated API calls for Bitbucket user repositories.
View All