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
* Add what's new for December
Prelim version of features and bug fixes for December
* Update whats-new.md
Content edits
* Update whats-new.md
* Update whats-new.md
* Update whats-new.md
* Update whats-new.md
Copy file name to clipboardExpand all lines: _docs/whats-new/whats-new.md
+105-3Lines changed: 105 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,114 @@ 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
+
## December 2022
13
+
14
+
### Features & enhancements
15
+
16
+
<br />
17
+
18
+
19
+
#### GitOps CLI version validation and upgrade
20
+
We have enhanced the user experience for CLI upgrades to make it intuitive and simple. No need to constantly check the CLI version to keep up with and get access to new features we are releasing.
21
+
Now the CLI automatically self-checks its version, and if a newer version is available, prints a banner with the notification that a new version is available, also including the upgrade command (`cf upgrade`).
You can upgrade to a specific version, or download the latest version to an output folder to upgrade at your convenience.
34
+
35
+
For details, see [Upgrade the Codefresh CLI]({{site.baseurl}}/docs/clients/csdp-cli/#upgrade-codefresh-cli).
36
+
37
+
<br />
38
+
39
+
#### Tunnel-based as default runtime mode
40
+
In the previous release, we introduced the Tunnel-based option for Hybrid GitOps runtimes.
41
+
It is now configured as the default runtime mode for Hybrid GitOps. For silent installations, you don't need to specify an access mode. For Wizard-based install, when prompted to select the Access mode, select Tunnel-based.
Access mode selection is relevant only for new runtime installations. Upgrading existing runtimes does not change the access mode for those runtimes.
54
+
55
+
For details, see [Access mode in Runtime flags]({{site.baseurl}}/docs/runtime/installation/#runtime-flags).
56
+
57
+
<br />
58
+
59
+
#### Git provider selection in CLI Wizard
60
+
When installing the Hybrid GitOps runtime, Codefresh automatically detects the Git provider based on the repository URL provided during the installation.
61
+
If Codefresh is unable to detect the Git provider, as for on-premises Git providers, you can now select the Git provider from the list.
Codefresh creates the shared configuration repository when you install the first Hybrid or Hosted GitOps runtime for your account, and then uses it for all runtimes you add to the same account.
77
+
You may want to re-initialize the shared configuration repository for your account to point to a different runtime environment. For example, when moving from evaluation to production environments.
78
+
79
+
You can do so by first uninstalling existing runtimes in your account and then running the reset command. On the next runtime installation, Codefresh re-initializes the shared configuration repo to point to the new location.
80
+
81
+
>Reset shared configuration repo is supported from CLI v0.1.18 and higher.
82
+
83
+
For details, see [Reset shared configuration repository]({{site.baseurl}}/docs/runtime/monitor-manage-runtimes/#reset-shared-configuration-repository).
84
+
85
+
<!--#### Rollout steps in Current State CR-15855
86
+
today users can access the rollouts steps only from the timeline view. We want users to be able to see it from the current state view as well, when clicking on a rollout.
87
+
Add a tab to the rollout drawer with the "steps" -->
88
+
89
+
### Bug fixes
90
+
91
+
**Runtimes**
92
+
* App-proxy fails to connect if `cfHost` ends with `/`.
0 commit comments