Changelog

Stay current with the latest fixes and improvements.

  • Feb 17, 2026

    v2.6.75

    • docker
    • sandboxes
    • ui

    New Features

    • Docker: DigitalOcean Container Registry support.
    • New trigger: Email.

    Improvements

    • Sandboxes: Preinstalled dev tools added.
    • Sandboxes: Dedicated buddy user with sudo access added.
    • Self-hosted: Added confirmation before deleting a running runner.
    • Pipelines: Redesigned action logs and output variables display.

    Bugfixes

    • Pipelines: Fixed incorrect Y-axis values in the analytics chart.
    • UI: Fixed Browse file editor reset during executions.
    • UI: Fixed an issue with pasted text highlighting in the terminal.
  • Feb 10, 2026

    v2.6.74

    • jira
    • sandboxes
    • ui
    • firebase

    New Features

    Improvements

    • OAuth 2.0: Support for multiple redirect URLs.
    • Firebase: Google Service Account support added.
    • Firebase: FIREBASE_TOKEN deprecated.
    • Targets: All Kubernetes targets now support SSH proxy routing.
    • REST API: Added sandbox setup status to the sandbox list endpoint.
    • Transfer: Added Enable compression option for SFTP transfers.
    • Cloudflare: Purge Cache now supports tags, hostnames, and prefixes.
    • Pipelines: Unified run context validation across all trigger sources.
    • UI: Search results starting with the phrase now appear first. Improved numeric sorting across key lists.

    Bugfixes

    • Agents: Fixed agent remaining active after trial expiration.
    • Sandboxes: Fixed target not updating after identifier change in YAML.
    • Sandboxes: Fixed errors caused by overly long start commands.
    • Sandboxes: Fixed ANSI rendering and text selection in xterm.
    • Workflows: Fixed Environment search by identifier.
    • Pipelines: Fixed pipeline global search sorting by name.
  • Feb 3, 2026

    v2.6.72

    • api
    • sandboxes
    • ui

    Improvements

    • Sandboxes: Permissions added.
    • REST API: The Run Next Pipeline and Copy Files actions now accept project name and pipeline identifier.
    • REST API: Added a method for retrieving tokens used to add tunnels at the workspace or project level.
    • UI: Added Group by trigger option to the Queue view.

    Bugfixes

    • Sandboxes: Fixed an issue where container creation could fail when starting multiple Sandboxes at the same time.
  • Jan 27, 2026

    v2.6.71

    • ui
    • yaml
    • pipelines

    Improvements

    • Permissions: Added target permissions support for the User role.
    • Workspace Settings: Added an option to forbid enabling public access to pipelines and their run history.

    Bugfixes

    • Linux VM: Fixed an issue where action loops executed sequentially even though executions were started in parallel.
    • Environments: Fixed an issue where allowed environments were not removed correctly.
    • Pipelines: Fixed an issue where Disable/Enable pipeline was available for pipelines using remote configuration.
    • Pipelines: Fixed an issue where executions could remain in progress after failing during the Prepare action step.
    • Telegram: Fixed incorrect escaping of the _ character in HTML-formatted messages.
    • Webhooks: Fixed incorrect webhook delivery date display in integrations.
  • Jan 13, 2026

    v2.6.69

    • environments
    • github
    • ui

    New Features

    • Environments: YAML and REST API management.

    Improvements

    • Added a copy button for identifiers across multiple areas of the app.
    • GitHub Release: Added an option to zip assets.

    Bugfixes

    • Elasticsearch: Fixed compatibility issues with newer image versions.
    • YAML: Removing a variable description now works correctly.
    • Build Docker Image: Fixed incorrect provenance configuration when using Docker Bake.
  • Dec 10, 2025

    v2.6.68

    • targets
    • powershell
    • docker

    Improvements

    • Targets: Agents with “Expose as target” enabled now appear in workspace and project target lists.
    • Docker: Build Docker Image and Build Multiarch actions now use Docker Bake.
    • Added an option to delete all content in the root directory of a pipeline filesystem.

    Bugfixes

    • PowerShell: Fixed an issue where the script file was sometimes left on the target server after execution.
    • Fixed an issue where the file view did not refresh when switching branches or tags in the repository.
  • Nov 25, 2025

    v2.6.65

    • unit tests
    • ui
    • docker

    New Features

    Improvements

    • Unit Tests: Unit Test Suite identifier can now be modified.
    • UI: When searching branches, exact matches now appear first.

    Bugfixes

    • Sandboxes: The Run command field now executes in /buddy as indicated, instead of defaulting to /.
    • Docker: Changing the Docker registry in the Build Docker Image or build actions now correctly clears the integration identifier.
    • Fixed random failures when multiple parallel build actions used the same type of service.
    • Deleting a project containing a sandbox Git config definition now returns a proper error message instead of failing.
  • Nov 18, 2025

    v2.6.62

    • ui
    • api
    • variables

    New Features

    Improvements

    • REST API: Added X-0Auth-Scopes and X-Accepted-0Auth-Scopes to response headers
    • REST API: Removed the WORKSPACE scope requirement from several methods
    • UI: Added copy button for file paths in Commit/Compare views

    Bugfixes

    • Variables: Fixed incorrect BUDDY_ACTION_RUN_HASH values in actions running in parallel.
    • UI: Minor visual fixes for the dark mode
  • Nov 4, 2025

    v2.6.60

    • unit tests
    • domains
    • tunnels

    Improvements

    • Unit Tests: Results are now sent to commit statuses in GitHub, Bitbucket, and GitLab.
    • Unit Tests: Added a link in Action Execution to the Unit Test session run in that action.
    • HTTP Tunnels: Added a new authorization type - login via Buddy.
    • Sandbox Manage: Added a new option to restart the Sandbox app.
    • DMARC: Added filters for rejected and monitoring.
  • Oct 28, 2025

    v2.6.59

    • unit tests
    • domains
    • actions

    Improvements

    • Domains: Now also visible in the My ID tab.
    • Unit Tests: Adding a new test case to a UT session now automatically reopens that session.
    • Actions: Improved performance of the Collect Tests Results box.

    Bugfixes

    • Build: Fixed an issue where build actions failed when containing lines commented out with # preceded by spaces or tabs.