You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/whats-new/whats-new.md
+145Lines changed: 145 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,152 @@ toc: true
9
9
10
10
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
11
12
+
## November 2022
12
13
14
+
### Features & enhancements
15
+
{::nomarkdown}
16
+
<br>
17
+
{:/}
18
+
19
+
#### Tunnel-based hybrid runtimes
20
+
Simplify installation without compromising on security with our tunnel-based installation option for hybrid runtimes.
21
+
22
+
Tunnel-based runtimes use tunneling for communication between the customer cluster and the Codefresh platform, with the customer cluster initiating the tunneling request. Simply add the flag `--access-mode` with `tunnel` as the value and you have your tunnel-based, ingress-less runtime.
23
+
24
+
See [Tunnel-based runtime architecture]({{site.baseurl}}/docs/getting-started/architecture/#tunnel-based-hybrid-runtime-architecture) and [Tunnel-based runtime flags]({{site.baseurl}}/docs/runtime/installation/#tunnel-based-ingress-less-runtime-flags).
25
+
26
+
{::nomarkdown}
27
+
<br>
28
+
{:/}
29
+
30
+
#### Bitbucket Cloud for hosted runtimes
31
+
Hosted runtimes now support Bitbucket Cloud as a Git provider.
32
+
33
+
{::nomarkdown}
34
+
<br>
35
+
{:/}
36
+
37
+
#### Card view for applications
38
+
A scannable Card view offers a new layout for applications in the Applications dashboard.
39
+
Quickly scan application information top-down, starting with the health and sync statuses, followed by repo and runtime information, and easy access to the available actions at the bottom of the card.
We added custom warnings for common scenarios with application deployment to our Errors/Warning panel, that both alert you to the problems and possible actions to resolve them.
57
+
58
+
**Missing Argo Rollouts controller**
59
+
Applications with rollout resources need Argo Rollouts on the managed cluster to execute rollout instructions and deploy the application.
60
+
If the Argo Rollouts controller is missing, you get a warning with the option to install Argo Rollouts on the cluster.
61
+
62
+
**Long application sync**
63
+
Application sync can continue indefinitely because of issues with the application that you need to troubleshoot, unrelated to Codefresh.
64
+
A new warning alerts you to sync operations that exceed 30 minutes.
65
+
The View Details option takes you directly to the Sync Results tab with details on the sync job and failed hooks, and the option to terminate the sync, and then troubleshoot the application.
alt="Example of warning for missing Argo Rollouts controller"
73
+
caption="Example of warning for missing Argo Rollouts controller"
74
+
max-width="60%"
75
+
%}
76
+
77
+
See [Identify applications with errors/warnings]({{site.baseurl}}/docs/deployment/applications-dashboard/#identify-applications-with-warningserrors).
78
+
79
+
{::nomarkdown}
80
+
<br>
81
+
{:/}
82
+
83
+
#### Hide extraneous resources from Current State views
84
+
Streamline Current State views for your application's resources by hiding resources not native to the application.
85
+
The Ignore Extraneous filter allows you to hide resources generated by tools, whose sync status _does not_ affect the sync status of the application. `ConfigMap` and `pods` are examples of such resources.
86
+
Once you add the `IgnoreExtraneous` annotation to the resource, clicking the Ignore Extraneous filter hides the resource from the Current State views.
0 commit comments