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/on-prem-release-notes.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,64 @@ toc: true
6
6
7
7
Welcome to the release notes for our on-premises releases.
8
8
9
+
##On-premises version 2.9
10
+
11
+
###Installation & Upgrade
12
+
13
+
####Installing v2.9
14
+
For detailed instructions on installing v2.9, visit[ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}.
15
+
16
+
17
+
####Upgrading to v2.9
18
+
>**NOTE**
19
+
⚠️ Breaking Changes in On-Prem 2.9
20
+
21
+
**[Classic runtime 8.x](https://github.com/codefresh-io/venona/tree/main/charts/cf-runtime?utm_source=beamer&utm_medium=sidebar&utm_campaign=Hybrid-Customers-Classic-Runner-80-Is-Here-Action-Required&utm_content=textlink#migrating-from-cli-based-installation-to-helm-chart) now uses Docker v28, which drops support for legacy (manifest v2 schema 1) images.**
22
+
Pipelines using these images will fail after upgrade — update them before proceeding.
23
+
24
+
**CLI-based runtime installs are deprecated.**
25
+
To upgrade to the new Docker runtime 8.x, you must first migrate to the Helm-based runtime in
26
+
27
+
###Features & enhancements
28
+
This release focuses on stability for an improved user experience.
29
+
30
+
###Feature Flags
31
+
Feature Flags are divided into new Feature Flags released in the current version, and changes to existing Feature Flags which are now enabled by default.
32
+
33
+
34
+
####New Feature Flags in v2.9
35
+
The table below describes the_new_ Feature Flags in the Codefresh On-Premises release v2.9.
36
+
37
+
{: .table .table-bordered .table-hover}
38
+
| Feature Flag| Description| Default Value|
39
+
| -----------| --------------| -------------|
40
+
|`newUsersAndTeamsPages`| Activates the new user and team management experience with an updated layout and streamlined controls.| FALSE|
41
+
42
+
43
+
####Updated Feature Flags in v2.9
44
+
There are no updated feature flags in this release.
45
+
46
+
###Bug fixes
47
+
48
+
49
+
#####General
50
+
51
+
* Blank screen after login for invited users with SSO sync enabled.
52
+
53
+
54
+
#####Pipelines
55
+
* Git trigger for "Release published" fires incorrectly when any release-related trigger is enabled.
56
+
* Webhook events for Bitbucket ignored when pipeline trigger uses different Bitbucket integrations.
57
+
* For GitHub, list of files modified by PR (pull request) does not include all modified files.
58
+
59
+
60
+
#####GitOps
61
+
* GitOps permission rule for applications including the Git Source attribute not supported for applications from ApplicationSets.<!--- runtime version with fix to be released-->
62
+
* Removed the**SSH** option from the**Repository** field in the Create Git Source form. Selecting SSH resulted in the error`failed creating git-source. error: Invalid URL`, as SSH is not a valid option for Git Sources.
63
+
* Inaccurate change failure rate for DORA metrics.
64
+
* Labels for ingress controllers not supported in GitOps Runtime Helm chart.