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

Commit942fa41

Browse files
authored
Cf july release notes (#207)
* Update whats new for julyNew content and screenshots* Update what's newAdded App sync content and screenshot* Update whats newAdded edit/delete app section; implemented Product comments and edited bug list* Update whats-new.mdUpdated bug list after review with Product* Update whats-new.mdContent and formatting edits* Update whats-new.md* Update whats-new.md* Update whats-new.md
1 parent078ab3c commit942fa41

11 files changed

+231
-1
lines changed

‎_docs/whats-new/whats-new.md‎

Lines changed: 231 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,237 @@ toc: true
88
---
99

1010
We launched the Codefresh platform in February this year. Built on Argo, the world’s most popular and fastest-growing open source software delivery, Codefresh unlocks the full enterprise potential of Argo Workflows, Argo CD, Argo Events, and Argo Rollouts, providing a control-plane for managing them at scale.
11-
Since the launch, we have continued to work on and grow Codefresh.
11+
12+
This July release is all about Hosted GitOps.
13+
14+
##July 2022
15+
16+
###Features & enhancements
17+
18+
####Hosted GitOps
19+
Codefresh has launched Hosted GitOps, our newest offering, a hosted and managed version of Argo CD.
20+
21+
From application analytics, to application creation, rollout, and deployment, you get the best of both worlds: Argo CD with Codefresh's advanced functionalities and features for CD operations.
22+
What it also means is easy set up and zero maintenance overhead.
23+
24+
Read on for a summary of what you get with Hosted GitOps.
25+
26+
**Hosted runtime**
27+
Hosted GitOps supports hosted runtimes. The runtime is hosted on a Codefresh cluster and managed by Codefresh. Codefresh guides you through the three-step process of setting up your hosted environment. Read more in[Hosted runtime](#hosted-runtime).
28+
29+
**Dashboards for visibility and traceability**
30+
Here's a recap of Codefresh dashboards, including a brand new dashboard dedicated to DORA metrics:
31+
* Home dashboard: For global analytics and system-wide deployment highlights, start with the Home dashboard.
32+
* DORA metrics: A_new_ dashboard for DORA metrics and DevOps quantification. Read more in[DORA metrics](#dora-metrics).
33+
* Applications dashboard: Easily track deployments and visualize rollouts across clusters and runtimes in the Applications dashboard.
34+
35+
**Application lifecycle management**
36+
Manage the entire application lifecycle directly in Codefresh, from creating, editing, and deleting applications.
37+
Define all application settings in a single location through the intuitive Form mode or directly in YAML, and commit all changes to Git.
38+
39+
Synchronize applications manually when needed. Read more in[On-demand app synchronization](#on-demand-app-synchronization).
40+
41+
**Integrations for image enrichment**
42+
With Hosted GitOps, you can integrate your CI tools with Codefresh for image enrichment. Read more in[Integrations for image enrichment](#integrations-for-image-enrichment)
43+
44+
{::nomarkdown}
45+
<br>
46+
{:/}
47+
48+
####Hosted runtime
49+
Hosted GitOps supports a GitHub-based SaaS runtime, hosted on a Codefresh cluster, and managed by Codefresh.
50+
Setting up your hosted environment takes just a few clicks. All you need is a Codefresh account, a Git account, and a Kubernetes cluster to which to deploy your applications.
51+
52+
{% include
53+
image.html
54+
lightbox="true"
55+
file="/images/whats-new/rel-notes-jul22-hosted-initial-view.png"
56+
url="/images/whats-new/rel-notes-jul22-hosted-initial-view.png"
57+
alt="Hosted runtime setup"
58+
caption="Hosted runtime setup"
59+
max-width="80%"
60+
%}
61+
62+
Codefresh guides you through the simple three-step process of provisioning your hosted runtime. From that point, Codefresh handles administration and maintenance of the hosted runtime, including version and security updates.
63+
64+
See[Set up a hosted (Hosted GitOps) environment]({{site.baseurl}}/docs/runtime/hosted-runtime/).
65+
66+
{::nomarkdown}
67+
<br>
68+
{:/}
69+
70+
####DORA metrics
71+
DORA metrics have become integral to enterprises wanting to quantify DevOps performance, and Codefresh has out-of-the-box support for it.
72+
73+
The DORA dashboard in Codefresh goes beyond quantification, with features such as the Totals bar displaying key metrics, filters that allow you to pinpoint just which applications or runtimes are contributing to problematic metrics, show metrics for starred applications, and the ability to set a different view granularity for each DORA metric.
74+
75+
{% include
76+
image.html
77+
lightbox="true"
78+
file="/images/whats-new/rel-notes-jul22-dora-metrics.png"
79+
url="/images/whats-new/rel-notes-jul22-dora-metrics.png"
80+
alt="DORA metrics"
81+
caption="DORA metrics"
82+
max-width="60%"
83+
%}
84+
85+
See[DORA metrics]({{site.baseurl}}/docs/reporting/dora-metrics/).
86+
87+
{::nomarkdown}
88+
<br>
89+
{:/}
90+
91+
####Integrations for image enrichment
92+
If you have our Hosted GitOps for CD and a different tool for CI, you can continue to enrich images, retaining your CI tools. Allow Codefresh to retrieve and report the image information in your deployments by connecting your CI tools to Codefresh. Connect CI tools, issue tracking tools, container registries, and more.
93+
94+
95+
This release introduces our integration offering, starting with:
96+
* GitHub Actions, Jenkins, and Codefresh Classic for CI
97+
* Jira for issue tracking
98+
* Docker Hub, Quay, JFrog Artifactory for container registries
99+
100+
{% include
101+
image.html
102+
lightbox="true"
103+
file="/images/whats-new/rel-notes-jul22-github-action-settings.png"
104+
url="/images/whats-new/rel-notes-jul22-github-action-settings.png"
105+
alt="Image enrichment with GitHub Actions integration"
106+
caption="Image enrichment with GitHub Actions integration"
107+
max-width="60%"
108+
%}
109+
110+
We are continually expanding the range of integrations, so stay tuned for release announcements on new integrations.
111+
112+
Codefresh encrypts the credentials for every integration you create, and stores them securely as Kubernetes Sealed Secrets, ensuring that the integration flow is completely GitOps-compatible. Pipelines reference the integration by the integration name instead of integration credentials. Codefresh retrieves enrichment information using the encrypted Kubernetes secrets.
113+
114+
See[Image enrichment with integrations]({{site.baseurl}}/docs/integrations/image-enrichment-overview/).
115+
116+
{::nomarkdown}
117+
<br>
118+
{:/}
119+
120+
####Edit and delete applications
121+
122+
Application management has become easier as you can now edit and delete applications directly in Codefresh.
123+
124+
Update General and Advanced settings for application. Go directly to the Configuration tab for the application by selecting Edit in the Applications dashboard.
125+
126+
127+
{% include
128+
image.html
129+
lightbox="true"
130+
file="/images/whats-new/rel-notes-jul22-edit-app-option.png"
131+
url="/images/whats-new/rel-notes-jul22-edit-app-option.png"
132+
alt="Edit application option"
133+
caption="Edit application option"
134+
max-width="80%"
135+
%}
136+
137+
The Delete application option is available when you select an application.
138+
Codefresh warns you of the implication of deleting the selected application in the Delete form based on the Prune resource setting.
139+
140+
{% include
141+
image.html
142+
lightbox="true"
143+
file="/images/whats-new/rel-notes-jul22-delete-app.png"
144+
url="/images/whats-new/rel-notes-jul22-delete-app.png"
145+
alt="Delete application"
146+
caption="Delete application"
147+
max-width="50%"
148+
%}
149+
150+
See[Update application configuration]({{site.baseurl}}/docs/deployment/create-application/#update-application-configuration) and[Delete an application]({{site.baseurl}}/docs/deployment/create-application/#delete-an-application).
151+
152+
{::nomarkdown}
153+
<br>
154+
{:/}
155+
156+
####On-demand app synchronization
157+
Manually synchronize applications whenever needed directly from Codefresh. The synchronize option is a significant enhancement to the application lifecycle management options that we already support in Codefresh.
158+
159+
The set of options for application synchronization are identical to that of Argo CD. For usability, they are grouped into two sets: Revision and Additional Options.
160+
161+
{% include
162+
image.html
163+
lightbox="true"
164+
file="/images/whats-new/rel-notes-jul22-sync-app.png"
165+
url="/images/whats-new/rel-notes-jul22-sync-app.png"
166+
alt="Synchronize application"
167+
caption="Synchronize application"
168+
max-width="60%"
169+
%}
170+
171+
{::nomarkdown}
172+
<br>
173+
{:/}
174+
175+
####Activate access for Codefresh support
176+
User Settings include an option to allow Codefresh support personnel account access for troubleshooting purposes. The option is disabled by default. When enabled, access is always coordinated and approved, and all actions are audited.
177+
178+
{% include
179+
image.html
180+
lightbox="true"
181+
file="/images/whats-new/rel-notes-jul22-account-access.png"
182+
url="/images/whats-new/rel-notes-jul22-account-access.png"
183+
alt="Enable account access"
184+
caption="Enable account access"
185+
max-width="80%"
186+
%}
187+
188+
See[Enable access for Codefresh support]({{site.baseurl}}/docs/administration/user-settings/#enable-access-for-codefresh-support).
189+
190+
{::nomarkdown}
191+
<br>
192+
{:/}
193+
194+
####View logs by container
195+
When viewing logs for applications and workflows, you can now select the container for which to display them.
196+
197+
{% include
198+
image.html
199+
lightbox="true"
200+
file="/images/whats-new/rel-notes-jul22-log-container.png"
201+
url="/images/whats-new/rel-notes-jul22-log-container.png"
202+
alt="View logs by container"
203+
caption="View logs by container"
204+
max-width="50%"
205+
%}
206+
207+
###Bug fixes
208+
**Runtimes**
209+
* Unable to remove managed cluster on failure to add shared configuration repository.
210+
* Maximum character limit not validated in cluster names.
211+
* Failure when downloading logs for all runtime components.
212+
* New cluster automatically assigned Unknown status.
213+
* Sealed secret remains in cluster after uninstalling runtime.
214+
* Unable to view rollouts on managed cluster.
215+
216+
217+
**Applications**
218+
219+
* Resources without namespaces (such as cluster role) do not open in Current State.
220+
* Sync state icon frozen when syncing the application.
221+
* Application created with the same name as deleted application displayed as new deployment.
222+
* No error when creating an application with the same name as an existing application.
223+
* Applications dashboard does not display an application with incorrect Source.
224+
* Applications dashboard does not display the Jira issue for Docker image.
225+
* Sync policy appears as Manual though set to automatic.
226+
* Sync error message partially cut off.
227+
* Application release does not always return binaryId, and repositoryName for transition images.
228+
* Application name not displayed in sync errors.
229+
230+
**Images**
231+
* Registry filter used with other filters returns wrong results.
232+
* Find query for image applications.
233+
234+
235+
**Other**
236+
237+
* Unable to view, access, and add SSO integrations.
238+
* Failure on sealing key management check.
239+
* Home dashboard: Most active pipelines and Delivery Pipelines displayed not aligned with the Time filter.
240+
* Incorrect sorting for workflow and pipeline lists.
241+
12242

13243

14244
##June 2022
77.5 KB
Loading
22.6 KB
Loading
49 KB
Loading
130 KB
Loading
20.9 KB
Loading
190 KB
Loading
57 KB
Loading
30.3 KB
Loading
51.8 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp