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

Commitda32884

Browse files
authored
Saas august release notes (#1057)
* Update 2024-08-30-august-release-notes.mdadded feature descriptions* Update 2024-08-30-august-release-notes.mdAdded bug fixes* Update 2024-08-30-august-release-notes.mdUpdated with menu customizations and bug fixes* Update 2024-08-30-august-release-notes.mdAdded raw and endraw tags to variables* Update 2024-08-30-august-release-notes.md* Update 2024-08-30-august-release-notes.md
1 parentafeee21 commitda32884

File tree

1 file changed

+103
-128
lines changed

1 file changed

+103
-128
lines changed
Lines changed: 103 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,186 +1,162 @@
11
---
2-
title:"Release Notes:July 2024"
2+
title:"Release Notes:August 2024"
33
description:"Release Notes for Codefresh Pipelines and GitOps"
44
---
55
##Features & enhancements
66

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.
7+
###General: Personalized menus
108

9+
We have introduced a powerful feature that gives admins even more control over the Codefresh platform: customizable menus!
1110

11+
Take control of your account's menu items and personalize the interface to create a more user-friendly and productive environment.
12+
Simplify navigation by hiding unnecessary menu items and decluttering the sidebar, ensuring that users can quickly the pages they need.
1213

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.
2014

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.
15+
We've added a new page to Settings entitled**Modules**. Admins can decide exactly which menu items are displayed in the sidebar for all users in the account.
2316

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-
%}
17+
#####How it works
18+
We have three main modules for the plaform:
19+
* Continuous Delivery (CD) with GitOps
20+
* Continuous Integration (CI) with Pipelines
21+
* Continuous Delivery (CD) with Pipelines
3322

23+
By default, all modules, submodules, and menu items are enabled.
3424

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-
%}
25+
Using the toggle method, you can easily customize what's visible: switch to ON to display an item and OFF to hide it.
4426

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).
27+
{% include
28+
image.html
29+
lightbox="true"
30+
file="/images/administration/sidebar-modules/module-disabled.png"
31+
url="/images/administration/sidebar-modules/module-disabled.png"
32+
alt="Example of main module toggled OFF"
33+
caption="Example of main module toggled OFF"
34+
max-width="80%"
35+
%}
4636

47-
###GitOps: Runtime upgrade
4837

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.
38+
For even more precise control, you can toggle individual pages on or off.
5039

51-
This CVE affects webhook processing and is relevant only to customers who have configured webhooks.
40+
{% include
41+
image.html
42+
lightbox="true"
43+
file="/images/administration/sidebar-modules/customized-menu-list.png"
44+
url="/images/administration/sidebar-modules/customized-menu-list.png"
45+
alt="Example of customized sidebar with pipeline menu items"
46+
caption="Example of customized sidebar with pipeline menu items"
47+
max-width="80%"
48+
%}
5249

53-
To upgrade tothelatest release, follow theon-screen instructions to run`helm upgrade`.
50+
Admins can always view all hidden items inthesidebar by toggling the**Show in sidebar option...** to ON.
5451

52+
Start streamlining your team's experience today!
5553

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!
5954

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.
6355

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-
%}
7356

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.
57+
58+
###General: Brand-new search mechanism and experience
59+
We’re excited to introduce the revamped search mechanism for our doc site!
60+
61+
**Context-aware**
62+
Wherever you are in Codefresh and open search from the toolbar, either from Global Search & Navigation by typing`help` or by clicking the Help icon,
63+
you’ll get a curated list of articles that are context-sensitive to your location in the UI to kick-start your search.
64+
65+
**AI for percise answers**
66+
For even more relevant results, we have also integrated AI with the free-text search. Ask questions and receive precise answers to find exactly what you need.
67+
68+
7669

7770
{% include
7871
image.html
7972
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"
73+
file="/images/whats-new/july24/rel-notes-july-24-search-context-sensitive.png"
74+
url="/images/whats-new/july24/rel-notes-july-24-search-context-sensitive.png"
75+
alt="Curated location-specific search results"
76+
caption="Curated location-specific search results"
8477
max-width="60%"
8578
%}
8679

87-
For details, see ????
80+
Additionally, for an enriched information experience, check out our collection of blog posts from our experts.
8881

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!
82+
Here are more reasons to try the new search:
83+
***Preview**
84+
Check out search results and preview articles before diving in. Just click an article in the list to display it in the Preview panel.
85+
***View Article**
86+
Click View Article on the toolbar of the Preview panel to go straight to the article on the doc site.
87+
***Share Links**
88+
Share useful articles easily with the deep link option, also on the Preview toolbar.
89+
***Additional Resources**
90+
Access handy pages, including our collection of blogs, quickly with permalinks at the bottom of the search results.
9391

