Skip to content

Commit 3d16aec

Browse files
authored
Cf december release notes (#283)
* 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
1 parent 919a885 commit 3d16aec

File tree

4 files changed

+105
-3
lines changed

4 files changed

+105
-3
lines changed

_docs/whats-new/whats-new.md

Lines changed: 105 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,114 @@ toc: true
99

1010
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.
1111

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`).
22+
23+
{% include
24+
image.html
25+
lightbox="true"
26+
file="/images/whats-new/rel-notes-dec22-cli-upgrade-banner.png"
27+
url="/images/whats-new/rel-notes-dec22-cli-upgrade-banner.png"
28+
alt="Upgrade banner for Codefresh CLI"
29+
caption="Upgrade banner for Codefresh CLI"
30+
max-width="60%"
31+
%}
32+
33+
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.
42+
43+
{% include
44+
image.html
45+
lightbox="true"
46+
file="/images/whats-new/rel-notes-dec22-cli-access-mode.png"
47+
url="/images/whats-new/rel-notes-dec22-cli-access-mode.png"
48+
alt="Access mode in CLI Wizard"
49+
caption="Access mode in CLI Wizard"
50+
max-width="60%"
51+
%}
52+
53+
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.
62+
63+
{% include
64+
image.html
65+
lightbox="true"
66+
file="/images/whats-new/rel-notes-dec22-cli-git-provider-select.png"
67+
url="/images/whats-new/rel-notes-dec22-cli-git-provider-select.png"
68+
alt="Git provider selection CLI Wizard"
69+
caption="Git provider selection CLI Wizard"
70+
max-width="60%"
71+
%}
72+
73+
<br />
74+
75+
#### Reset shared configuration repo
76+
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 `/`.
93+
* Missing Codefresh context generates segmentation violation error.
94+
* Unclear error message when upgrading CLI to a version that does not exist.
95+
* Bitbucket returns false in `isValid` field for expired runtime token.
96+
* SIGSEGV on installing runtime with CLI version 01.17.
97+
98+
**Applications**
99+
* Image-applications of deleted application not removed from database.
100+
* Incorrect results when filtering by Cluster in DORA dashboard.
101+
* Incorrect time displayed in Lead Time For Changes in DORA dashboard.
102+
* 'Git Source not found error' when trying to edit an application not based on a Git Source.
103+
* Modified resource not displayed correctly in Application dashboard > Timeline tab.
104+
105+
**Others**
106+
* Integrations page remains indefinitely in loading state.
107+
* Filtering Workflow Templates by Git Source does not work.
108+
* Workflow Logs terminal flickers and self-refreshes constantly.
109+
110+
111+
112+
113+
12114
## November 2022
13115

14116
### Features & enhancements
15-
{::nomarkdown}
16-
<br>
17-
{:/}
117+
118+
<br />
119+
18120

19121
#### Tunnel-based hybrid runtimes
20122
Simplify installation without compromising on security with our tunnel-based installation option for hybrid runtimes.
27.3 KB
Loading
77.1 KB
Loading
123 KB
Loading

0 commit comments

Comments
 (0)