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
* Update on-prem-release-notes.md
Add release notes for v2.8
* Update on-prem-release-notes.md
* added the ff table for new usersandteams
* added a warning about breaking changes
* Added a note about breaking changes
---------
Co-authored-by: Tamir Solomon <tamir.solomon@codefresh.io>
Copy file name to clipboardExpand all lines: _docs/whats-new/on-prem-release-notes.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,56 @@ toc: true
6
6
7
7
Welcome to the release notes for our on-premises releases.
8
8
9
+
## On-premises version 2.8
10
+
11
+
### Installation & Upgrade
12
+
13
+
#### Installing v2.8
14
+
For detailed instructions on installing v2.8, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}.
15
+
16
+
17
+
#### Upgrading to v2.8
18
+
>**NOTE**
19
+
This version includes **breaking changes**. Please review the upgrade documentation carefully before proceeding. See [Upgrade to 2.8 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-8-0){:target="\_blank"}.
20
+
21
+
### Features & enhancements
22
+
This release focuses on stability for an improved user experience.
23
+
24
+
### Feature Flags
25
+
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.
26
+
27
+
28
+
#### New Feature Flags in v2.8
29
+
The table below describes the _new_ Feature Flags in the Codefresh On-Premises release v2.8.
30
+
31
+
{: .table .table-bordered .table-hover}
32
+
| Feature Flag | Description | Default Value |
33
+
| ----------- | --------------| ------------- |
34
+
|`newUsersAndTeamsPages`| Activates the new user and team management experience with an updated layout and streamlined controls. | FALSE |
35
+
36
+
37
+
#### Updated Feature Flags in v2.8
38
+
There are no updated feature flags in this release.
39
+
40
+
### Bug fixes
41
+
42
+
43
+
##### General
44
+
45
+
* Blank screen after login for invited users with SSO sync enabled.
46
+
47
+
48
+
##### Pipelines
49
+
* Git trigger for "Release published" fires incorrectly when any release-related trigger is enabled.
50
+
* Webhook events for Bitbucket ignored when pipeline trigger uses different Bitbucket integrations.
51
+
* For GitHub, list of files modified by PR (pull request) does not include all modified files.
52
+
53
+
54
+
##### GitOps
55
+
* GitOps permission rule for applications including the Git Source attribute not supported for applications from ApplicationSets.<!--- runtime version with fix to be released -->
56
+
* 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.
57
+
* Inaccurate change failure rate for DORA metrics.
58
+
* Labels for ingress controllers not supported in GitOps Runtime Helm chart.
0 commit comments