Skip to content

Commit 2ccefaa

Browse files
authored
Add on-prem release notes to docsite (#723)
* Add on-prem release notes to docsite Added on-prem release notes to docsite; restored what's new bucket with saas and on-prem entries, added entries to nav yaml * Fix broken links * Update on-prem-feature-management.md * Update changelog.md
1 parent a38a9fd commit 2ccefaa

File tree

5 files changed

+297
-12
lines changed

5 files changed

+297
-12
lines changed

_data/nav.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,19 @@
597597
- title: Shared configuration repo
598598
url: "/shared-configuration"
599599

600+
- title: What's new
601+
url: "/whats-new"
602+
pages:
603+
- title: SaaS
604+
url: "/changelog"
605+
- title: On-premises
606+
url: "/on-prem-release-notes"
607+
600608
- title: New Codefresh
601609
url: "/new-codefresh"
602610
pages:
603611
- title: Navigation quick reference
604-
url: "/menu-navigation"
605-
- title: Documentation changes
606-
url: "/doc-changes"
607-
612+
608613
- title: Incubation
609614
url: "/incubation"
610615
pages:

_docs/installation/on-premises/on-prem-feature-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Review the [feature list](#on-premises-feature-list) to understand the implicati
3939
|`disableRolloutActionsWithoutRBAC` |Relevant to GitOps application deployments. <br>When enabled, disables rollback and rollout controls in the Timeline's tab's Rollout Player for the application. {::nomarkdown}<ul><li>Rollback for the selected Rollout. The <b>Choose version to Rollback</b> dropdown is disabled.<br>See [Manually rollback completed rollout to previous revision]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-rollback-completed-rollout-to-previous-revision). </li><li>The <b>Pause</b>, <b>Resume</b>, <b>Skip Step</b> and <b>Promote Full</b> controls in the Rollout Player are also disabled.<br>See [Manage an ongoing rollout with Rollout Player]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player).</li></ul>{:/} | FALSE |
4040
|`forbidDecrypt` |When enabled, prevents users from decrypting secrets when running the `codefresh get context --decrypt` command. <br>Users can bypass this by running `--decrypt` with the built-in `CF_API_KEY` command that is injected into every build. |FALSE|
4141
|`gitopsArgoCdRollback` |Relevant to GitOps application deployments.<br>When enabled, allows you to rollback active GitOps applications to previously deployed versions.<br>See [Rollback GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/#rollback-gitops-applications).| FALSE |
42-
|`gitopsImageReporting` |Relevant to ProjectOne.<br>When enabled, reports images created with Codefresh Pipelines to the Images dashboard. <br>See [Images in Codefresh]({{site.baseurl}}/docs/docs/dashboards/images/).| FALSE |
43-
|`injectClusterListFromPipelineSettings` | When enabled, turns on the pipeline setting **Kubernetes cluster context pipeline injection** for the account. Individual users can then selectively inject clusters for pipelines from those to which they they access.<br><br> This feature requires the users to have the Update Cluster permission. If not granted, then this feature has no impact when enabled. <br>See [Enabling cluster-contexts for pipelines]({{site.baseurl}}/docs/docs/pipelines/configuration/pipeline-settings/#enabling-cluster-contexts-for-pipelines). | FALSE|
42+
|`gitopsImageReporting` |Relevant to ProjectOne.<br>When enabled, reports images created with Codefresh Pipelines to the Images dashboard. <br>See [Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/).| FALSE |
43+
|`injectClusterListFromPipelineSettings` | When enabled, turns on the pipeline setting **Kubernetes cluster context pipeline injection** for the account. Individual users can then selectively inject clusters for pipelines from those to which they they access.<br><br> This feature requires the users to have the Update Cluster permission. If not granted, then this feature has no impact when enabled. <br>See [Enabling cluster-contexts for pipelines]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#enabling-cluster-contexts-for-pipelines). | FALSE|
4444
|`parallelKubectlOperations` |When enabled, allows running parallel steps that includes `kubectl`. Especially Helm `install` and `deploy` steps that deploy to multiple clusters with `kubectl` in parallel. |FALSE|
4545
|`logMasking` |When enabled, secrets in build logs, both online and offline logs, are masked and replaced by asterisks. <br><br>This feature is currently available only for Enterprise customers. |FALSE|
4646
|`useLogsTimestamps` |When enabled, prepends the date and time to every line in the log. <br><br>When enabled, and you have build automation, you may need to adjust the regex for search as the line does not start with the log text.| FALSE|

_docs/kb/articles/build-step-no-such-file-or-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ step_name:
6363

6464
## Related articles
6565

66-
[Troubleshooting common issues]({{site.baseurl}}/docs/troubleshooting/common-issues)
66+
[Troubleshooting common issues]({{site.baseurl}}/docs/kb/common-issues/)

_docs/whats-new/changelog.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
---
2-
title: "Codefresh Changelogs and Release Notes"
3-
description: "New features, enhancements, and bug fixes"
2+
title: "Codefresh SaaS Release Notes"
3+
description: "New features, enhancements, bug fixes for SaaS"
44
redirect_from:
55
- /changelog/
66
- /docs/whats-new/
77
- /docs/whats-new/whats-new/
88
- /docs/whats-new/release-notes/
9+
toc: true
910
---
1011

11-
This page gives you the complete list of changelogs and release notes.
12-
12+
This page gives you the complete list of release notes for our SaaS releases.
1313
If you missed any of our previous online announcements, you can find the latest features, enhancements, and bug fixes, right here.
1414

15-
> To subscribe to an RSS / Atom feed please [click here]({{ site.baseurl }}/changelog/feed.xml).
15+
To stay up-to-date with our on-premises enhancements and features, see our [dedicated on-premises release notes]({{site.baseurl}}/docs/whats-new/on-prem-release-notes/).
16+
17+
18+
> To subscribe to an RSS / Atom feed for our SaaS release notes, please [click here]({{ site.baseurl }}/changelog/feed.xml).
19+
20+
1621

1722
<ul>
1823
{% for post in site.posts %}

0 commit comments

Comments
 (0)