Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ecff56

Browse files
authored
1st preview (#1370)
* 1st preview* 2nd review* 3rd review* 4th review* 5th review* 6th preview* 7th review
1 parent0d002fe commit9ecff56

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

‎_docs/whats-new/on-prem-release-notes.md‎

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,85 @@ toc: true
66

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

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+
The maximum GitOps runtime that is supported for this version is**0.24.x**.
19+
20+
>**NOTE**
21+
⚠️ Breaking Changes in On-Prem 2.9
22+
23+
**[Classic runtime 8.x](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime) now uses Docker v28, which drops support for legacy ([manifest v2 schema 1](https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1)) images.**
24+
Pipelines using these images will fail after upgrade —[update them before proceeding](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/).
25+
26+
**CLI-based runtime installs are deprecated.**
27+
To upgrade to the new Docker runtime 8.x, you must first[migrate to the Helm-based runtime](https://codefresh.io/docs/docs/installation/runner/install-codefresh-runner/) in[this repo](https://github.com/codefresh-io/venona/tree/main/charts/cf-runtime#migrating-from-cli-based-installation-to-helm-chart)
28+
29+
###Features & enhancements
30+
[**Enhanced GitOps App Breadcrumbs**](https://app.getbeamer.com/codefreshio7974/en/exciting-new-feature-enhanced-gitops-app-breadcrumbs-9Jr0zhN8)
31+
Navigation is now clearer and faster with:
32+
- Runtime link in breadcrumbs – click to view all apps for that runtime.
33+
- New icons for Runtime, GitSource, ApplicationSet, and Application, making app hierarchy easier to understand at a glance.
34+
35+
**Applications are now associated with Products only via an Annotation.**
36+
The older "Manage Apps" section for product association has been deprecated.
37+
38+
[**Easily Add Secret Variables**](https://app.getbeamer.com/codefreshio7974/en/easily-add-secret-variables)
39+
You can now create secret variables directly in the UI:
40+
- One-step creation – no manual encryption needed.
41+
- Improved security – secrets are encrypted automatically.
42+
- Clearer workflow – easily distinguish regular vs. secret variables.
43+
44+
###Feature Flags
45+
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.
46+
47+
48+
####New Feature Flags in v2.9
49+
The table below describes the_new_ Feature Flags in the Codefresh On-Premises release v2.9.
50+
51+
{: .table .table-bordered .table-hover}
52+
| Feature Flag| Description| Default Value|
53+
| -----------| --------------| -------------|
54+
|`hideProductManageApps`| Hide ability to manage apps directly from the product view| TRUE|
55+
56+
57+
####Updated Feature Flags in v2.9
58+
The table below describes the changes to existing Feature Flags in the Codefresh On-Premises release v2.9.
59+
60+
{: .table .table-bordered .table-hover}
61+
| Feature Flag| Description| Default Value|
62+
| -----------| --------------| -------------|
63+
|`newVariablesConfiguration`| New component for variables configuration| TRUE|
64+
65+
66+
67+
###Bug fixes
68+
69+
70+
#####General
71+
72+
* mongoSeedJob now honors RUNTIME_MONGO_TLS_VALIDATE="false", allowing seeds to run against MongoDB with self-signed certificates without manual script changes.
73+
* Removing an LDAP IDP now deactivates and unassigns users from that IDP, preventing broken states and login issues. This approach also avoids accidental removals when users belong to multiple accounts.
74+
75+
76+
#####Pipelines
77+
* cf-system-etl-postgres pods fail with self-signed certificate errors.
78+
* Windows runtime builds using cf_export no longer fail with exit code 1 when running on Engine v1.178.1.
79+
* Stable feature flags are now enabled by default in RabbitMQ when upgrading from 2.6.7 to 2.8.0/2.8.3, preventing upgrade failures.
80+
* Runtime upgrades no longer hit “Resulting document after update is larger than 16777216.” Fixed in runtime-environment-manager v3.42.1.
81+
* The Terraform codefresh_pipeline resource now correctly updates the permit_restart_from_failed_steps setting, ensuring changes are reflected in pipeline configuration and UI.
82+
83+
84+
#####GitOps
85+
* Added support for self-signed certificates in the cf-argocd-extras event-reporter and sources-server, eliminating the need for insecure config workarounds.
86+
87+
988
##On-premises version 2.8
1089

1190
###Installation & Upgrade

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp