- Notifications
You must be signed in to change notification settings - Fork165
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
8 commits Select commitHold shift + click to select a range
8aca3f6 Create 2025-04-30-april-release-notes.md
NimRegevac459e3 Update 2025-04-30-april-release-notes.md
NimRegevb5073be Update april release notes
NimRegev59c477d Update 2025-04-30-april-release-notes.md
NimRegevab2728c Update 2025-04-30-april-release-notes.md
NimRegev5cc7d01 Update 2025-04-30-april-release-notes.md
NimRegev6765914 Update 2025-04-30-april-release-notes.md
NimRegev126d648 Update 2025-04-30-april-release-notes.md
NimRegevFile 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,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). | ||
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.