9492
{% include
9593
image.html
9694
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 applicationsinEnvironments and Products"
100-
caption="Context menu for applicationsinEnvironments and Products"
95+
file="/images/whats-new/july24/rel-notes-july-24-search-preview.png"
96+
url="/images/whats-new/july24/rel-notes-july-24-search-preview.png"
97+
alt="Preview paneinsearch results"
98+
caption="Preview paneinsearch results"
10199
max-width="60%"
102100
%}
103101

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.
102+
Try our new search and don’t forget to send us your feedback!
115103

116-
Other actions remain unchanged.
104+
###Pipelines: Dedicated environment variables for pull request titles
117105

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).
106+
We’ve made a change to how pull request titles are handled by environment variables in pipelines.
119107

108+
The environment variables {% raw %}`${{CF_COMMIT_MESSAGE}}`{% endraw %} and {% raw %}`${{CF_COMMIT_MESSAGE_ESCAPED}}`{% endraw %} now return the commit message instead of the pull request title.
120109

110+
To get the pull request title, use the new environment variables:
111+
* {% raw %}`${{CF_PULL_REQUEST_TITLE}}`{% endraw %}
112+
* {% raw %}`${{CF_PULL_REQUEST_TITLE_ESCAPED}}`{% endraw %}
113+
114+
To use the new variables for pull request titles, update your pipelines accordingly. As they are already supported by the system, you can begin using them immediately.
115+
116+
For details, see[System variables]({{site.baseurl}}/docs/pipelines/variables/#system-variables).
121117

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!
124118

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 locationin the UI to kick-startyoursearch.
119+
###GitOps: External links for Kubernetes app & ingress resources
120+
The Current State tab in our GitOps Apps dashboard is the central locationto view and manage all the resources inyourapplications. We are always looking to enhance productivity, and here are the newest features we support: external Links for application and ingress resources!
127121

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.
122+
#####External links to app resources
123+
External links are user-defined URLs for Kubernetes resources in Argo CD that can point to any external resource such as monitoring pages or documentation. These links, added through annotations in resources, are also rendered in Codefresh, for smooth and easy navigation.
124+
125+
A Kubernetes resource with external links shows a clickable link icon below the resource's context menu, from which you can navigate to the next to the resource in the Tree view for easy and smooth navigation.
130126

131127
{% include
132128
image.html
133129
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"
130+
file="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
131+
url="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
132+
alt="External link for resource in Current State Tree view"
133+
caption="External link for resource in Current State Tree view"
138134
max-width="60%"
139135
%}
140136

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.
137+
#####External links for ingress resources
138+
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.
150139

151140
{% include
152141
image.html
153142
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 paneinsearch results"
157-
caption="Preview paneinsearch results"
143+
file="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
144+
url="/images/whats-new/july24/rel-notes-july-24-resource-ext-link.png"
145+
alt="Ingress resource linksinCurrent State Tree view"
146+
caption="Ingress resource linksinCurrent State Tree view"
158147
max-width="60%"
159148
%}
160149

161-
Try our new search and don’t forget to send us your feedback!
150+
For details, see[Access external links]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#access-external-links).
151+
152+
162153

163154

164-
###Usability enhancements
165155

166-
####General: Seamless redirection for shared links
167-
We implemented a small but significant improvement to your Codefresh experience.
168156

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.
170157

171158

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.
174159

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-
%}
184160

185161

186162

@@ -189,19 +165,18 @@ In the Builds page, on selecting a build, the breadcrumbs path displays also the
189165

190166
##Bug fixes
191167

192-
#####General
193-
* Download Audit downloads empty CSV file.
168+
#####General
194169
* Invite text in Welcome screen displays`undefined` instead of the organization name.
195170

196171
#####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)
172+
* Expired certificates causes builds to remain in Pending status.
173+
* Pipeline with two triggers starts two builds on commits to the same file/folder instead of one build.
174+
* Pull request push commit trigger for Bitbucket server not supported.
175+
*`build` step does not work with cross-account ECR.
200176

201177

202178
#####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.
179+
<!--- * `fullnameOverride` when set in Argo CD Helm chart results in failure to reach service. (CR-cr-25000 Ilya)-->
180+
* Audit log does not show changes made to GitOps permissions.
181+
* Manual Rollout actions not available in audit log.
182+
* GitOps permissions do not function correctly when attributes are applied.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp