Skip to content

Update on-prem-release-notes.md #1329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions _docs/whats-new/on-prem-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,56 @@ toc: true

Welcome to the release notes for our on-premises releases.

## On-premises version 2.8

### Installation & Upgrade

#### Installing v2.8
For detailed instructions on installing v2.8, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}.


#### Upgrading to v2.8
>**NOTE**
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"}.

### Features & enhancements
This release focuses on stability for an improved user experience.

### Feature Flags
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.


#### New Feature Flags in v2.8
The table below describes the _new_ Feature Flags in the Codefresh On-Premises release v2.8.

{: .table .table-bordered .table-hover}
| Feature Flag | Description | Default Value |
| ----------- | --------------| ------------- |
| `newUsersAndTeamsPages` | Activates the new user and team management experience with an updated layout and streamlined controls. | FALSE |


#### Updated Feature Flags in v2.8
There are no updated feature flags in this release.

### Bug fixes


##### General

* Blank screen after login for invited users with SSO sync enabled.


##### Pipelines
* Git trigger for "Release published" fires incorrectly when any release-related trigger is enabled.
* Webhook events for Bitbucket ignored when pipeline trigger uses different Bitbucket integrations.
* For GitHub, list of files modified by PR (pull request) does not include all modified files.


##### GitOps
* GitOps permission rule for applications including the Git Source attribute not supported for applications from ApplicationSets.<!--- runtime version with fix to be released -->
* 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.
* Inaccurate change failure rate for DORA metrics.
* Labels for ingress controllers not supported in GitOps Runtime Helm chart.

## On-premises version 2.7

Expand Down