|
| 1 | +--- |
| 2 | +title: "Release Notes: May 2025" |
| 3 | +description: "" |
| 4 | +--- |
| 5 | + |
| 6 | +This release addresses a number of fixes to improve your experience across the platform. |
| 7 | + |
| 8 | +## Features & enhancements |
| 9 | + |
| 10 | +{% if page.collection == "posts" %} |
| 11 | +### Pipelines: Manage pipeline runner ABAC rules with Terraform |
| 12 | + |
| 13 | +Managing access policies and environment isolation just got easier! You can now define runner permissions—controlling which teams can use which runners—directly through our Terraform provider. |
| 14 | + |
| 15 | +This update helps you eliminate manual UI configuration, reduce human error, and scale access management more efficiently across teams. |
| 16 | + |
| 17 | +##### Key benefits |
| 18 | + |
| 19 | +* **Declare ABAC policies in Terraform** alongside other team and pipeline configurations. |
| 20 | +* **Define team-runner relationships** to control who can run what. |
| 21 | +* **Filter runner access by tags** to fine-tune permissions. |
| 22 | +* **Support multiple rules per team** for flexible access control. |
| 23 | +* **Match existing ABAC behavior** found in the UI and API. |
| 24 | + |
| 25 | +This feature helps teams maintain consistent, automated access control at scale. |
| 26 | +{% endif %} |
| 27 | + |
| 28 | +## Bug fixes |
| 29 | +{% if page.collection == "posts" %} |
| 30 | +##### Pipelines |
| 31 | + |
| 32 | +* Git trigger for "Release published" fires incorrectly when any release-related trigger is enabled. |
| 33 | +* Webhook events for Bitbucket ignored when pipeline trigger uses different Bitbucket integrations. |
| 34 | +* For GitHub, list of files modified by PR (pull request) does not include all modified files. |
| 35 | + |
| 36 | +##### GitOps |
| 37 | +{% endif %} |
| 38 | +* Wrong revision promoted when a Promotion Flow is triggered manually by clicking Trigger button or automatically. |
| 39 | +* Release status not updated for product when a Promotion Flow is triggered manually by clicking the Trigger button. <!--- runtime version with fix to be released --> |
| 40 | +* Updated validation for the Name field in Promotion Workflows to not allow underscores. |
| 41 | +* GitOps permission rule for applications including the Git Source attribute not supported for applications from ApplicationSets.<!--- runtime version with fix to be released --> |
| 42 | +* Removed the **SSH** option from the **Repository** field in the Create Git Source form. Selecting SSH resulted in the error `failed creating git-source. error: Invalid URL`, as SSH is not a valid option for Git Sources. |
| 43 | +{% if page.collection == "posts" %} |
| 44 | +* Inaccurate change failure rate for DORA metrics. |
| 45 | +{% endif %} |
| 46 | + |
0 commit comments