Skip to content

Commit 38a188b

Browse files
authored
Gitops june release notes (#988)
* Create 2024-06-1-june-release-notes.md * Update release notes for May Changed filename to may and added content for features and bug fixes * Update 2024-05-30-may-release-notes.md * Update release notes Added rollout enhancements, ip addresses and new screenshots * Update release notes Renamed screenshots * Update release notes * Update 2024-05-28-may-release-notes.md * Update * Update release notes Added screenshot for breadcrumbs * Update 2024-05-22-may-release-notes.md * Update 2024-05-22-may-release-notes.md Removed PR review events for GitHub as it was covered in April * Update 2024-05-22-may-release-notes.md Added item on products and environments * Update 2024-05-22-may-release-notes.md * Update 2024-05-22-may-release-notes.md * Update 2024-05-22-may-release-notes.md * Update 2024-05-22-may-release-notes.md * Add screenshots for envs and products Added screenshots for environments and products
1 parent 20ae485 commit 38a188b

7 files changed

+151
-0
lines changed
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
---
2+
title: "Release Notes: May 2024"
3+
description: "Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
## Features & enhancements
6+
7+
8+
9+
### General: Custom auto-sync intervals for SSO
10+
11+
Previously, integration with different SSO providers allowed automatic user and team synchronization with Codefresh at fixed hourly intervals.
12+
13+
With our latest update, you can now customize the auto-sync intervals to better suit your organization’s needs.
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+
17+
This flexibility ensures more timely updates and improved efficiency in user and team management.
18+
19+
For details, see [Syncing teams in IdPs with Codefresh]({{site.baseurl}}/docs/administration/single-sign-on/team-sync/#syncing-teams-in-idps-with-codefresh).
20+
21+
### General: New platform IP addresses
22+
23+
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.
24+
25+
We've added new platform IP addresses as listed below:
26+
* 54.86.228.102
27+
* 54.221.236.3
28+
* 54.235.42.99
29+
* 23.21.197.195
30+
* 34.238.37.0
31+
* 107.22.212.247
32+
33+
Please make sure to add them at the earliest to your allowed list. You can also find these IPs listed in Codefresh docs.
34+
35+
For details, see [Codefresh IP addresses]({{site.baseurl}}/docs/administration/platform-ip-addresses/).
36+
37+
### GitOps: Early access to Environments and Products
38+
39+
Codefresh is revolutionizing Continuous Deployment with our latest innovations: Environments and Products!
40+
We are excited to showcase these features as a beta version. This is your opportunity to explore, try, and share feedback that will shape their future development!
41+
42+
Environments are designed to mirror your software development lifecycle. Organize your applications within Environments for a clear, contextual view of the entire application lifecycle, as applications move from development to production.
43+
44+
{% include
45+
image.html
46+
lightbox="true"
47+
file="/images/whats-new/may24/rel-notes-may24-environments-dashboard.png"
48+
url="/images/whats-new/may24/rel-notes-may24-environments-dashboard.png"
49+
alt="GitOps Environments dashboard"
50+
caption="GitOps Environments dashboard"
51+
max-width="60%"
52+
%}
53+
54+
Products, another groundbreaking concept in GitOps, represent a cohesive unit of Argo CD applications. Bridging the gap between Argo CD applications and Environments, Products allow you to group similar Argo CD applications with different versions, deployed across various Environments.
55+
56+
{% include
57+
image.html
58+
lightbox="true"
59+
file="/images/whats-new/may24/rel-notes-may24-products-expanded-view.png"
60+
url="images/whats-new/may24/rel-notes-may24-products-expanded-view.png"
61+
alt="GitOps Products dashboard"
62+
caption="GitOps Products dashboard"
63+
max-width="60%"
64+
%}
65+
66+
Read our [blog](https://codefresh.io/blog/introducing-products-and-environments-early-access/){:target="\_blank"} to explore on how they can orchestrate your deployments.
67+
68+
69+
### GitOps: Rollout enhancements
70+
71+
* **Templated arguments in AnalysisTemplates**
72+
Codefresh now supports templated arguments declared in AnalysisTemplates for metric configurations in AnalysisRuns.
73+
74+
* **Rollout Player**
75+
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.
76+
77+
{% include
78+
image.html
79+
lightbox="true"
80+
file="/images/whats-new/may24/rel-notes-may24-rollout-player.png"
81+
url="/images/whats-new/may24/rel-notes-may24-rollout-player.png"
82+
alt="Abort & Retry in Rollout Player"
83+
caption="Abort & Retry in Rollout Player"
84+
max-width="50%"
85+
%}
86+
87+
For details, see [Manage rollouts for Argo CD application deployments]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manage-rollouts-for-argo-cd-application-deployments).
88+
89+
90+
91+
92+
### Usability enhancements
93+
94+
##### GitOps: Breadcrumbs
95+
We are improving the implementation of breadcrumbs for a smoother navigation experience. These enhancements are coming soon...so stay tuned for the announcement.
96+
97+
98+
**Sibling display and navigation**
99+
The end of the path now shows all sibling items if available.
100+
Clicking the dropdown displays all siblings, and clicking an item navigates directly to it.
101+
102+
{% include
103+
image.html
104+
lightbox="true"
105+
file="/images/whats-new/may24/rel-notes-may24-breadcrumbs-siblings.png"
106+
url="/images/whats-new/may24/rel-notes-may24-breadcrumbs-siblings.png"
107+
alt="Viewing and navigating to siblings in breadcrumbs"
108+
caption="Viewing and navigating to siblings in breadcrumbs"
109+
max-width="40%"
110+
%}
111+
112+
**Clean copy**
113+
Clicking any item in the breadcrumb path now selects only that specific item, not the entire path, and also copies only that item.
114+
115+
116+
117+
##### GitOps: Shared Configuration Repo in Organization Information
118+
As a usability enhancement, we have made it easier to locate the Shared Configuration Repository used by GitOps Runtimes.
119+
120+
You can now find the link to your Shared Configuration Repository directly in the Organization Information page.
121+
122+
{% include
123+
image.html
124+
lightbox="true"
125+
file="/images/whats-new/may24/rel-notes-may24-shared-config-repo-org-page.png"
126+
url="/images/whats-new/may24/rel-notes-may24-shared-config-repo-org-page.png"
127+
alt="Link to Shared Configuration Repository in Organization Information"
128+
caption="Link to Shared Configuration Repository in Organization Information"
129+
max-width="50%"
130+
%}
131+
132+
133+
134+
135+
136+
137+
138+
## Bug fixes
139+
140+
141+
##### Pipelines
142+
* Changing LOGGER_LEVEL variable does not impact verbosity of engine logs.
143+
* For Gerrit, username of build initiator not displayed.
144+
* Usability issues when selecting clone pipeline option from UI.
145+
146+
147+
148+
##### GitOps
149+
* GitOps UI does not show logs for pods.
150+
* Results for Analysis metrics not displayed in Rollout when using arguments from AnalysisTemplates.
151+
82.6 KB
Loading
36.2 KB
Loading
150 KB
Loading
94.5 KB
Loading
52.4 KB
Loading
50.4 KB
Loading

0 commit comments

Comments
 (0)