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

Commit2265546

Browse files
authored
Create 2025-04-30-april-release-notes.md (#1301)
* Create 2025-04-30-april-release-notes.mdAdded prelim list of bug fixes* Update 2025-04-30-april-release-notes.mdRemoved irrelevant bug fixes* Update april release notesAdded new product page* Update 2025-04-30-april-release-notes.md* Update 2025-04-30-april-release-notes.md* Update 2025-04-30-april-release-notes.md* Update 2025-04-30-april-release-notes.md* Update 2025-04-30-april-release-notes.mdChanged delivery rhythm to delivery cadence
1 parent19f7980 commit2265546

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
title:"Release Notes: April 2025"
3+
description:""
4+
---
5+
##Features & enhancements
6+
7+
###GitOps: Configure promotion settings with JSON Path Selector and live preview
8+
9+
We’ve made configuring your promotion settings simpler, so you can get it right the first time without guesswork.
10+
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.
11+
12+
{% include
13+
image.html
14+
lightbox="true"
15+
file="/images/whats-new/apr25/json-file-selector.png"
16+
url="/images/whats-new/apr25/json-file-selector.png"
17+
alt="JSON file selector for promotable properties"
18+
caption="JSON file selector for promotable properties"
19+
max-width="60%"
20+
%}
21+
22+
[Find out more]({{site.baseurl}}/docs/gitops/products/promotion-version-properties/#autocomplete-and-path-selectors-for-json-files).
23+
24+
###GitOps: Align delivery cadence with smart promotion concurrency
25+
26+
Take full control over how releases are promoted across environments with two powerful concurrency modes now available per product.
27+
28+
#####Queue releases mode
29+
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.
30+
31+
#####Terminate releases mode
32+
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.
33+
34+
{% include
35+
image.html
36+
lightbox="true"
37+
file="/images/gitops-products/settings/promotion-concurrency.png"
38+
url="/images/gitops-products/settings/promotion-concurrency.png"
39+
alt="Promotion concurrency settings for products"
40+
caption="Promotion concurrency settings for products"
41+
max-width="60%"
42+
%}
43+
44+
With smart promotion concurrency, you can:
45+
* Stay safe in production with sequential releases
46+
* Move fast in dev while avoiding collisions
47+
* Adapt your promotion strategy per product
48+
49+
This makes it easier to align your GitOps pipelines with your team’s delivery rhythm.
50+
[Find out more]({{site.baseurl}}/docs/products/promotion-concurrency/).
51+
52+
###GitOps: More intuitive redesigned Products page
53+
54+
Get faster access to key information and actions with our newly redesigned Products page! Better understand release activity and manage your products more efficiently.
55+
56+
{% include
57+
image.html
58+
lightbox="true"
59+
file="/images/whats-new/apr25/products-page.png"
60+
url="/images/whats-new/apr25/products-page.png"
61+
alt="New Products page"
62+
caption="New Products page"
63+
max-width="60%"
64+
%}
65+
66+
Everything you need to know about the**latest release** is now available at a glance:
67+
* Release date and version
68+
* User who initiated the latest release
69+
* Current release status
70+
* Direct link to the release view
71+
72+
You also have a**direct link to Product Settings**—giving you quick access to configuration options you're likely to update frequently.
73+
74+
Enjoy the new experience.
75+
76+
77+
78+
##Bug fixes
79+
80+
{% if page.collection == "posts" %}
81+
#####General
82+
{% endif %}
83+
* Blank screen after login for invited users with SSO sync enabled.
84+
85+
{% if page.collection == "posts" %}
86+
#####Pipelines
87+
* Git trigger for "Release published" fires incorrectly when any release-related trigger is enabled.
88+
* Webhook events for Bitbucket ignored when pipeline trigger uses different Bitbucket integrations.
89+
<!--- * Postgres Connectivity Issues: Azure Compatibility & Networking (CR-28067)-->
90+
* For GitHub, list of files modified by PR (pull request) does not include all modified files.
91+
92+
93+
#####GitOps
94+
{% endif %}
95+
* For installations with existing Argo CD, applications added from Helm repository show Unknown status in GitOps Apps dashboard.
96+
* Unable to set up OAuth authentication for GitOps Runtime.
97+
* Incorrect merge for promotable properties defined as an array (Products > Product Settings > Promotion Settings).
98+
62 KB
Loading
88.5 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp