Changelog

Stay current with the latest fixes and improvements.

  • Jun 4, 2025

    v2.6.27

    • Sandbox
    • Docker
    • Windows

    New Features

    • New action: PowerShell Command
    • New action: Tag image
    • operations: (Re)start app CMD, Stop app CMD
    • pipeline by ID
  • May 27, 2025

    v2.6.25

    • UI
    • HTTP
    • ESLint

    Improvements

    • Optimized pipeline and Git ref fetching methods to improve overall speed.
    • Simplified billing views in the Workspace and MyID pages.

    Bugfixes

    • HTTP: Action used to remain in-progress on timeout.
    • ESLint/CloudFormation: Generate command option didn’t fill the editor.
  • May 20, 2025

    v2.6.24

    • Targets
    • API
    • Actions

    New Features

    Improvements

    • Increased max line length in action logs to 2,000 characters.
  • May 13, 2025

    v2.6.23

    • YAML
    • Tunnels
    • Rsync

    New Features

    • Server agents: YAML configuration.
    • Targets: Introducing RSync servers as a new target type.

    Improvements

    • YAML: Encrypt YAML values with the !encrypted prefix.

    Bugfixes

    • YAML: Variable values were incorrectly parsed as numbers and returned in scientific notation.
    • AWS Lambda: Action now uses the timeout defined in the action instead of the default.
  • May 7, 2025

    v2.6.21

    • UI
    • Targets

    New features

    Improvements

    • Targets: Git targets added
    • Targets: Proxy support for Vultr, DigitalOcean and UpCloud targets
  • Apr 23, 2025

    v2.6.20

    • YAML
    • API
    • Sandboxes

    Improvements

    • Targets: You can now store YAML definitions in the repository.
    • Sandboxes: You can now provide startup commands and working directory.
    • REST API: Updating pipelines using a YAML definition.

    Bugfixes

    • Targets: Fixed missing validation of allowed pipelines for new target types (DO/Upcloud/Vultr).
  • Apr 15, 2025

    v2.6.19

    • API
    • Targets
    • Download
    • UI

    New Features

    Improvements

    • Download: Added support for Digital Ocean, Vultr and Upcloud targets
    • Targets: The Targets tab now shows all targets from the pipeline and its actions.
    • Various UI improvements

    Bugfixes

    • Rsync: Browsing remote server paths no longer fails if server details were provided via environment variables.
    • Self-hosted: Fixed an issue with handling branch names containing special characters from various languages.
  • Apr 8, 2025

    v2.6.18

    • Variables
    • Permissions
    • YAML

    Improvements

    • It is now possible to specify whether variables and permissions are defined in YAML or GUI.
    • When retrying a stale execution, a box appears asking whether you want to trigger a new execution.

    Bugfixes

    • Retrying a failed execution was blocked if newer executions were skipped, as it was marked stale.
  • Apr 1, 2025

    v2.6.17

    • Agents
    • Variables
    • UI

    New Features

    • Server agents (preview).
    • Run specific settable variable.

    Improvements

    • UI improvements to activity tab.
    • User settings in Members, Groups & Roles moved to the Projects tab.
  • Mar 26, 2025

    v2.6.16

    • SSH
    • Pipelines
    • UI

    Improvements

    • Added "last update" time to branches in the "run pipeline" view.
    • Organized display of variables/integrations/targets with different scopes across workspace.
    • Improved syntax highlighting in text editors.

    Bugfixes

    • It's no longer possible to add a Clear Cache action without selecting a cache type.
    • Fixed SSH action test when using a target with a proxy.