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

Commit288d92e

Browse files
committed
Update release notes
Added rollout enhancements, ip addresses and new screenshots
1 parent4630d11 commit288d92e

File tree

3 files changed

+69
-16
lines changed

3 files changed

+69
-16
lines changed

‎_posts/2024-05-30-may-release-notes.md‎

Lines changed: 69 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,100 @@ description: "Release Notes for Codefresh Pipelines and GitOps"
44
---
55
##Features & enhancements
66

7-
###Pipelines: ABAC for Runtimes
87

98

10-
###Pipelines: Custom auto-sync intervals for SSO
9+
###General: Custom auto-sync intervals for SSO
1110

12-
Previously,SSOintegration with different SSO providers allowed automatic user and team synchronization with Codefresh at fixed hourly intervals.
11+
Previously, integration with different SSO providers allowed automatic user and team synchronization with Codefresh at fixed hourly intervals.
1312

1413
With our latest update, you can now customize the auto-sync intervals to better suit your organization’s needs.
15-
The new options allow you to set the sync frequency in minutes or hours. Alternatively, you can enable auto-sync without defining a specific interval, and Codefresh will automatically perform the sycn every 12 hours.
14+
The new options allow you to set the sync frequency in minutes or hours. Alternatively, you can enable auto-sync without defining a specific interval, and Codefresh will automatically perform the sync every 12 hours.
15+
16+
SCREENSHOT
1617

1718
This flexibility ensures more timely updates and improved efficiency in user and team management.
1819

1920
For details, see[Syncing teams in IdPs with Codefresh]({{site.baseurl}}/docs/administration/single-sign-on/team-sync/#syncing-teams-in-idps-with-codefresh).
2021

22+
###General: New platform IP addresses
2123

22-
###Pipelines: More GitHub triggers with Pull Request review events
24+
We are preparing for an upgrade to our production cluster. While the upgrade is still a couple of months away, here's an early heads up about changes in IP addresses.
25+
26+
We've added new platform IP addresses as listed below:
27+
* 54.86.228.102
28+
* 54.221.236.3
29+
* 54.235.42.99
30+
* 23.21.197.195
31+
* 34.238.37.0
32+
* 107.22.212.247
33+
34+
Please make sure to add them at the earliest to your allowed list. You can also find these IPs listed in Codefresh docs.
2335

36+
For details, see[Codefresh IP addresses]({{site.baseurl}}/docs/administration/platform-ip-addresses/).
2437

25-
We have expanded the list of supported triggers for GitHub to include detailed Pull Request review events.
38+
###Pipelines: More GitHub triggers with Pull Request review events
39+
40+
We have expanded the list of supported triggers for GitHub to include Pull Request review events.
2641
These additional triggers enhance the functionality of your CI pipelines in Codefresh.
2742

2843
The new supported triggers in Codefresh are:
2944
* Pull Request Review approved (`pull_request.review_approved`)
3045
* Pull Request Review commented (`pull_request.review_commented`)
3146
* Pull Request Review changes requested (`pull_request.review_requested`)
3247

48+
{% include
49+
image.html
50+
lightbox="true"
51+
file="/images/whats-new/may24/gitub-pr-approved-triggers.png"
52+
url="/images/whats-new/may24/gitub-pr-approved-triggers.png"
53+
alt="New Pull Request review triggers for GitHub"
54+
caption=""New Pull Request review triggers for GitHub"
55+
max-width="50%"
56+
%}
57+
3358
For details, see[GitHub trigger events]({{site.baseurl}}/docs/docs/pipelines/triggers/git-triggers/#github-trigger-events).
3459

60+
###GitOps: Rollout enhancements
61+
62+
#####Templated arguments in AnalysisTemplates
63+
Codefresh now supports templated arguments declared in AnalysisTemplates for metric configurations in AnalysisRuns.
64+
65+
#####Rollout Player
66+
To make Rollouts easier to manage, we added the Abort and Retry buttons to the Rollout Player. These options were previously available for the Rollout resource in the Current State tab.
67+
68+
For details, see[Manage rollouts for Argo CD application deployments]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manage-rollouts-for-argo-cd-application-deployments).
69+
70+
3571

3672

3773
###Usability enhancements
3874

39-
GitOps: Shared Configuration Repo in Ogranizaion Information
75+
#####Global Search & Navigation
76+
77+
#####GitOps: Shared Configuration Repo in Organization Information
78+
As a usability enhancement, we have made it easier to locate the Shared Configuration Repository used by GitOps Runtimes.
79+
80+
You can now find the link to your Shared Configuration Repository directly in the Organization Information page.
81+
82+
{% include
83+
image.html
84+
lightbox="true"
85+
file="/images/whats-new/may24/shared-config-repo-org-page.png"
86+
url="/images/whats-new/may24/shared-config-repo-org-page.png"
87+
alt="Link to Shared Configuration Repository in Organization Information"
88+
caption="Link to Shared Configuration Repository in Organization Information"
89+
max-width="50%"
90+
%}
4091

41-
Product search in Global Search & Navigation
92+
#####GitOps: Breadcrumbs
93+
We have improved the implementation of breadcrumbs for a smoother navigation experience.
4294

43-
GitOps: Breadcrumbs
95+
**Clean copy**
96+
Clicking any item in the breadcrumb path now selects only that specific item, not the entire path, and also copies that item.
4497

45-
###GitOps: Abort & Retry in Rollout Player
98+
**Sibling display and navigation**
99+
The end of the path now shows all sibling items if available. Click the dropdown to see all siblings.
100+
Click any item in the dropdown to navigate directly to it.
46101

47102

48103

@@ -52,15 +107,13 @@ GitOps: Breadcrumbs
52107

53108

54109
#####Pipelines
55-
* Changing LOGGER_LEVEL variable does not impact verbosity of engine logs.(CR-23577 Zhenya)
110+
* Changing LOGGER_LEVEL variable does not impact verbosity of engine logs.
56111
* For Gerrit, username of build initiator not displayed.
57-
* Usability issues when selecting clone pipeline option from UI.(CR-9850 - Aliksander)
112+
* Usability issues when selecting clone pipeline option from UI.
58113

59114

60115

61116
#####GitOps
62-
* 500 error on deleting old cluster context. (CR-23715 Alex - maybe internal)
63-
* GitOps UI does not show logs for pods (CR-23578 - Victor)
64-
* Codefresh UI unable to display Rollout analysis results not displayed in GitOps Apps > Timeline tab (CR-22990 - Oleksander)
65-
* AnalysisRuns does not display results (CR-21682 Oleksander)
117+
* GitOps UI does not show logs for pods. (CR-23578 - Victor)
118+
* Results for Analysis metrics not displayed in Rollout when using arguments from AnalysisTemplates.
66119

82.6 KB
Loading
50.4 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp