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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Download logs for offline viewing and analysis, or view logs per component onlin
39
39
max-width="60%"
40
40
%}
41
41
42
-
* View/download logs per component: Available for every runtime component. View online logs, displaying up to 1000 lines of the most recent events. Locate information with free-text search, and navigate between search resultsuisng the next/previous buttons. Enhance readability by turning on line-wrap when needed.
42
+
* View/download logs per component: Available for every runtime component. View online logs, displaying up to 1000 lines of the most recent events. Locate information with free-text search, and navigate between search resultsusing the next/previous buttons. Enhance readability by turning on line-wrap when needed.
43
43
44
44
{% include
45
45
image.html
@@ -51,7 +51,7 @@ Download logs for offline viewing and analysis, or view logs per component onlin
51
51
max-width="60%"
52
52
%}
53
53
54
-
54
+
For details, see[View/download runtime logs]({{site.baseurl}}/docs/runtime/download-runtime-logs/).
55
55
56
56
####OAuth2 authentication
57
57
OAuth (Open Authorization) 2.0 has become an industry standard for online authorization. Codefresh supports connections to your Git provider using OAuth2. Codefresh integrates with Git to sync repositories to your clusters, implement Git-based actions when creating resources such as Delivery Pipelines, and to enrich Images with valuable information.
@@ -105,7 +105,7 @@ Logs are displayed if the resource has logs:
105
105
* For online viewing, you have free-text search and line-wrap functionalities.
106
106
* For offline viewing and analysis, you can download the complete log into a text file.
107
107
108
-
For details, see[Current State Tree view]({{site.baseurl}}/docs/deployment/applications-dashboard/#current-state-tree-view/).
108
+
For details, see[Current State Tree view]({{site.baseurl}}/docs/deployment/applications-dashboard/#current-state-tree-view).
109
109
110
110
####Application rollout visualization
111
111
In addition to installing Argo Rollouts in your cluster, visualize Argo Rollout history and progress directly in the Applications (deployment) dashboard. Visualize rollouts from multiple clusters and runtimes in a single centralized location through the Deployment tab.
@@ -132,7 +132,7 @@ As the rollout occurs, visualize step-by-step progress. Expanding Background Ana
For details, see[Rollout progress and step visualization]({{site.baseurl}}/docs/deployment/applications-dashboard/#rollout-progress-visualization/).
147
+
For details, see[Rollout progress and step visualization]({{site.baseurl}}/docs/deployment/applications-dashboard/#rollout-progress-visualization).
148
148
149
149
####Nested workflows
150
150
Add nested workflow functionality to Codefresh pipelines. A nested workflow is a step within the parent workflow that either submits a new workflow, or creates a PR (Pull Request) that runs a different workflow based on the PR result.