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

Commit28e4fc2

Browse files
authored
Saas july release notes (#1026)
* Add release notes for JulyAdded features & enhancements for saas july release notes with screenshots* Update 2024-07-30-july-release-notes.mdAdded bug fixes* Update 2024-07-30-july-release-notes.md* Update 2024-07-30-july-release-notes.md* Rename release notes* Update 2024-07-29-july-release-notes.md* Update 2024-07-29-july-release-notes.md* Update 2024-07-29-july-release-notes.md* Update 2024-07-29-july-release-notes.md* Create 2024-08-30-august-release-notes.md* Update 2024-07-29-july-release-notes.md* Update 2024-07-29-july-release-notes.md
1 parent827489e commit28e4fc2

9 files changed

+335
-0
lines changed
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
title:"Release Notes: July 2024"
3+
description:"Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
##Features & enhancements
6+
7+
###Pipelines: RBAC for Pipeline Runtimes
8+
We have further strengthened security for pipelines with RBAC permissions for Pipeline Runtimes.
9+
RBAC for Pipeline Runtimes enhances the permissions system with granular access control not just for Pipeline Runtimes, but also for runtime environments and resources within pipelines.
10+
11+
12+
13+
#####Key benefits
14+
* Granular control over runtimes
15+
Precisely manage access to runtime environments. For example, restrict access to production environments to safeguard production resources, or grant exclusive access to high-performance runtime environments for high-priority projects, ensuring they have the necessary resources.
16+
* Optimized resource management for runtimes
17+
Optimize performance without admin intervention by allowing teams to adjust CPU and memory settings for pipeline builds.
18+
* Optimized cloud builds
19+
Optimize performance for cloud builds by enabling teams to set cloud builds and select the appropriate resource sizes for the build.
20+
21+
#####How does it work?
22+
Similar to other entities, you implement RBAC for Pipeline Runtimes, runtime builds, and resources, through tags and rules. After adding tags to Pipeline Runtimes, you can define rules for the Pipeline Runtimes, and for runtime environments and resources within pipelines.
23+
24+
{% include
25+
image.html
26+
lightbox="true"
27+
file="/images/whats-new/july24/rel-notes-july-24-pipeline-runtimes-add-tags.png"
28+
url="/images/whats-new/july24/rel-notes-july-24-pipeline-runtimes-add-tags.png"
29+
alt="Tags for Pipeline Runtimes"
30+
caption="Tags for Pipeline Runtimes"
31+
max-width="60%"
32+
%}
33+
34+
35+
{% include
36+
image.html
37+
lightbox="true"
38+
file="/images/whats-new/july24/rel-notes-july-24-runtime-env-permissions.png"
39+
url="/images/whats-new/july24/rel-notes-july-24-runtime-env-permissions.png"
40+
alt="Rules for runtime environments and resources in pipelines"
41+
caption="Rules for runtime environments and resources in pipelines"
42+
max-width="60%"
43+
%}
44+
45+
For details, see[Assign tags to Pipeline Runtimes]({{site.baseurl}}/docs/administration/account-user-management/access-control/#assign-tags-to-pipeline-runtimes) and[Creating rules for Pipeline Runtimes and runtime environments]({{site.baseurl}}/docs/administration/account-user-management/access-control/#creating-rules-for-pipeline-runtimes-and-runtime-environments).
46+
47+
###GitOps: Runtime upgrade
48+
49+
The Open Source ArgoCD project published a high-severity security vulnerability. We recommend upgrading your GitOps Runtime to version 0.9.0, which includes a fix for this issue, along with other fixes and features.
50+
51+
This CVE affects webhook processing and is relevant only to customers who have configured webhooks.
52+
53+
To upgrade to the latest release, follow the on-screen instructions to run`helm upgrade`.
54+
55+
56+
57+
58+
###GitOps: Application menu enhancements in Environments & Products
59+
60+
We’ve restructured and redesigned the context menu for applications in the Environments and Products dashboards for easier navigation and quicker access to the information you need!
61+
62+
{% include
63+
image.html
64+
lightbox="true"
65+
file="/images/whats-new/july24/rel-notes-july-24-app-menu.png"
66+
url="/images/whats-new/july24/rel-notes-july-24-app-menu.png"
67+
alt="Context menu for applications in Environments and Products"
68+
caption="Context menu for applications in Environments and Products"
69+
max-width="60%"
70+
%}
71+
72+
Here’s a round-up of the changes:
73+
***Application Info**
74+
A new menu groups handy links for direct access to useful application info.
75+
***Quick View**
76+
Now conveniently available in the Application Info menu.
77+
***Go to application**
78+
This new option takes you straight to the Current State tab in the GitOps Apps dashboard for the application.
79+
***Timeline**
80+
Directly opens the deployment history for the application for easy access. No need to click the application name.
81+
***Diff View**
82+
Enabled when an app is out-of-sync, providing direct access to our visual Diff View editor to identify discrepancies between desired and live states.
83+
84+
Other actions remain unchanged.
85+
86+
For details, see[Working with applications in Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/#working-with-applications-in-environments) and[Working with applications in Products]({{site.baseurl}}/docs/dashboards/gitops-products/#working-with-applications-in-products).
87+
88+
89+
###Usability enhancements
90+
91+
####General: Seamless redirection for shared links
92+
We implemented a small but significant improvement to your Codefresh experience.
93+
94+
Now, when you try to access a shared link while not logged into the platform, you will be automatically redirected to the URL you entered after logging in, instead of being taken to the default Home dashboard view.
95+
96+
97+
####Pipelines: Project name in breadcrumbs in Builds page
98+
In the Builds page, on selecting a build, the breadcrumbs path displays also the project name.
99+
100+
{% include
101+
image.html
102+
lightbox="true"
103+
file="/images/whats-new/june24/rel-notes-jun24-project-name-in-builds.png"
104+
url="/images/whats-new/june24/rel-notes-jun24-project-name-in-builds.png"
105+
alt="Builds page: Project name in breadcrumbs"
106+
caption="Builds page: Project name in breadcrumbs"
107+
max-width="60%"
108+
%}
109+
110+
111+
##Bug fixes
112+
113+
#####General
114+
* Download Audit downloads empty CSV file.
115+
* Invite text in Welcome screen displays`undefined` instead of the organization name.
116+
117+
#####Pipelines
118+
*`Failed to write template value file Arguments to filesystem` error for builds with`codefresh-run` step.
119+
*`Failed - build runtime settings not configured` error for Hybrid Runner.
120+
*`build` step does not support images from different account for Amazon ECR (Elastic Container Registry).
121+
122+
123+
#####GitOps
124+
* Annotations added during a build run or via CLI not displayed in the Summary tab of the Images dashboard.
125+
* Secrets store integration breaks after upgrading`dind` to version 26.1.4-1.28.7.
126+
* Current Release not displayed for multi-sourced apps.
127+
* Sync statuses for applications within ApplicationSets not correctly displayed in Codefresh UI.
128+
* Unresponsive**Close** button in Rollout drawer.
Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
---
2+
title:"Release Notes: July 2024"
3+
description:"Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
##Features & enhancements
6+
7+
###Pipelines: RBAC for Pipeline Runtimes
8+
We have further strengthened security for pipelines with RBAC permissions for Pipeline Runtimes.
9+
RBAC for Pipeline Runtimes enhances the permissions system with granular access control not just for Pipeline Runtimes, but also for runtime environments and resources within pipelines.
10+
11+
12+
13+
#####Key benefits
14+
* Granular control over runtimes
15+
Precisely manage access to runtime environments. For example, restrict access to production environments to safeguard production resources, or grant exclusive access to high-performance runtime environments for high-priority projects, ensuring they have the necessary resources.
16+
* Optimized resource management for runtimes
17+
Optimize performance without admin intervention by allowing teams to adjust CPU and memory settings for pipeline builds.
18+
* Optimized cloud builds
19+
Optimize performance for cloud builds by enabling teams to set cloud builds and select the appropriate resource sizes for the build.
20+
21+
#####How does it work?
22+
Similar to other entities, you implement RBAC for Pipeline Runtimes, runtime builds, and resources, through tags and rules. After adding tags to Pipeline Runtimes, you can define rules for the Pipeline Runtimes, and for runtime environments and resources within pipelines.
23+
24+
{% include
25+
image.html
26+
lightbox="true"
27+
file="/images/whats-new/july24/rel-notes-july-24-pipeline-runtimes-add-tags.png"
28+
url="/images/whats-new/july24/rel-notes-july-24-pipeline-runtimes-add-tags.png"
29+
alt="Tags for Pipeline Runtimes"
30+
caption="Tags for Pipeline Runtimes"
31+
max-width="60%"
32+
%}
33+
34+
35+
{% include
36+
image.html
37+
lightbox="true"
38+
file="/images/whats-new/july24/rel-notes-july-24-runtime-env-permissions.png"
39+
url="/images/whats-new/july24/rel-notes-july-24-runtime-env-permissions.png"
40+
alt="Rules for runtime environments and resources in pipelines"
41+
caption="Rules for runtime environments and resources in pipelines"
42+
max-width="60%"
43+
%}
44+
45+
For details, see[Assign tags to Pipeline Runtimes]({{site.baseurl}}/docs/administration/account-user-management/access-control/#assign-tags-to-pipeline-runtimes) and[Creating rules for Pipeline Runtimes and runtime environments]({{site.baseurl}}/docs/administration/account-user-management/access-control/#creating-rules-for-pipeline-runtimes-and-runtime-environments).
46+
47+
###GitOps: Runtime upgrade
48+
49+
The Open Source ArgoCD project published a high-severity security vulnerability. We recommend upgrading your GitOps Runtime to version 0.9.0, which includes a fix for this issue, along with other small fixes and features.
50+
51+
This CVE affects webhook processing and is relevant only to customers who have configured webhooks.
52+
53+
To upgrade to the latest release, follow the on-screen instructions to run`helm upgrade`.
54+
55+
56+
###GitOps: External links for Kubernetes app & ingress resources (probably not in this release)
57+
The Current State tab in our GitOps Apps dashboard is the central location to view and manage all the resources in your applications. We are always looking to enhance productivity and here's the
58+
newest functionality: external Links for application and ingress resources!
59+
60+
#####External links to app resources
61+
External links are user-defined URLs in Argo CD that can point to any external resource such as monitoring pages or documentation. These links, added through annotations in resources, are automatically rendered in Codefresh.
62+
Now you can add external links to your resources in_directly in Codefresh_. Once added, a clickable link icon is displayed next to the resource in the Tree view for easy and smooth navigation.
63+
64+
{% include
65+
image.html
66+
lightbox="true"
67+
file="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
68+
url="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
69+
alt="External link for resource in Current State Tree view"
70+
caption="External link for resource in Current State Tree view"
71+
max-width="60%"
72+
%}
73+
74+
#####External links for ingress resources
75+
We also support automatic links for ingress resources! Access links to ingress resources are also automatically generated and rendered in the Current State's Tree view for visibility and easier management.
76+
77+
{% include
78+
image.html
79+
lightbox="true"
80+
file="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
81+
url="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
82+
alt="Ingress resource links in Current State Tree view"
83+
caption="Ingress resource links in Current State Tree view"
84+
max-width="60%"
85+
%}
86+
87+
For details, see ????
88+
89+
90+
###GitOps: Application menu enhancements in Environments & Products
91+
92+
We’ve restructured and redesigned the context menu for applications in the Environments and Products dashboards for streamlined navigation and quicker access to the information you need!
93+
94+
{% include
95+
image.html
96+
lightbox="true"
97+
file="/images/whats-new/july24/rel-notes-july-24-app-menu.png"
98+
url="/images/whats-new/july24/rel-notes-july-24-app-menu.png"
99+
alt="Context menu for applications in Environments and Products"
100+
caption="Context menu for applications in Environments and Products"
101+
max-width="60%"
102+
%}
103+
104+
Here’s a round-up of the changes:
105+
***Application Info**
106+
A new menu groups handy links for direct access to useful application info.
107+
***Quick View**
108+
Now conveniently available in the Application Info menu.
109+
***Go to application**
110+
This new option takes you straight to the Current State tab in the GitOps Apps dashboard for the application.
111+
***Timeline**
112+
Directly opens the deployment history for the application for easy access. No need to click the application name.
113+
***Diff View**
114+
Enabled when an app is out-of-sync, providing direct access to our visual Diff View editor to identify discrepancies between desired and live states.
115+
116+
Other actions remain unchanged.
117+
118+
For details, see[Working with applications in Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/#working-with-applications-in-environments) and[Working with applications in Products]({{site.baseurl}}/docs/dashboards/gitops-products/#working-with-applications-in-products).
119+
120+
121+
122+
###Docs: Brand-new search mechanism and experience (probably not in this release)
123+
We’re excited to introduce the revamped search mechanism for our doc site!
124+
125+
Wherever you are in Codefresh, open search from the toolbar, either from Global Search & Navigation by typing help or by clicking the Help icon.
126+
You’ll get a curated list of articles that are context-sensitive to your location in the UI to kick-start your search.
127+
128+
To provide even more relevant results, we have also integrated AI with the free-text search.
129+
Additionally, we have integrated our collection of blog posts from our experts for an enriched information experience.
130+
131+
{% include
132+
image.html
133+
lightbox="true"
134+
file="/images/whats-new/july24/rel-notes-july-24-search-context-sensitive.png"
135+
url="/images/whats-new/july24/rel-notes-july-24-search-context-sensitive.png"
136+
alt="Curated location-specific search results"
137+
caption="Curated location-specific search results"
138+
max-width="60%"
139+
%}
140+
141+
Here are more reasons to try the new search:
142+
***Preview**
143+
Check out search results and preview articles before diving in. Just click an article in the list to display it in the Preview panel.
144+
***View Article**
145+
Click View Article on the toolbar of the Preview panel to go straight to the article on the doc site.
146+
***Share Links**
147+
Share useful articles easily with the deep link option, also on the Preview toolbar.
148+
***Additional Resources**
149+
Access handy pages, including our collection of blogs, quickly with permalinks at the bottom of the search results.
150+
151+
{% include
152+
image.html
153+
lightbox="true"
154+
file="/images/whats-new/july24/rel-notes-july-24-search-preview.png"
155+
url="/images/whats-new/july24/rel-notes-july-24-search-preview.png"
156+
alt="Preview pane in search results"
157+
caption="Preview pane in search results"
158+
max-width="60%"
159+
%}
160+
161+
Try our new search and don’t forget to send us your feedback!
162+
163+
164+
###Usability enhancements
165+
166+
####General: Seamless redirection for shared links
167+
We implemented a small but significant improvement to your Codefresh experience.
168+
169+
Now, when you try to access a shared link while not logged into the platform, you will be automatically redirected to the URL you entered after logging in, instead of being taken to the default Home dashboard view.
170+
171+
172+
####Pipelines: Project name in breadcrumbs in Builds page
173+
In the Builds page, on selecting a build, the breadcrumbs path displays also the project name.
174+
175+
{% include
176+
image.html
177+
lightbox="true"
178+
file="/images/whats-new/june24/rel-notes-jun24-project-name-in-builds.png"
179+
url="/images/whats-new/june24/rel-notes-jun24-project-name-in-builds.png"
180+
alt="Builds page: Project name in breadcrumbs"
181+
caption="Builds page: Project name in breadcrumbs"
182+
max-width="60%"
183+
%}
184+
185+
186+
187+
188+
189+
190+
##Bug fixes
191+
192+
#####General
193+
* Download Audit downloads empty CSV file.
194+
* Invite text in Welcome screen displays`undefined` instead of the organization name.
195+
196+
#####Pipelines
197+
* Builds with`codefresh-run` step fails with error`Failed to write template value file Arguments to filesystem`. (Noam 24734 )
198+
builds fails - build runtime settings are not configured (Kim - 24191)
199+
*`build` step does not work with cross-account ECR. (Kim - 19269)
200+
201+
202+
#####GitOps
203+
* Annotations added during a build run or via CLI not displayed in the Summary tab of the Images dashboard.
204+
* Secrets store integration breaks after upgrading`dind` to version 26.1.4-1.28.7.
205+
* Current Release not displayed for multi-sourced apps.
206+
* Sync statuses for applications within ApplicationSets not correctly displayed in Codefresh UI.
207+
* Unresponsive**Close** button in Rollout drawer.
74.7 KB
Loading
63.8 KB
Loading
16 KB
Loading
70.9 KB
Loading
133 KB
Loading
96.6 KB
Loading
63.2 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp