Changelog

Stay current with the latest fixes and improvements.

  • Oct 8th 2024

    v2.5.138

    New features

    • Pipeline: Pull Request trigger 2.0

    Improvements

    • Elastic Beanstalk Monitor action: you can now enter the integration name, directory and suite manually.
    • Ghost Inspector action: you can now enter the application name and environment manually.
    • Pipelines
    • Elastic Beanstalk
    • Ghost Inspector
  • Oct 1st 2024

    v2.5.137

    Improvements

    • Integrations: Users with the "Use" permission can now add pipelines to the integration that are allowed to use it.
    • Improved error handling in the logs.
    • Added hints for the most common errors in the logs.
    • Cloudfront action: you can now enter the integration name and distribution ID manually.
    • Errors
    • Integrations
    • Logs
    • Cloudfront
  • Sep 24th 2024

    v2.5.136

    Improvements

    • Elastic Beanstalk action: you can now enter the app name and environment name manually.
    • Honeybadger action: you can now enter the project name manually.

    Bugfixes

    • Self-Hosted: Adding a Slack integration using a bot token returned an SWW.
    • Self-Hosted: Matched runners in the pipeline view now include the CPU architecture.
    • Elastic Beanstalk
    • Honeybadger
    • Self-hosted
  • Sep 17th 2024

    v2.5.134

    Improvements

    • In the Slack action, you can now enter the Slack channel name manually.

    Bugfixes

    • (Standalone) Fixed: Multi-arch build action set to X64 in the ARM pipeline on the ARM worker failed.
    • Fixed: Occasionally, custom service logs did not appear in build actions.
    • Fixed: GitHub checks did not refresh GitHub token.
    • Fixed: Slack action failed when "Blocks" field contained only a variable.
    • Fixed: variable resolution in the "Blocks" field of the Slack action.
    • Fixed: If the project name started with a -, cloning files from the repository to the filesystem did not work.
    • Fixed: It was not possible to edit the Build Docker Image action in a codeless pipeline.
    • Slack
    • GitHub
    • Multiarch
    • Docker
  • Aug 27th 2024

    v2.5.129

    Improvements

    • Improved log when testing an action that uses an integration - now, if the integration is incorrect or doesn't exist, the correct message appears
    • When a pipeline run is skipped, a list of variables is now displayed in the Summary tab, as in any other pipeline run
    • Improved formatting of GitHub Checks
    • Slightly refreshed views: Members, Groups, Project, Team, Invite New Members

    Bugfixes

    • Fixed a bug that caused incorrect entries with inserted and deleted lines to appear on file comparison view
    • [Action: Build Docker Image] Increased waiting time for the container that builds images to start
    • Fixed a bug related to hanging and failing pipeline runs when a .git/config.lock file remained in the pipeline's filesystem
    • Integrations
    • UI
    • Docker
    • GitHub
  • Aug 13th 2024

    v2.5.127

    Improvements

    • Improved GIT and HTTP authorization error handling.
    • Improved the way pull requests appear in the "Run Pipeline" view.

    Bugfixes

    • Fixed: Autoretry in the TCP action.
    • Fixed: "Test connection" no longer saves action changes.
    • Fixed: gitConfigRef no longer wipes on ref change.
    • Fixed: A non-admin user who created a project could not add users to the project.
    • UI
    • GIT
    • Bugfixes
  • Aug 6th 2024

    v2.5.125

    Improvements

    • Pipeline list display settings can now be set per-project.
    • Pipeline run: the "From Scratch" option now also appears when the pipeline (or one of its actions) has a trigger condition based on a changeset.

    Bugfixes

    • Fixed inline tags in a table.
    • Improved error handling when processing a remote configuration YAML pipeline.
    • UI
    • YAML
    • Tags
  • Jul 30th 2024

    v2.5.122

    Improvements

    • Scheduled pipelines can now be set to pause after a specified number of failed runs.

    Bugfixes

    • Fixed: Standalone installation of Buddy could not add Google Playstore integration.
    • Fixed: MMB click did not work with project list sidebar.
    • Fixed: Searching for custom actions by name did not work correctly.
    • Custom Actions
    • Google
    • UI
  • Jul 23rd 2024

    v2.5.121

    Improvements

    • Increased the timeout for the deploy create-deployment command from 60 to 300 seconds in the AWS CodeDeploy action
    • Updated runtime list in Google Function Deploy action
    • Merging with the "squash commits" option selected generates an automatic message with a list of commits

    Bugfixes

    • gh check now only shows actions from the main section
    • Sometimes the compare view did not show all the contents of the diff - fixed
    • AWS
    • GitHub
    • GCD
  • Jul 18th 2024

    v2.5.118

    New features

    • Introducing: Advanced Permissions for Integrations
    • Resolving integrations during runtime - from now on, the integration doesn't need to exist when adding an action, it will be resolved by Identifier at action runtime

    Improvements

    • [Custom actions] Added support for Slack integration
    • [Custom actions] Increased the maximum number of characters in the 'Default value' field from 255 to 2500
    • Added support for MySQL service version >9 in build actions
    • If a GitHub project has an APP_RW integration, run checks will be set in commits instead of commit statuses

    Bugfixes

    • When comparing from scratch on the Compare view, all files were displayed as binary - fixed
    • Integrations
    • Custom Actions
    • Slack
    • MySQL
    • GitHub