Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create 2025-04-30-april-release-notes.md#1301

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
NimRegev merged 8 commits intomasterfromapril-saas-release-notes
May 4, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 98 additions & 0 deletions_posts/2025-04-30-april-release-notes.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
---
title: "Release Notes: April 2025"
description: ""
---
## Features & enhancements

### GitOps: Configure promotion settings with JSON Path Selector and live preview

We’ve made configuring your promotion settings simpler, so you can get it right the first time without guesswork.
Using our new preview window, you can now select JSON paths directly from your YAML files. Just point to the file, browse its structure, and the correct path is inserted for you—wildcards included. This takes the guesswork out of configuring your promotion settings.

{% include
image.html
lightbox="true"
file="/images/whats-new/apr25/json-file-selector.png"
url="/images/whats-new/apr25/json-file-selector.png"
alt="JSON file selector for promotable properties"
caption="JSON file selector for promotable properties"
max-width="60%"
%}

[Find out more]({{site.baseurl}}/docs/gitops/products/promotion-version-properties/#autocomplete-and-path-selectors-for-json-files).

### GitOps: Align delivery cadence with smart promotion concurrency

Take full control over how releases are promoted across environments with two powerful concurrency modes now available per product.

##### Queue releases mode
Using the Queue Releases mode, only one release can run at a time for a product. If a new release is triggered while another is promoting, it will wait its turn until the current one finishes.

##### Terminate releases mode
With the Terminate releases mode, multiple releases can be promoted in parallel, but with a smart safeguard: If a new release starts promoting to an environment that’s already being updated for the product, the older release is automatically terminated in that environment.

{% include
image.html
lightbox="true"
file="/images/gitops-products/settings/promotion-concurrency.png"
url="/images/gitops-products/settings/promotion-concurrency.png"
alt="Promotion concurrency settings for products"
caption="Promotion concurrency settings for products"
max-width="60%"
%}

With smart promotion concurrency, you can:
* Stay safe in production with sequential releases
* Move fast in dev while avoiding collisions
* Adapt your promotion strategy per product

This makes it easier to align your GitOps pipelines with your team’s delivery rhythm.
[Find out more]({{site.baseurl}}/docs/products/promotion-concurrency/).

### GitOps: More intuitive redesigned Products page

Get faster access to key information and actions with our newly redesigned Products page! Better understand release activity and manage your products more efficiently.

{% include
image.html
lightbox="true"
file="/images/whats-new/apr25/products-page.png"
url="/images/whats-new/apr25/products-page.png"
alt="New Products page"
caption="New Products page"
max-width="60%"
%}

Everything you need to know about the **latest release** is now available at a glance:
* Release date and version
* User who initiated the latest release
* Current release status
* Direct link to the release view

You also have a **direct link to Product Settings**—giving you quick access to configuration options you're likely to update frequently.

Enjoy the new experience.



## Bug fixes

{% if page.collection == "posts" %}
##### General
{% endif %}
* Blank screen after login for invited users with SSO sync enabled.

{% 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.
<!--- * Postgres Connectivity Issues: Azure Compatibility & Networking (CR-28067)-->
* For GitHub, list of files modified by PR (pull request) does not include all modified files.


##### GitOps
{% endif %}
* For installations with existing Argo CD, applications added from Helm repository show Unknown status in GitOps Apps dashboard.
* Unable to set up OAuth authentication for GitOps Runtime.
* Incorrect merge for promotable properties defined as an array (Products > Product Settings > Promotion Settings).

View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/whats-new/apr25/products-page.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp