- Notifications
You must be signed in to change notification settings - Fork165
Add saas release notes for may#1330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
11 commits Select commitHold shift + click to select a range
0b67e6a Add saas release notes for may
NimRegev0ebcf29 Change date to earlier
NimRegev348096c change date
NimRegev2da50a2 Change date
NimRegev5b3945a Change date
NimRegevfe82ce3 Change date
NimRegev0ce028e Added pipeline bug fixes and pipeline feature
TamirSolomonf15c0df rephrased according to Nima's standards and renamed the file
TamirSolomone88eea6 renamed back to the original as it was causing build issues
TamirSolomoncddfb3c fix endif
TamirSolomon92036b0 removed broken link
TamirSolomonFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../_posts/2025-05-15-may-release-notes.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| title: "Release Notes: May 2025" | ||
| description: "" | ||
| --- | ||
| This release addresses a number of fixes to improve your experience across the platform. | ||
| ## Features & enhancements | ||
| {% if page.collection == "posts" %} | ||
| ### Pipelines: Manage pipeline runner ABAC rules with Terraform | ||
| 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. | ||
| This update helps you eliminate manual UI configuration, reduce human error, and scale access management more efficiently across teams. | ||
| ##### Key benefits | ||
| * **Declare ABAC policies in Terraform** alongside other team and pipeline configurations. | ||
| * **Define team-runner relationships** to control who can run what. | ||
| * **Filter runner access by tags** to fine-tune permissions. | ||
| * **Support multiple rules per team** for flexible access control. | ||
| * **Match existing ABAC behavior** found in the UI and API. | ||
| This feature helps teams maintain consistent, automated access control at scale. | ||
| {% endif %} | ||
| ## Bug fixes | ||
| {% if page.collection == "posts" %} | ||
| ##### Pipelines | ||
| * Git trigger for "Release published" fires incorrectly when any release-related trigger is enabled. | ||
| * Webhook events for Bitbucket ignored when pipeline trigger uses different Bitbucket integrations. | ||
| * For GitHub, list of files modified by PR (pull request) does not include all modified files. | ||
| ##### GitOps | ||
| {% endif %} | ||
| * Wrong revision promoted when a Promotion Flow is triggered manually by clicking Trigger button or automatically. | ||
| * 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 --> | ||
| * Updated validation for the Name field in Promotion Workflows to not allow underscores. | ||
| * GitOps permission rule for applications including the Git Source attribute not supported for applications from ApplicationSets.<!--- runtime version with fix to be released --> | ||
| * 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. | ||
| {% if page.collection == "posts" %} | ||
| * Inaccurate change failure rate for DORA metrics. | ||
| {% endif %} | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.